Skip to content

Commit f2be96c

Browse files
ci(changesets): update changesets (#50)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7fa91e8 commit f2be96c

File tree

6 files changed

+23
-14
lines changed

6 files changed

+23
-14
lines changed

.changeset/breezy-coins-buy.md

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

.changeset/many-mails-tie.md

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

packages/with-caching/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @composite-fetcher/with-caching
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/teofanis/composite-fetcher/pull/49) [`7fa91e8`](https://github.com/teofanis/composite-fetcher/commit/7fa91e8a8120c4a01d4d3e8ff6cbb5a6a8455ec8) Thanks [@teofanis](https://github.com/teofanis)! - feat(plugin): add `withCaching` plugin
8+
9+
### Patch Changes
10+
11+
- [#49](https://github.com/teofanis/composite-fetcher/pull/49) [`7fa91e8`](https://github.com/teofanis/composite-fetcher/commit/7fa91e8a8120c4a01d4d3e8ff6cbb5a6a8455ec8) Thanks [@teofanis](https://github.com/teofanis)! - feat(plugin): add `withCaching` plugin

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.0.0",
4+
"version": "0.1.0",
55
"author": "Teofanis Papadopulos",
66
"type": "module",
77
"main": "./dist/index.js",

packages/with-logging/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#49](https://github.com/teofanis/composite-fetcher/pull/49) [`7fa91e8`](https://github.com/teofanis/composite-fetcher/commit/7fa91e8a8120c4a01d4d3e8ff6cbb5a6a8455ec8) Thanks [@teofanis](https://github.com/teofanis)! - feat(plugin): add `withCaching` plugin
8+
9+
### Patch Changes
10+
11+
- [#49](https://github.com/teofanis/composite-fetcher/pull/49) [`7fa91e8`](https://github.com/teofanis/composite-fetcher/commit/7fa91e8a8120c4a01d4d3e8ff6cbb5a6a8455ec8) Thanks [@teofanis](https://github.com/teofanis)! - feat(plugin): add `withCaching` plugin
12+
313
## 0.2.2
414

515
### Patch Changes

packages/with-logging/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-logging",
33
"description": "A simple logging plugin for composite fetcher",
4-
"version": "0.2.2",
4+
"version": "0.3.0",
55
"author": "Teofanis Papadopulos",
66
"type": "module",
77
"main": "./dist/index.js",

0 commit comments

Comments
 (0)