diff --git a/playground/CHANGELOG.md b/playground/CHANGELOG.md index 751df2d17..ef9f0fe7f 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.0](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.7.4...@wundergraph/playground@0.8.0) (2024-12-10) + +### Features + +* query plan for subscriptions ([#1425](https://github.com/wundergraph/cosmo/issues/1425)) ([fc88e1b](https://github.com/wundergraph/cosmo/commit/fc88e1b3620a019acb5976b19787a91a79916b7a)) (@thisisnithin) + ## [0.7.4](https://github.com/wundergraph/cosmo/compare/@wundergraph/playground@0.7.3...@wundergraph/playground@0.7.4) (2024-12-06) ### Bug Fixes diff --git a/playground/package.json b/playground/package.json index fa71a7d86..fdd410929 100644 --- a/playground/package.json +++ b/playground/package.json @@ -1,6 +1,6 @@ { "name": "@wundergraph/playground", - "version": "0.7.4", + "version": "0.8.0", "description": "Cosmo Playground built on top of graphiql", "author": { "name": "WunderGraph Maintainers", diff --git a/router/CHANGELOG.md b/router/CHANGELOG.md index 56ddf3ad4..b2ede24f1 100644 --- a/router/CHANGELOG.md +++ b/router/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.150.0](https://github.com/wundergraph/cosmo/compare/router@0.149.0...router@0.150.0) (2024-12-10) + +### Features + +* query plan for subscriptions ([#1425](https://github.com/wundergraph/cosmo/issues/1425)) ([fc88e1b](https://github.com/wundergraph/cosmo/commit/fc88e1b3620a019acb5976b19787a91a79916b7a)) (@thisisnithin) + # [0.149.0](https://github.com/wundergraph/cosmo/compare/router@0.148.0...router@0.149.0) (2024-12-09) ### Features diff --git a/router/package.json b/router/package.json index ffc83c497..accc359bf 100644 --- a/router/package.json +++ b/router/package.json @@ -1,6 +1,6 @@ { "name": "router", - "version": "0.149.0", + "version": "0.150.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 430ac8a5e..ba0e5e2b0 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.0](https://github.com/wundergraph/cosmo/compare/studio@0.95.7...studio@0.96.0) (2024-12-10) + +### Features + +* query plan for subscriptions ([#1425](https://github.com/wundergraph/cosmo/issues/1425)) ([fc88e1b](https://github.com/wundergraph/cosmo/commit/fc88e1b3620a019acb5976b19787a91a79916b7a)) (@thisisnithin) + ## [0.95.7](https://github.com/wundergraph/cosmo/compare/studio@0.95.6...studio@0.95.7) (2024-12-06) ### Bug Fixes diff --git a/studio/package.json b/studio/package.json index c4b09a5e0..abc0eb336 100644 --- a/studio/package.json +++ b/studio/package.json @@ -1,6 +1,6 @@ { "name": "studio", - "version": "0.95.7", + "version": "0.96.0", "private": true, "license": "Apache-2.0", "description": "WunderGraph Cosmo Studio",