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

Version Packages #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/neat-snakes-bow.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-lobsters-lick.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/@next-fetch/core-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @next-fetch/core-plugin

## 0.0.2

### Patch Changes

- Restrict FormProps to explicitly prevent users from using unsupported encTypes. ([#37](https://github.com/vercel-labs/next-fetch/pull/37))

* Fix error messages not interpolating the status code in the string ([#33](https://github.com/vercel-labs/next-fetch/pull/33))

## 0.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/@next-fetch/core-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-fetch/core-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "",
"private": true,
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/@next-fetch/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @next-fetch/react-query

## 0.0.3

### Patch Changes

- Restrict FormProps to explicitly prevent users from using unsupported encTypes. ([#37](https://github.com/vercel-labs/next-fetch/pull/37))

* Fix error messages not interpolating the status code in the string ([#33](https://github.com/vercel-labs/next-fetch/pull/33))

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@next-fetch/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-fetch/react-query",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"next": "^12.2.4",
"@next-fetch/core-plugin": "workspace:^0.0.1",
"@next-fetch/core-plugin": "workspace:^0.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"tsup": "^6.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/@next-fetch/swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @next-fetch/swr

## 0.0.3

### Patch Changes

- Restrict FormProps to explicitly prevent users from using unsupported encTypes. ([#37](https://github.com/vercel-labs/next-fetch/pull/37))

* Fix error messages not interpolating the status code in the string ([#33](https://github.com/vercel-labs/next-fetch/pull/33))

## 0.0.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/@next-fetch/swr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-fetch/swr",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"next": "^12.2.4",
"@next-fetch/core-plugin": "workspace:^0.0.1",
"@next-fetch/core-plugin": "workspace:^0.0.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"swr": "^2.0.0-beta.6",
Expand Down
8 changes: 8 additions & 0 deletions packages/example-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# example-app

## 1.0.3

### Patch Changes

- Updated dependencies [[`8840f7f`](https://github.com/vercel-labs/next-fetch/commit/8840f7f0a1cd426681a8888819fc10289cd44965), [`85a2c13`](https://github.com/vercel-labs/next-fetch/commit/85a2c13b491d03eec6a327163695c62aec076a61)]:
- @next-fetch/[email protected]
- @next-fetch/[email protected]

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"private": true,
"main": "index.js",
Expand Down
87 changes: 64 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.