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

Commit

Permalink
Version Packages (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 5, 2022
1 parent 0908784 commit 518c758
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 23 deletions.
6 changes: 0 additions & 6 deletions .changeset/kind-carrots-sit.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/orange-yaks-wave.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Support optional input in `query` and `mutation` ([#26](https://github.com/vercel-labs/next-fetch/pull/26))
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.0",
"version": "0.0.1",
"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.2

### Patch Changes

- Add type helpers to get input/output of hooks ([#27](https://github.com/vercel-labs/next-fetch/pull/27))

* Support optional input in `query` and `mutation` ([#26](https://github.com/vercel-labs/next-fetch/pull/26))

## 0.0.1

### 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.1",
"version": "0.0.2",
"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.0",
"@next-fetch/core-plugin": "workspace:^0.0.1",
"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.2

### Patch Changes

- Add type helpers to get input/output of hooks ([#27](https://github.com/vercel-labs/next-fetch/pull/27))

* Support optional input in `query` and `mutation` ([#26](https://github.com/vercel-labs/next-fetch/pull/26))

## 0.0.1

### 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.1",
"version": "0.0.2",
"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.0",
"@next-fetch/core-plugin": "workspace:^0.0.1",
"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.2

### Patch Changes

- Updated dependencies [[`5b90c45`](https://github.com/vercel-labs/next-fetch/commit/5b90c4568421acedd00b0fa6de158412ea34fe0e), [`f732e3c`](https://github.com/vercel-labs/next-fetch/commit/f732e3c2f05423469e2ee866b4ce587be57ce4f8)]:
- @next-fetch/react-query@0.0.2
- @next-fetch/swr@0.0.2

## 1.0.1

### 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.1",
"version": "1.0.2",
"description": "",
"private": true,
"main": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

2 comments on commit 518c758

@vercel
Copy link

@vercel vercel bot commented on 518c758 Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-fetch – ./packages/docs

next-fetch-pi.vercel.app
next-fetch-vercel-labs.vercel.app
next-fetch-git-main-vercel-labs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 518c758 Sep 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-swr-endpoints-example-app – ./packages/example-app

next-swr-endpoints-example-app-git-main-vercel-labs.vercel.app
next-swr-endpoints-example-app-vercel-labs.vercel.app
next-swr-endpoints-example-app.vercel.app

Please sign in to comment.