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

Commit

Permalink
Version Packages (#19)
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 Aug 29, 2022
1 parent 4874edc commit 9a006b2
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/quick-rats-ring.md

This file was deleted.

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

## 0.0.1

### Patch Changes

- Update `package.json#files` to ensure the necessary files exist in the npm distribution ([#18](https://github.com/vercel-labs/next-fetch/pull/18))
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/@next-fetch/swr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @next-fetch/swr

## 0.0.1

### Patch Changes

- Update `package.json#files` to ensure the necessary files exist in the npm distribution ([#18](https://github.com/vercel-labs/next-fetch/pull/18))
2 changes: 1 addition & 1 deletion 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.0",
"version": "0.0.1",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/example-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# example-app

## 1.0.1

### Patch Changes

- Updated dependencies [[`4874edc`](https://github.com/vercel-labs/next-fetch/commit/4874edc27701733b8fe00f879037707bfc4e72f7)]:
- @next-fetch/react-query@0.0.1
- @next-fetch/swr@0.0.1
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.0",
"version": "1.0.1",
"description": "",
"private": true,
"main": "index.js",
Expand Down

1 comment on commit 9a006b2

@vercel
Copy link

@vercel vercel bot commented on 9a006b2 Aug 29, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.