diff --git a/.changeset/gorgeous-pans-check.md b/.changeset/gorgeous-pans-check.md deleted file mode 100644 index 8c9e8e2..0000000 --- a/.changeset/gorgeous-pans-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@quory/client": patch ---- - -Add react devtools in devonly diff --git a/.changeset/pretty-countries-itch.md b/.changeset/pretty-countries-itch.md deleted file mode 100644 index 3bdb8fd..0000000 --- a/.changeset/pretty-countries-itch.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@quory/core": minor -"@quory/client": patch ---- - -Add manual save button to query client, add areQueriesEqual util function to core diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 1f42f19..cc69b8b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # @quory/client +## 1.0.6 + +### Patch Changes + +- 62cc614: Add react devtools in devonly +- 4474714: Add manual save button to query client, add areQueriesEqual util function to core + ## 1.0.5 ### Patch Changes diff --git a/packages/client/package.json b/packages/client/package.json index 0bc2fd6..eb2c922 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "@quory/client", - "version": "1.0.5", + "version": "1.0.6", "description": "Quory Electron client", "main": "./out/main/index.js", "author": "CNimmo16", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9be1bf2..d0c6bbd 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @quory/core +## 6.1.0 + +### Minor Changes + +- 4474714: Add manual save button to query client, add areQueriesEqual util function to core + ## 6.0.0 ### Major Changes diff --git a/packages/core/package.json b/packages/core/package.json index 1b85f88..30d350a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@quory/core", - "version": "6.0.0", + "version": "6.1.0", "description": "Quickly extract relationships from any database", "keywords": [ "database",