diff --git a/.changeset/renovate-def2019.md b/.changeset/renovate-def2019.md deleted file mode 100644 index 4b4aa9cde..000000000 --- a/.changeset/renovate-def2019.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `7.12.0`. -Updated dependency `@typescript-eslint/parser` to `7.12.0`. diff --git a/.changeset/sharp-buckets-unite.md b/.changeset/sharp-buckets-unite.md deleted file mode 100644 index b4104afcb..000000000 --- a/.changeset/sharp-buckets-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@scaleway/cookie-consent": patch ---- - -Cookie consent provider now work on client and server side diff --git a/.changeset/witty-coins-promise.md b/.changeset/witty-coins-promise.md deleted file mode 100644 index fa0e75e74..000000000 --- a/.changeset/witty-coins-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/eslint-config-react': major ---- - -Migrate to eslint9 diff --git a/packages/cookie-consent/CHANGELOG.md b/packages/cookie-consent/CHANGELOG.md index 5267aef0e..f7c3ffb38 100644 --- a/packages/cookie-consent/CHANGELOG.md +++ b/packages/cookie-consent/CHANGELOG.md @@ -1,5 +1,11 @@ # @scaleway/cookie-consent +## 2.0.2 + +### Patch Changes + +- [#2041](https://github.com/scaleway/scaleway-lib/pull/2041) [`ca12d6d`](https://github.com/scaleway/scaleway-lib/commit/ca12d6d5b8e9679a9c12d619ad07d1c72b44c507) Thanks [@Slashgear](https://github.com/Slashgear)! - Cookie consent provider now work on client and server side + ## 2.0.1 ### Patch Changes diff --git a/packages/cookie-consent/package.json b/packages/cookie-consent/package.json index 7188ef1e4..03a38fe85 100644 --- a/packages/cookie-consent/package.json +++ b/packages/cookie-consent/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/cookie-consent", - "version": "2.0.1", + "version": "2.0.2", "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 6f9fdcecf..baedf92c2 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## 4.0.0 + +### Major Changes + +- [#2039](https://github.com/scaleway/scaleway-lib/pull/2039) [`ee846aa`](https://github.com/scaleway/scaleway-lib/commit/ee846aad29d20dbd6f47a0ab9432a73b1aead21e) Thanks [@johnrazeur](https://github.com/johnrazeur)! - Migrate to eslint9 + +### Patch Changes + +- [#2030](https://github.com/scaleway/scaleway-lib/pull/2030) [`a53d79b`](https://github.com/scaleway/scaleway-lib/commit/a53d79be9e9f638960bfa4f5e8144b1ec258626a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `7.12.0`. + Updated dependency `@typescript-eslint/parser` to `7.12.0`. + ## 3.18.4 ### Patch Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 6ceee87f4..d20fbae13 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.18.4", + "version": "4.0.0", "description": "Scaleway React eslint shared config", "keywords": [ "eslint",