Skip to content

Commit

Permalink
Changes for Release 2406.0.1
Browse files Browse the repository at this point in the history
- Fixed peer dependency of @apollo/client in @coremedia-labs/graphql-layer
  • Loading branch information
pitgrap committed Aug 16, 2024
1 parent e1f1531 commit a84181c
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 95 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v2406.0.1

*Released 13.08.2024*

### Bugfixes and Changes:

- Fixed peer dependency of @apollo/client in @coremedia-labs/graphql-layer

---

## v2406.0.0

*Released 20.06.2024*
Expand Down
2 changes: 1 addition & 1 deletion apps/spark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build-storybook": "storybook build -o dist/storybook"
},
"dependencies": {
"@apollo/client": "^3.10.5",
"@apollo/client": "^3.11.4",
"@coremedia-labs/graphql-layer": "workspace:^",
"@coremedia-labs/preview-integration": "workspace:^",
"@coremedia-labs/view-dispatcher": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion apps/standalone-fragment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:ci": "eslint \"src/**/*.+(ts|tsx)\""
},
"dependencies": {
"@apollo/client": "^3.10.5",
"@apollo/client": "^3.11.4",
"@coremedia-labs/graphql-layer": "workspace:^",
"graphql": "^16.8.2",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coremedia-labs/headless-client-workspace",
"version": "2406.0.0",
"version": "2406.0.1",
"description": "Spark - The React client workspace for the CoreMedia Headless Server",
"private": true,
"license": "CoreMedia Open Source License",
Expand Down
3 changes: 2 additions & 1 deletion packages/graphql-layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
"./dist/__downloaded__/schema.json": "./dist/__downloaded__/schema.json"
},
"dependencies": {
"@apollo/client": "^3.10.5",
"@apollo/client": "^3.11.4",
"dotenv": "^16.4.5",
"graphql": "^16.8.2",
"graphql-tag": "^2.12.6",
"react-dom": "^17.0.2",
"typescript": "~5.2.2"
},
"devDependencies": {
Expand Down
118 changes: 27 additions & 91 deletions pnpm-lock.yaml

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

0 comments on commit a84181c

Please sign in to comment.