Skip to content
This repository was archived by the owner on Nov 28, 2023. It is now read-only.

Commit eeb7c88

Browse files
Version Packages
1 parent 85a2c13 commit eeb7c88

File tree

11 files changed

+102
-43
lines changed

11 files changed

+102
-43
lines changed

.changeset/neat-snakes-bow.md

-7
This file was deleted.

.changeset/warm-lobsters-lick.md

-7
This file was deleted.

packages/@next-fetch/core-plugin/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @next-fetch/core-plugin
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Restrict FormProps to explicitly prevent users from using unsupported encTypes. ([#37](https://github.com/vercel-labs/next-fetch/pull/37))
8+
9+
* Fix error messages not interpolating the status code in the string ([#33](https://github.com/vercel-labs/next-fetch/pull/33))
10+
311
## 0.0.1
412

513
### Patch Changes

packages/@next-fetch/core-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-fetch/core-plugin",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "",
55
"private": true,
66
"main": "dist/index.js",

packages/@next-fetch/react-query/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @next-fetch/react-query
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Restrict FormProps to explicitly prevent users from using unsupported encTypes. ([#37](https://github.com/vercel-labs/next-fetch/pull/37))
8+
9+
* Fix error messages not interpolating the status code in the string ([#33](https://github.com/vercel-labs/next-fetch/pull/33))
10+
311
## 0.0.2
412

513
### Patch Changes

packages/@next-fetch/react-query/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-fetch/react-query",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -30,7 +30,7 @@
3030
"@types/react": "^18.0.10",
3131
"@types/react-dom": "^18.0.5",
3232
"next": "^12.2.4",
33-
"@next-fetch/core-plugin": "workspace:^0.0.1",
33+
"@next-fetch/core-plugin": "workspace:^0.0.2",
3434
"react": "^18.1.0",
3535
"react-dom": "^18.1.0",
3636
"tsup": "^6.0.1",

packages/@next-fetch/swr/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @next-fetch/swr
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Restrict FormProps to explicitly prevent users from using unsupported encTypes. ([#37](https://github.com/vercel-labs/next-fetch/pull/37))
8+
9+
* Fix error messages not interpolating the status code in the string ([#33](https://github.com/vercel-labs/next-fetch/pull/33))
10+
311
## 0.0.2
412

513
### Patch Changes

packages/@next-fetch/swr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-fetch/swr",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
@@ -29,7 +29,7 @@
2929
"@types/react": "^18.0.10",
3030
"@types/react-dom": "^18.0.5",
3131
"next": "^12.2.4",
32-
"@next-fetch/core-plugin": "workspace:^0.0.1",
32+
"@next-fetch/core-plugin": "workspace:^0.0.2",
3333
"react": "^18.1.0",
3434
"react-dom": "^18.1.0",
3535
"swr": "^2.0.0-beta.6",

packages/example-app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# example-app
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8840f7f`](https://github.com/vercel-labs/next-fetch/commit/8840f7f0a1cd426681a8888819fc10289cd44965), [`85a2c13`](https://github.com/vercel-labs/next-fetch/commit/85a2c13b491d03eec6a327163695c62aec076a61)]:
8+
- @next-fetch/react-query@0.0.3
9+
- @next-fetch/swr@0.0.3
10+
311
## 1.0.2
412

513
### Patch Changes

packages/example-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"private": true,
66
"main": "index.js",

pnpm-lock.yaml

+64-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)