Skip to content

Commit c265f2f

Browse files
chore(release): publish (#56)
* ci(changesets): update changesets * chore(deps): update lockfile --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c0144c1 commit c265f2f

File tree

10 files changed

+48
-27
lines changed

10 files changed

+48
-27
lines changed

.changeset/eighty-birds-doubt.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fair-eyes-smash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/perfect-boats-count.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @composite-fetcher/core
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - feat(docs): add documentation (#53)
8+
9+
### Patch Changes
10+
11+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - Merge remote-tracking branch 'origin/main' into update-docs-metadata
12+
13+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - chore(release): publish (#54)
14+
315
## 0.1.6
416

517
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@composite-fetcher/core",
33
"description": "Fetcher core",
4-
"version": "0.1.6",
4+
"version": "0.2.0",
55
"author": "Teofanis Papadopulos",
66
"type": "module",
77
"main": "./dist/index.js",

packages/with-caching/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @composite-fetcher/with-caching
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - feat(docs): add documentation (#53)
8+
9+
### Patch Changes
10+
11+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - Merge remote-tracking branch 'origin/main' into update-docs-metadata
12+
13+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - chore(release): publish (#54)
14+
15+
- Updated dependencies [[`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9), [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9), [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9)]:
16+
- @composite-fetcher/core@0.2.0
17+
318
## 0.1.2
419

520
### Patch Changes

packages/with-caching/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@composite-fetcher/with-caching",
33
"description": "withCaching is a simple fetcher core plugin to manage request caching with different drivers",
4-
"version": "0.1.2",
4+
"version": "0.2.0",
55
"author": "Teofanis Papadopulos",
66
"type": "module",
77
"main": "./dist/index.js",

packages/with-logging/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @composite-fetcher/with-logging
22

3+
## 1.0.0
4+
5+
### Minor Changes
6+
7+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - feat(docs): add documentation (#53)
8+
9+
### Patch Changes
10+
11+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - Merge remote-tracking branch 'origin/main' into update-docs-metadata
12+
13+
- [#55](https://github.com/teofanis/composite-fetcher/pull/55) [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9) Thanks [@teofanis](https://github.com/teofanis)! - chore(release): publish (#54)
14+
15+
- Updated dependencies [[`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9), [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9), [`c0144c1`](https://github.com/teofanis/composite-fetcher/commit/c0144c1ba2cf3a7179435de67be51b3c5e176bd9)]:
16+
- @composite-fetcher/core@0.2.0
17+
318
## 0.3.2
419

520
### Patch Changes

packages/with-logging/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@composite-fetcher/with-logging",
33
"description": "A simple logging plugin for composite fetcher",
4-
"version": "0.3.2",
4+
"version": "1.0.0",
55
"author": "Teofanis Papadopulos",
66
"type": "module",
77
"main": "./dist/index.js",
@@ -56,9 +56,9 @@
5656
"ts-jest": "^29.1.1"
5757
},
5858
"dependencies": {
59-
"@composite-fetcher/core": "^0.1.6"
59+
"@composite-fetcher/core": "^0.2.0"
6060
},
6161
"peerDependencies": {
62-
"@composite-fetcher/core": "^0.1.6"
62+
"@composite-fetcher/core": "^0.2.0"
6363
}
6464
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)