diff --git a/.changeset/neat-symbols-count.md b/.changeset/neat-symbols-count.md deleted file mode 100644 index 340592e01..000000000 --- a/.changeset/neat-symbols-count.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-hive/laboratory': patch -'@graphql-hive/render-laboratory': patch ---- - -Enhanced behavior when no collection exists and the user attempts to save an operation, along with -the ability to edit the collection name. diff --git a/.gitignore b/.gitignore index 73bd9ff56..41b2fe30e 100644 --- a/.gitignore +++ b/.gitignore @@ -143,3 +143,4 @@ test-results/ target Cargo.lock +Cargo.lock diff --git a/packages/libraries/laboratory/CHANGELOG.md b/packages/libraries/laboratory/CHANGELOG.md index 72ad55a95..5e5f0666c 100644 --- a/packages/libraries/laboratory/CHANGELOG.md +++ b/packages/libraries/laboratory/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-hive/laboratory +## 0.1.5 + +### Patch Changes + +- [#7989](https://github.com/graphql-hive/console/pull/7989) + [`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9) + Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Enhanced behavior when no collection + exists and the user attempts to save an operation, along with the ability to edit the collection + name. + ## 0.1.4 ### Patch Changes diff --git a/packages/libraries/laboratory/package.json b/packages/libraries/laboratory/package.json index fce61c8e5..c2efa0c8e 100644 --- a/packages/libraries/laboratory/package.json +++ b/packages/libraries/laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/laboratory", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "license": "MIT", "main": "./dist/hive-laboratory.cjs.js", diff --git a/packages/libraries/render-laboratory/CHANGELOG.md b/packages/libraries/render-laboratory/CHANGELOG.md index facb8fde0..cc09e53ff 100644 --- a/packages/libraries/render-laboratory/CHANGELOG.md +++ b/packages/libraries/render-laboratory/CHANGELOG.md @@ -1,5 +1,18 @@ # @graphql-yoga/render-graphiql +## 0.1.5 + +### Patch Changes + +- [#7989](https://github.com/graphql-hive/console/pull/7989) + [`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9) + Thanks [@mskorokhodov](https://github.com/mskorokhodov)! - Enhanced behavior when no collection + exists and the user attempts to save an operation, along with the ability to edit the collection + name. +- Updated dependencies + [[`863f920`](https://github.com/graphql-hive/console/commit/863f920b86505a3d84c9001fef1c3e8a723bdca9)]: + - @graphql-hive/laboratory@0.1.5 + ## 0.1.4 ### Patch Changes diff --git a/packages/libraries/render-laboratory/package.json b/packages/libraries/render-laboratory/package.json index 910c0b2a2..4dfecb8f8 100644 --- a/packages/libraries/render-laboratory/package.json +++ b/packages/libraries/render-laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-hive/render-laboratory", - "version": "0.1.4", + "version": "0.1.5", "type": "module", "description": "", "repository": {