diff --git a/.changeset/great-dodos-share.md b/.changeset/great-dodos-share.md deleted file mode 100644 index bdb631b..0000000 --- a/.changeset/great-dodos-share.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'rushdb-dashboard': patch -'rushdb-core': patch -'rushdb-docs': patch -'@rushdb/javascript-sdk': patch -'rushdb-website': patch ---- - -Minor docs update and temporary disabled gh auth diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ea71eaf..cfeb829 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,11 @@ # rushdb-docs +## 0.11.5 + +### Patch Changes + +- c373116: Minor docs update and temporary disabled gh auth + ## 0.11.4 ### Patch Changes diff --git a/docs/package.json b/docs/package.json index 5b2ef9b..e050c85 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "rushdb-docs", - "version": "0.11.4", + "version": "0.11.5", "private": true, "license": "Apache-2.0", "scripts": { diff --git a/packages/javascript-sdk/CHANGELOG.md b/packages/javascript-sdk/CHANGELOG.md index 35b2b46..8b30244 100644 --- a/packages/javascript-sdk/CHANGELOG.md +++ b/packages/javascript-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @rushdb/javascript-sdk +## 0.11.5 + +### Patch Changes + +- c373116: Minor docs update and temporary disabled gh auth + ## 0.11.4 ### Patch Changes diff --git a/packages/javascript-sdk/package.json b/packages/javascript-sdk/package.json index 0035c6a..c82af78 100644 --- a/packages/javascript-sdk/package.json +++ b/packages/javascript-sdk/package.json @@ -33,7 +33,7 @@ "rushdb" ], "license": "Apache-2.0", - "version": "0.11.4", + "version": "0.11.5", "type": "module", "files": [ "dist" diff --git a/platform/core/CHANGELOG.md b/platform/core/CHANGELOG.md index cbb2aca..ec6eef4 100644 --- a/platform/core/CHANGELOG.md +++ b/platform/core/CHANGELOG.md @@ -1,5 +1,11 @@ # rushdb-core +## 0.11.5 + +### Patch Changes + +- c373116: Minor docs update and temporary disabled gh auth + ## 0.11.4 ### Patch Changes diff --git a/platform/core/package.json b/platform/core/package.json index 743f5c7..7f5050d 100755 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -1,6 +1,6 @@ { "name": "rushdb-core", - "version": "0.11.4", + "version": "0.11.5", "description": "RushDB Core", "private": true, "license": "Apache-2.0", diff --git a/platform/dashboard/CHANGELOG.md b/platform/dashboard/CHANGELOG.md index 6434352..4a5bd96 100644 --- a/platform/dashboard/CHANGELOG.md +++ b/platform/dashboard/CHANGELOG.md @@ -1,5 +1,13 @@ # rushdb-dashboard +## 0.11.5 + +### Patch Changes + +- c373116: Minor docs update and temporary disabled gh auth +- Updated dependencies [c373116] + - @rushdb/javascript-sdk@0.11.5 + ## 0.11.4 ### Patch Changes diff --git a/platform/dashboard/package.json b/platform/dashboard/package.json index 1b4ab21..a285663 100644 --- a/platform/dashboard/package.json +++ b/platform/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "rushdb-dashboard", - "version": "0.11.4", + "version": "0.11.5", "description": "RushDB Dashboard", "type": "module", "private": true, diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 41ce84c..25e8388 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -1,5 +1,11 @@ # rushdb-website +## 0.11.5 + +### Patch Changes + +- c373116: Minor docs update and temporary disabled gh auth + ## 0.11.4 ### Patch Changes diff --git a/website/package.json b/website/package.json index 4f82276..bc8db9e 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "rushdb-website", - "version": "0.11.4", + "version": "0.11.5", "private": true, "license": "Apache-2.0", "scripts": {