diff --git a/.changeset/renovate-a07daa8.md b/.changeset/renovate-a07daa8.md deleted file mode 100644 index 1d00fc4df..000000000 --- a/.changeset/renovate-a07daa8.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `eslint-config-prettier` to `8.10.0`. diff --git a/.changeset/renovate-e40b06c.md b/.changeset/renovate-e40b06c.md deleted file mode 100644 index 3b2d20c2f..000000000 --- a/.changeset/renovate-e40b06c.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-i18n': patch ---- - -Updated dependency `international-types` to `0.8.0`. diff --git a/.changeset/witty-carrots-impress.md b/.changeset/witty-carrots-impress.md deleted file mode 100644 index f22c957d4..000000000 --- a/.changeset/witty-carrots-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-growthbook': patch ---- - -add loadfeature configuration into the providers and moove return function from null to void diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 292567e53..d6ae7ab0c 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.15.20 + +### Patch Changes + +- [#1436](https://github.com/scaleway/scaleway-lib/pull/1436) [`5cf067c`](https://github.com/scaleway/scaleway-lib/commit/5cf067cbba693f8cb9c004e3085883840e1aa9a3) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-config-prettier` to `8.10.0`. + ## 3.15.19 ### Patch Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 2ceca2148..074d03fcd 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/eslint-config-react", - "version": "3.15.19", + "version": "3.15.20", "description": "Scaleway React eslint shared config", "keywords": [ "eslint", diff --git a/packages/use-growthbook/CHANGELOG.md b/packages/use-growthbook/CHANGELOG.md index 8ec858bfb..88fa1e392 100644 --- a/packages/use-growthbook/CHANGELOG.md +++ b/packages/use-growthbook/CHANGELOG.md @@ -1,5 +1,11 @@ # @scaleway/use-growthbook +## 1.0.1 + +### Patch Changes + +- [#1439](https://github.com/scaleway/scaleway-lib/pull/1439) [`eaad0f7`](https://github.com/scaleway/scaleway-lib/commit/eaad0f7195dac15e3b7b2b300b481e3fe7b543cf) Thanks [@philibea](https://github.com/philibea)! - add loadfeature configuration into the providers and moove return function from null to void + ## 1.0.0 ### Major Changes diff --git a/packages/use-growthbook/package.json b/packages/use-growthbook/package.json index d8c863a90..7a82b5948 100644 --- a/packages/use-growthbook/package.json +++ b/packages/use-growthbook/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/use-growthbook", - "version": "1.0.0", + "version": "1.0.1", "description": "Utility package to expose AB test tool", "type": "module", "engines": { diff --git a/packages/use-i18n/CHANGELOG.md b/packages/use-i18n/CHANGELOG.md index 11f3c8d5b..237e1e65e 100644 --- a/packages/use-i18n/CHANGELOG.md +++ b/packages/use-i18n/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.4.2 + +### Patch Changes + +- [#1437](https://github.com/scaleway/scaleway-lib/pull/1437) [`09a48aa`](https://github.com/scaleway/scaleway-lib/commit/09a48aa5ef72652a017800d759c56d4f5e1733e8) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `international-types` to `0.8.0`. + ## 5.4.1 ### Patch Changes diff --git a/packages/use-i18n/package.json b/packages/use-i18n/package.json index 22c1d25b4..d3e33373d 100644 --- a/packages/use-i18n/package.json +++ b/packages/use-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/use-i18n", - "version": "5.4.1", + "version": "5.4.2", "description": "A small hook to handle i18n", "type": "module", "engines": {