diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index ef9f0fe7fb..50489f3f57 100644 --- a/playground/CHANGELOG.md +++ b/playground/CHANGELOG.md @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.1](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.8.0...@wundergraph/playground@0.8.1) (2024-12-11) + +### Bug Fixes + +* tailwind entry point for newer Node.js versions ([#1432](https://github.com/wundergraph/cosmo/issues/1432)) ([ddcf279](https://github.com/wundergraph/cosmo/commit/ddcf279c612dff7edea84ec75be59a6bf23f0204)) (@StarpTech) + # [0.8.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.7.4...@wundergraph/playground@0.8.0) (2024-12-10) ### Features diff --git a/playground/package.json b/playground/package.json index fdd4109296..85bd95c5ea 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/playground", - "version": "0.8.0", + "version": "0.8.1", "description": "Cosmo Playground built on top of graphiql", "author": { "name": "WunderGraph Maintainers", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index b2ede24f1e..bff10b005a 100644 --- a/router/CHANGELOG.md +++ b/router/CHANGELOG.md @@ -4,6 +4,13 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.151.0](https://github.com/wundergraph/cosmo/compare/router@0.150.0...router@0.151.0) (2024-12-11) + +### Features + +* add error message on invalid JSON in edfs message ([#1415](https://github.com/wundergraph/cosmo/issues/1415)) ([9d181e9](https://github.com/wundergraph/cosmo/commit/9d181e92be3cf332ce45b63c833e4f710c27f542)) (@alepane21) +* ensure consistent hash for operations ([#1367](https://github.com/wundergraph/cosmo/issues/1367)) ([9e516e4](https://github.com/wundergraph/cosmo/commit/9e516e4eff01d166a7a282eb562aead23aa6b6dd)) (@StarpTech) + # [0.150.0](https://github.com/wundergraph/cosmo/compare/router@0.149.0...router@0.150.0) (2024-12-10) ### Features diff --git a/router/package.json b/router/package.json index accc359bf6..4cb89cb9e1 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.150.0", + "version": "0.151.0", "private": true, "description": "Placeholder package to simplify versioning and releasing with lerna.", "keywords": [ diff --git a/studio/CHANGELOG.md b/studio/CHANGELOG.md index ba0e5e2b00..ec86f6b20d 100644 --- a/studio/CHANGELOG.md +++ b/studio/CHANGELOG.md @@ -4,6 +4,12 @@ Binaries are attached to the github release otherwise all images can be found [h All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.96.1](https://github.com/wundergraph/cosmo/compare/studio@0.96.0...studio@0.96.1) (2024-12-11) + +### Bug Fixes + +* tailwind entry point for newer Node.js versions ([#1432](https://github.com/wundergraph/cosmo/issues/1432)) ([ddcf279](https://github.com/wundergraph/cosmo/commit/ddcf279c612dff7edea84ec75be59a6bf23f0204)) (@StarpTech) + # [0.96.0](https://github.com/wundergraph/cosmo/compare/studio@0.95.7...studio@0.96.0) (2024-12-10) ### Features diff --git a/studio/package.json b/studio/package.json index abc0eb3361..3afab592cb 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.96.0", + "version": "0.96.1", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",