Skip to content

Commit 8ed56fd

Browse files
Version Packages (#537)
* Version Packages * Apply suggestions from code review --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
1 parent 6f3b15a commit 8ed56fd

12 files changed

Lines changed: 49 additions & 20 deletions

File tree

.changeset/violet-wolves-clean.md

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

packages/client-react-streaming/CHANGELOG.md

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

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- 6f3b15a: Update `package.json` with correct `exports` for Cloudflare `workerd` condition.
8+
39
## 0.14.3
410

511
### Patch Changes

packages/client-react-streaming/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-react-streaming",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},

packages/experimental-nextjs-app-support/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @apollo/experimental-nextjs-app-support
22

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- 6f3b15a: Update `package.json` with correct `exports` for Cloudflare `workerd` condition.
8+
- Updated dependencies [6f3b15a]
9+
- @apollo/client-integration-nextjs@0.14.4
10+
311
## 0.14.3
412

513
### Patch Changes

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/experimental-nextjs-app-support",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},
@@ -99,6 +99,6 @@
9999
"rxjs": "^7.3.0"
100100
},
101101
"dependencies": {
102-
"@apollo/client-integration-nextjs": "0.14.3"
102+
"@apollo/client-integration-nextjs": "0.14.4"
103103
}
104104
}

packages/nextjs/CHANGELOG.md

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

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- 6f3b15a: Update `package.json` with correct `exports` for Cloudflare `workerd` condition.
8+
- Updated dependencies [6f3b15a]
9+
- @apollo/client-react-streaming@0.14.4
10+
311
## 0.14.3
412

513
### Patch Changes

packages/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-integration-nextjs",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations.git"
66
},
@@ -109,6 +109,6 @@
109109
"rxjs": "^7.3.0"
110110
},
111111
"dependencies": {
112-
"@apollo/client-react-streaming": "0.14.3"
112+
"@apollo/client-react-streaming": "0.14.4"
113113
}
114114
}

packages/react-router/CHANGELOG.md

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

3+
## 0.14.4-alpha.0
4+
5+
### Patch Changes
6+
7+
- 6f3b15a: Update `package.json` with correct `exports` for Cloudflare `workerd` condition.
8+
- Updated dependencies [6f3b15a]
9+
- @apollo/client-react-streaming@0.14.4
10+
311
## 0.14.3-alpha.0
412

513
### Patch Changes

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apollo/client-integration-react-router",
3-
"version": "0.14.3-alpha.0",
3+
"version": "0.14.4-alpha.0",
44
"repository": {
55
"url": "git+https://github.com/apollographql/apollo-client-integrations"
66
},
@@ -92,7 +92,7 @@
9292
"rxjs": "^7.3.0"
9393
},
9494
"dependencies": {
95-
"@apollo/client-react-streaming": "0.14.3",
95+
"@apollo/client-react-streaming": "0.14.4",
9696
"@types/react-dom": "^19.0.0",
9797
"promiscade": "^0.0.2"
9898
}

packages/tanstack-start/CHANGELOG.md

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

3+
## 0.14.4-rc.0
4+
5+
### Patch Changes
6+
7+
- 6f3b15a: Update `package.json` with correct `exports` for Cloudflare `workerd` condition.
8+
- Updated dependencies [6f3b15a]
9+
- @apollo/client-react-streaming@0.14.4
10+
311
## 0.14.3-rc.0
412

513
### Patch Changes

0 commit comments

Comments
 (0)