Skip to content

Commit

Permalink
ci(changesets): update changesets (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
teofanis and github-actions[bot] authored Oct 12, 2023
1 parent 8671216 commit 0a5f42e
Showing 9 changed files with 27 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/hungry-wombats-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-singers-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-horses-sit.md

This file was deleted.

9 changes: 9 additions & 0 deletions apps/examples/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# examples

## 0.1.1

### Patch Changes

- Updated dependencies [[`8671216`](https://github.com/teofanis/composite-fetcher/commit/86712160dacba0a4f966e604e3bc9c5e13fe2d02), [`8671216`](https://github.com/teofanis/composite-fetcher/commit/86712160dacba0a4f966e604e3bc9c5e13fe2d02), [`8671216`](https://github.com/teofanis/composite-fetcher/commit/86712160dacba0a4f966e604e3bc9c5e13fe2d02)]:
- @composite-fetcher/with-caching@0.2.1
- @composite-fetcher/with-retries@0.0.1
2 changes: 1 addition & 1 deletion apps/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
6 changes: 6 additions & 0 deletions packages/with-caching/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @composite-fetcher/with-caching

## 0.2.1

### Patch Changes

- [#67](https://github.com/teofanis/composite-fetcher/pull/67) [`8671216`](https://github.com/teofanis/composite-fetcher/commit/86712160dacba0a4f966e604e3bc9c5e13fe2d02) Thanks [@teofanis](https://github.com/teofanis)! - test(with-caching): add test for failed responses

## 0.2.0

### Minor Changes
2 changes: 1 addition & 1 deletion packages/with-caching/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@composite-fetcher/with-caching",
"description": "withCaching is a simple fetcher core plugin to manage request caching with different drivers",
"version": "0.2.0",
"version": "0.2.1",
"author": "Teofanis Papadopulos",
"type": "module",
"main": "./dist/index.js",
9 changes: 9 additions & 0 deletions packages/with-retries/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# @composite-fetcher/with-retries

## 0.0.1

### Patch Changes

- [#67](https://github.com/teofanis/composite-fetcher/pull/67) [`8671216`](https://github.com/teofanis/composite-fetcher/commit/86712160dacba0a4f966e604e3bc9c5e13fe2d02) Thanks [@teofanis](https://github.com/teofanis)! - test(with-retries): wip

- [#67](https://github.com/teofanis/composite-fetcher/pull/67) [`8671216`](https://github.com/teofanis/composite-fetcher/commit/86712160dacba0a4f966e604e3bc9c5e13fe2d02) Thanks [@teofanis](https://github.com/teofanis)! - chore(with-retries): work in progress
2 changes: 1 addition & 1 deletion packages/with-retries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@composite-fetcher/with-retries",
"description": "A fetcher core plugin to handle and retry failed requests",
"version": "0.0.0",
"version": "0.0.1",
"author": "Teofanis Papadopulos",
"type": "module",
"main": "./dist/index.js",

0 comments on commit 0a5f42e

Please sign in to comment.