Skip to content

Commit

Permalink
Version Packages (#1645)
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 Nov 13, 2023
1 parent 0457953 commit 62b7eeb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 17 deletions.
10 changes: 0 additions & 10 deletions .changeset/eighty-gorillas-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-doors-kneel.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/next/app-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@apollo/experimental-nextjs-app-support": "^0.5.1",
"@faustwp/cli": "^1.2.0",
"@faustwp/core": "^1.2.0",
"@faustwp/experimental-app-router": "^0.1.0",
"@faustwp/experimental-app-router": "^0.2.0",
"graphql": "^16.7.1",
"next": "^14.0.1",
"react": "^18.3.0-canary-ce2bc58a9-20231102",
Expand Down
13 changes: 13 additions & 0 deletions packages/experimental-app-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @faustwp/experimental-app-router

## 0.2.0

### Minor Changes

- 6e43598: **BREAKING**: Updated the following peer dependencies to new required minimums:

- `@apollo/experimental-nextjs-app-support`: `0.4.1` -> `0.5.0`
- `next`: `12.1.6` -> `14.0.0`
- `react`: `17.0.2` -> `18.0.0`
- `react-dom`: `17.0.2` -> `18.0.0`

- 6e43598: **BREAKING**: This package now requires **Node 18+**

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-app-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faustwp/experimental-app-router",
"version": "0.1.0",
"version": "0.2.0",
"description": "Experimental: A Faust package to support Next.js' App Router",
"exports": {
".": "./dist/index.js",
Expand Down

0 comments on commit 62b7eeb

Please sign in to comment.