diff --git a/.changeset/renovate-3df3faa.md b/.changeset/renovate-3df3faa.md deleted file mode 100644 index 9afd97382..000000000 --- a/.changeset/renovate-3df3faa.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-growthbook': patch ---- - -Updated dependency `@growthbook/growthbook-react` to `1.3.1`. diff --git a/.changeset/renovate-9f1d865.md b/.changeset/renovate-9f1d865.md deleted file mode 100644 index be8af85a0..000000000 --- a/.changeset/renovate-9f1d865.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-growthbook': patch ---- - -Updated dependency `@growthbook/growthbook-react` to `1.3.0`. diff --git a/.changeset/renovate-eafb343.md b/.changeset/renovate-eafb343.md deleted file mode 100644 index 41e25aea4..000000000 --- a/.changeset/renovate-eafb343.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/cookie-consent': patch ---- - -Updated dependency `cookie` to `1.0.2`. diff --git a/.changeset/strange-pears-tell.md b/.changeset/strange-pears-tell.md deleted file mode 100644 index 4d9311f8b..000000000 --- a/.changeset/strange-pears-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@scaleway/eslint-config-react": minor ---- - -fix conflict rules apply by formatter like prettier / biome diff --git a/packages/cookie-consent/CHANGELOG.md b/packages/cookie-consent/CHANGELOG.md index f6b41a9d6..164e5d5e7 100644 --- a/packages/cookie-consent/CHANGELOG.md +++ b/packages/cookie-consent/CHANGELOG.md @@ -1,5 +1,11 @@ # @scaleway/cookie-consent +## 2.0.4 + +### Patch Changes + +- [#2327](https://github.com/scaleway/scaleway-lib/pull/2327) [`3356ae6`](https://github.com/scaleway/scaleway-lib/commit/3356ae6cefbc862f4cd583ae0409ed4417ed2cfb) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `cookie` to `1.0.2`. + ## 2.0.3 ### Patch Changes diff --git a/packages/cookie-consent/package.json b/packages/cookie-consent/package.json index d8d2c2842..31144e7b4 100644 --- a/packages/cookie-consent/package.json +++ b/packages/cookie-consent/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/cookie-consent", - "version": "2.0.3", + "version": "2.0.4", "description": "React provider to handle website end user consent cookie storage based on segment integrations", "main": "./dist/index.cjs", "type": "module", diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index a65c7825a..2ff9e2c93 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.1.0 + +### Minor Changes + +- [#2324](https://github.com/scaleway/scaleway-lib/pull/2324) [`6625aca`](https://github.com/scaleway/scaleway-lib/commit/6625acad0e0ef1adaa7b20e23e33e36743d6bb7a) Thanks [@philibea](https://github.com/philibea)! - fix conflict rules apply by formatter like prettier / biome + ## 5.0.0 ### Major Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 26aad2f49..897a5825c 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": "5.0.0", + "version": "5.1.0", "description": "Scaleway React eslint shared config", "keywords": [ "eslint", diff --git a/packages/use-growthbook/CHANGELOG.md b/packages/use-growthbook/CHANGELOG.md index 33fd4f65a..acd947fac 100644 --- a/packages/use-growthbook/CHANGELOG.md +++ b/packages/use-growthbook/CHANGELOG.md @@ -1,5 +1,13 @@ # @scaleway/use-growthbook +## 2.1.5 + +### Patch Changes + +- [#2325](https://github.com/scaleway/scaleway-lib/pull/2325) [`34186a6`](https://github.com/scaleway/scaleway-lib/commit/34186a617935638ebcb080c45dd90a0b9ec58f48) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@growthbook/growthbook-react` to `1.3.1`. + +- [#2312](https://github.com/scaleway/scaleway-lib/pull/2312) [`a1b85f1`](https://github.com/scaleway/scaleway-lib/commit/a1b85f107cf24304c4361223ebcd6ff74bd3f1cb) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@growthbook/growthbook-react` to `1.3.0`. + ## 2.1.4 ### Patch Changes diff --git a/packages/use-growthbook/package.json b/packages/use-growthbook/package.json index 7470bf15f..535dd6b38 100644 --- a/packages/use-growthbook/package.json +++ b/packages/use-growthbook/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/use-growthbook", - "version": "2.1.4", + "version": "2.1.5", "description": "Utility package to expose AB test tool", "engines": { "node": ">=20.x"