Skip to content

Commit cc30909

Browse files
committed
Version Packages (manually)
1 parent a94bb01 commit cc30909

File tree

6 files changed

+12
-11
lines changed

6 files changed

+12
-11
lines changed

.changeset/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": "@changesets/cli/changelog",
44
"commit": false,
5-
"fixed": [["@apollo/*"]],
6-
"linked": [],
5+
"fixed": [],
6+
"linked": [["@apollo/*"]],
77
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",

.changeset/large-penguins-marry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/experimental-nextjs-app-support/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,6 @@
9999
"rxjs": "^7.3.0"
100100
},
101101
"dependencies": {
102-
"@apollo/client-integration-nextjs": "0.14.0"
102+
"@apollo/client-integration-nextjs": "0.14.1"
103103
}
104104
}

packages/nextjs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @apollo/client-integration-nextjs
22

3+
## 0.14.1
4+
5+
### Patch Changes
6+
7+
- a94bb01: Update peer dependencies for `@apollo/client-integration-nextjs` to allow usage with `^16.0.0`.
8+
39
## 0.14.0
410

511
### Patch Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-integration-nextjs",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ __metadata:
203203
languageName: node
204204
linkType: hard
205205

206-
"@apollo/client-integration-nextjs@npm:0.14.0, @apollo/client-integration-nextjs@workspace:^, @apollo/client-integration-nextjs@workspace:packages/nextjs":
206+
"@apollo/client-integration-nextjs@npm:0.14.1, @apollo/client-integration-nextjs@workspace:^, @apollo/client-integration-nextjs@workspace:packages/nextjs":
207207
version: 0.0.0-use.local
208208
resolution: "@apollo/client-integration-nextjs@workspace:packages/nextjs"
209209
dependencies:
@@ -386,7 +386,7 @@ __metadata:
386386
resolution: "@apollo/experimental-nextjs-app-support@workspace:packages/experimental-nextjs-app-support"
387387
dependencies:
388388
"@apollo/client": "npm:^4.0.0"
389-
"@apollo/client-integration-nextjs": "npm:0.14.0"
389+
"@apollo/client-integration-nextjs": "npm:0.14.1"
390390
"@arethetypeswrong/cli": "npm:0.15.3"
391391
"@tsconfig/recommended": "npm:1.0.6"
392392
"@types/react": "npm:*"

0 commit comments

Comments
 (0)