Skip to content

Commit

Permalink
Merge pull request #4 from windyroad/changeset-release/main
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
tompahoward authored Jul 18, 2023
2 parents 603b35b + 91c888c commit e7b791f
Show file tree
Hide file tree
Showing 15 changed files with 71 additions and 46 deletions.
8 changes: 0 additions & 8 deletions .changeset/bright-rules-collect.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/happy-papayas-wink.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/metal-buttons-roll.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/pink-dots-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-weeks-live.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/adapt-fetch-inputs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @windyroad/adapt-fetch-inputs

## 2.0.0

### Major Changes

- 6dadf99: `adaptFetchInputs` has been updated to use the new `wrapFetch` function, which now
defaults to wrapping `globalThis.fetch`. Additionally, the input arguments have been reordered
so that `fetchImpl` is now an optional parameter. This change simplifies the function signature
and makes it easier to use `adaptFetchInputs` with the default `fetch` implementation.

### Patch Changes

- Updated dependencies [65efee3]
- @windyroad/wrap-fetch@2.0.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapt-fetch-inputs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/adapt-fetch-inputs",
"version": "1.0.0",
"version": "2.0.0",
"description": "A library for adapting fetch inputs",
"type": "module",
"main": "dist/index.js",
Expand Down
15 changes: 15 additions & 0 deletions packages/decorate-fetch-response/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @windyroad/decorate-fetch-response

## 2.0.0

### Major Changes

- 80163cb: `decorateFetchResponse` has been updated to use the new `wrapFetch` function, which now
defaults to wrapping `globalThis.fetch`. Additionally, the input arguments have been reordered
so that `fetchImpl` is now an optional parameter. This change simplifies the function signature
and makes it easier to use `decorateFetchResponse` with the default `fetch` implementation.

### Patch Changes

- Updated dependencies [65efee3]
- @windyroad/wrap-fetch@2.0.0
2 changes: 1 addition & 1 deletion packages/decorate-fetch-response/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/decorate-fetch-response",
"version": "1.0.1",
"version": "2.0.0",
"description": "A library for decorating fetch responses.",
"type": "module",
"main": "dist/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/fetch-link/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# @windyroad/fetch-link

## 2.0.0

### Major Changes

- cae9a6a: `glowUpFetchWithLinks` has been updated to use the new underlying `wrapFetch` function, which
now defaults to wrapping `globalThis.fetch`, and `fetchImpl` is now an optional parameter.
This change simplifies the function signature and makes it easier to use `glowUpFetchWithLinks`
with the default `fetch` implementation.

`fetchLinks` has been updated to use the new `glowUpFetchWithLinks`, allowing `fetchLinks` to
work with libraries that manipulate `globalThis.fetch`, such as [`msw`](https://mswjs.io/).

### Patch Changes

- Updated dependencies [80163cb]
- Updated dependencies [65efee3]
- Updated dependencies [6dadf99]
- @windyroad/decorate-fetch-response@2.0.0
- @windyroad/wrap-fetch@2.0.0
- @windyroad/adapt-fetch-inputs@2.0.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fetch-link/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/fetch-link",
"version": "1.0.0",
"version": "2.0.0",
"description": "A library that adapts the fetch API to work with RFC8288 Link objects.",
"type": "module",
"main": "dist/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/wrap-fetch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @windyroad/wrap-fetch

## 2.0.0

### Major Changes

- 65efee3: `wrapFetch` has been updated to default to wrapping `globalThis.fetch`. Additionally, the input
arguments have been swapped so that `fetchImpl` is now an optional parameter. This change makes
it easier to use `wrapFetch` with the default `fetch` implementation, and simplifies the
function signature by making `fetchImpl` optional.
2 changes: 1 addition & 1 deletion packages/wrap-fetch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/wrap-fetch",
"version": "1.0.1",
"version": "2.0.0",
"description": "A library for wrapping fetch, so requests and responses to be modified.",
"type": "module",
"main": "dist/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/xo-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @windyroad/xo-config

## 1.2.0

### Minor Changes

- b2ebb61: `import/no-extraneous-dependencies` rule now supports having `*.test.ts` files in the `src` directory

## 1.1.0

### Minor Changes
Expand Down
3 changes: 1 addition & 2 deletions packages/xo-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@windyroad/xo-config",
"version": "1.1.0",
"version": "1.2.0",
"description": "XO config for the Windy Road style guide",
"type": "commonjs",
"main": "src/xo-config.cjs",
Expand Down Expand Up @@ -60,6 +60,5 @@
"eslint-plugin-no-secrets": ">=0.8.9",
"eslint-plugin-import": ">=2.27.5",
"markdownlint-cli2": ">=0.8.1"

}
}

0 comments on commit e7b791f

Please sign in to comment.