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

Commit

Permalink
Version Packages (#9)
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] committed May 15, 2022
1 parent d81f4ff commit 7a91384
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/lovely-kiwis-speak.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/example-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/react": "^17.0.42",
"@types/react-dom": "^18.0.4",
"next": "^12.1.0",
"next-static-paths": "workspace:^0.0.5",
"next-static-paths": "workspace:^0.0.6",
"prettier": "^2.6.0",
"typescript": "^4.6.2",
"vitest": "^0.5.9"
Expand Down
6 changes: 6 additions & 0 deletions packages/next-static-paths/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# next-static-paths

## 0.0.6

### Patch Changes

- d81f4ff: add a readme to the npm package

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-static-paths/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-static-paths",
"version": "0.0.5",
"version": "0.0.6",
"description": "Static types for routing in Next.js apps",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 7a91384

Please sign in to comment.