diff --git a/.changeset/wicked-spiders-vanish.md b/.changeset/wicked-spiders-vanish.md deleted file mode 100644 index c971119..0000000 --- a/.changeset/wicked-spiders-vanish.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@authdog/hydra-core": patch -"@authdog/hydra-cli": patch ---- - -enable ratelimiting at query level, with dedicated query/unit in the configuration diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 40f170d..36f4048 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @authdog/hydra-cli +## 0.1.18 + +### Patch Changes + +- 7959cd6: enable ratelimiting at query level, with dedicated query/unit in the configuration + ## 0.1.17 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 9edd856..cd6b94f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@authdog/hydra-cli", - "version": "0.1.17", + "version": "0.1.18", "description": "", "main": "build/index.js", "bin": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0754380..7b16607 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @authdog/hydra-core +## 0.1.8 + +### Patch Changes + +- 7959cd6: enable ratelimiting at query level, with dedicated query/unit in the configuration + ## 0.1.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index c5acbe9..ee5375c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@authdog/hydra-core", - "version": "0.1.7", + "version": "0.1.8", "description": "", "main": "build/index.js", "scripts": { diff --git a/services/itty-hydra/CHANGELOG.md b/services/itty-hydra/CHANGELOG.md index 15464db..4f7a1b5 100644 --- a/services/itty-hydra/CHANGELOG.md +++ b/services/itty-hydra/CHANGELOG.md @@ -1,5 +1,12 @@ # @playground/itty-hydra +## 1.0.8 + +### Patch Changes + +- Updated dependencies [7959cd6] + - @authdog/hydra-core@0.1.8 + ## 1.0.7 ### Patch Changes diff --git a/services/itty-hydra/package.json b/services/itty-hydra/package.json index 7adf977..a247d93 100644 --- a/services/itty-hydra/package.json +++ b/services/itty-hydra/package.json @@ -1,6 +1,6 @@ { "name": "@playground/itty-hydra", - "version": "1.0.7", + "version": "1.0.8", "description": "", "main": "index.js", "private": true,