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

Commit 9a006b2

Browse files
authoredAug 29, 2022
Version Packages (#19)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4874edc commit 9a006b2

File tree

7 files changed

+26
-9
lines changed

7 files changed

+26
-9
lines changed
 

‎.changeset/quick-rats-ring.md

-6
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @next-fetch/react-query
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Update `package.json#files` to ensure the necessary files exist in the npm distribution ([#18](https://github.com/vercel-labs/next-fetch/pull/18))

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-fetch/react-query",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

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

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @next-fetch/swr
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Update `package.json#files` to ensure the necessary files exist in the npm distribution ([#18](https://github.com/vercel-labs/next-fetch/pull/18))

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@next-fetch/swr",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

‎packages/example-app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# example-app
2+
3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4874edc`](https://github.com/vercel-labs/next-fetch/commit/4874edc27701733b8fe00f879037707bfc4e72f7)]:
8+
- @next-fetch/react-query@0.0.1
9+
- @next-fetch/swr@0.0.1

‎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.0",
3+
"version": "1.0.1",
44
"description": "",
55
"private": true,
66
"main": "index.js",

1 commit comments

Comments
 (1)
This repository has been archived.