diff --git a/.changeset/blue-crews-eat.md b/.changeset/blue-crews-eat.md deleted file mode 100644 index 6719d2749..000000000 --- a/.changeset/blue-crews-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/changesets-renovate': minor ---- - -add the ability to skip commit diff --git a/.changeset/khaki-impalas-train.md b/.changeset/khaki-impalas-train.md deleted file mode 100644 index 9ae4e6487..000000000 --- a/.changeset/khaki-impalas-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/cookie-consent': minor ---- - -Add isSegmentIntegrationsLoading state to manage Segment integrations loading status diff --git a/.changeset/large-boats-exist.md b/.changeset/large-boats-exist.md deleted file mode 100644 index ed6ad761d..000000000 --- a/.changeset/large-boats-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/cookie-consent': minor ---- - -refactor(useCookieConsent): change isSegmentIntegrationsLoaded output diff --git a/.changeset/renovate-2dab35a.md b/.changeset/renovate-2dab35a.md deleted file mode 100644 index b4161882e..000000000 --- a/.changeset/renovate-2dab35a.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `6.15.0`. -Updated dependency `@typescript-eslint/parser` to `6.15.0`. diff --git a/.changeset/renovate-3bddfff.md b/.changeset/renovate-3bddfff.md deleted file mode 100644 index 591828641..000000000 --- a/.changeset/renovate-3bddfff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/jest-helpers': patch ---- - -Updated dependency `@emotion/react` to `11.11.3`. diff --git a/.changeset/renovate-4eac006.md b/.changeset/renovate-4eac006.md deleted file mode 100644 index 23700e899..000000000 --- a/.changeset/renovate-4eac006.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `@typescript-eslint/eslint-plugin` to `6.14.0`. -Updated dependency `@typescript-eslint/parser` to `6.14.0`. diff --git a/.changeset/renovate-54076d6.md b/.changeset/renovate-54076d6.md deleted file mode 100644 index b9df88f5f..000000000 --- a/.changeset/renovate-54076d6.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `eslint` to `8.56.0`. diff --git a/.changeset/renovate-633c70f.md b/.changeset/renovate-633c70f.md deleted file mode 100644 index 10bf57058..000000000 --- a/.changeset/renovate-633c70f.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/eslint-config-react': patch ---- - -Updated dependency `eslint-plugin-import` to `2.29.1`. diff --git a/.changeset/renovate-63631c4.md b/.changeset/renovate-63631c4.md deleted file mode 100644 index bc9f00329..000000000 --- a/.changeset/renovate-63631c4.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-query-params': patch ---- - -Updated dependency `react-router-dom` to `6.21.0`. diff --git a/.changeset/renovate-814bf1e.md b/.changeset/renovate-814bf1e.md deleted file mode 100644 index 532c59331..000000000 --- a/.changeset/renovate-814bf1e.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@scaleway/use-query-params': patch ---- - -Updated dependency `react-router-dom` to `6.21.1`. diff --git a/packages/changesets-renovate/CHANGELOG.md b/packages/changesets-renovate/CHANGELOG.md index e56e667dd..a349b646e 100644 --- a/packages/changesets-renovate/CHANGELOG.md +++ b/packages/changesets-renovate/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 1.4.0 + +### Minor Changes + +- [#1705](https://github.com/scaleway/scaleway-lib/pull/1705) [`d3e1246`](https://github.com/scaleway/scaleway-lib/commit/d3e1246f70229cf9e3a7a5d464d921fe5e379af0) Thanks [@wrighbr](https://github.com/wrighbr)! - add the ability to skip commit + ## 1.3.2 ### Patch Changes diff --git a/packages/changesets-renovate/package.json b/packages/changesets-renovate/package.json index f23442921..907280b23 100644 --- a/packages/changesets-renovate/package.json +++ b/packages/changesets-renovate/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/changesets-renovate", - "version": "1.3.2", + "version": "1.4.0", "description": "Automatically create changesets for Renovate", "type": "module", "engines": { diff --git a/packages/cookie-consent/CHANGELOG.md b/packages/cookie-consent/CHANGELOG.md index 2198a6663..edc1535e2 100644 --- a/packages/cookie-consent/CHANGELOG.md +++ b/packages/cookie-consent/CHANGELOG.md @@ -1,5 +1,13 @@ # @scaleway/cookie-consent +## 1.1.0 + +### Minor Changes + +- [#1726](https://github.com/scaleway/scaleway-lib/pull/1726) [`7669906`](https://github.com/scaleway/scaleway-lib/commit/76699066084b09de9c5da877c6f3be71a47024a5) Thanks [@ModuloM](https://github.com/ModuloM)! - Add isSegmentIntegrationsLoading state to manage Segment integrations loading status + +- [#1738](https://github.com/scaleway/scaleway-lib/pull/1738) [`63b01a2`](https://github.com/scaleway/scaleway-lib/commit/63b01a24418ea68889db60e6a6efb48651310917) Thanks [@ModuloM](https://github.com/ModuloM)! - refactor(useCookieConsent): change isSegmentIntegrationsLoaded output + ## 1.0.7 ### Patch Changes diff --git a/packages/cookie-consent/package.json b/packages/cookie-consent/package.json index 8dd1348cc..12b933bcf 100644 --- a/packages/cookie-consent/package.json +++ b/packages/cookie-consent/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/cookie-consent", - "version": "1.0.7", + "version": "1.1.0", "description": "React provider to handle website end user consent cookie storage based on segment integrations", "type": "module", "sideEffects": false, diff --git a/packages/eslint-config-react/CHANGELOG.md b/packages/eslint-config-react/CHANGELOG.md index 8624ce317..e8a931f24 100644 --- a/packages/eslint-config-react/CHANGELOG.md +++ b/packages/eslint-config-react/CHANGELOG.md @@ -1,5 +1,19 @@ # Change Log +## 3.16.4 + +### Patch Changes + +- [#1741](https://github.com/scaleway/scaleway-lib/pull/1741) [`d928cb2`](https://github.com/scaleway/scaleway-lib/commit/d928cb28aa728162902d5e1ee36263e2afd69663) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.15.0`. + Updated dependency `@typescript-eslint/parser` to `6.15.0`. + +- [#1732](https://github.com/scaleway/scaleway-lib/pull/1732) [`aef602e`](https://github.com/scaleway/scaleway-lib/commit/aef602ea90db41c0e8b8c9cbc668148892910130) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.14.0`. + Updated dependency `@typescript-eslint/parser` to `6.14.0`. + +- [#1739](https://github.com/scaleway/scaleway-lib/pull/1739) [`2ffd76c`](https://github.com/scaleway/scaleway-lib/commit/2ffd76c7ea5ad386a3979f2ead5f835440ce7bd4) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint` to `8.56.0`. + +- [#1731](https://github.com/scaleway/scaleway-lib/pull/1731) [`57d747a`](https://github.com/scaleway/scaleway-lib/commit/57d747aca67fd645554f5d1fd56c79ba6b0d1456) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-import` to `2.29.1`. + ## 3.16.3 ### Patch Changes diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 390d06ef9..4f6148f62 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.16.3", + "version": "3.16.4", "description": "Scaleway React eslint shared config", "keywords": [ "eslint", diff --git a/packages/jest-helpers/CHANGELOG.md b/packages/jest-helpers/CHANGELOG.md index d503d4732..b0ea3d3b3 100644 --- a/packages/jest-helpers/CHANGELOG.md +++ b/packages/jest-helpers/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.0.12 + +### Patch Changes + +- [#1742](https://github.com/scaleway/scaleway-lib/pull/1742) [`94f6831`](https://github.com/scaleway/scaleway-lib/commit/94f68312ef023da9f34ac3e1a0387a232be75c67) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@emotion/react` to `11.11.3`. + ## 3.0.11 ### Patch Changes diff --git a/packages/jest-helpers/package.json b/packages/jest-helpers/package.json index 22a6a37bd..d10b44827 100644 --- a/packages/jest-helpers/package.json +++ b/packages/jest-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/jest-helpers", - "version": "3.0.11", + "version": "3.0.12", "description": "A package for utilities jest functions", "type": "module", "engines": { diff --git a/packages/use-query-params/CHANGELOG.md b/packages/use-query-params/CHANGELOG.md index 78ec733c2..0100396ab 100644 --- a/packages/use-query-params/CHANGELOG.md +++ b/packages/use-query-params/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## 4.0.21 + +### Patch Changes + +- [#1737](https://github.com/scaleway/scaleway-lib/pull/1737) [`8889cd4`](https://github.com/scaleway/scaleway-lib/commit/8889cd442721a6f89fdfb3111b7396e5cb811c03) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.21.0`. + +- [#1740](https://github.com/scaleway/scaleway-lib/pull/1740) [`8e42f96`](https://github.com/scaleway/scaleway-lib/commit/8e42f964c93efe94c24ea86b648c1ea4a86b0be4) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.21.1`. + ## 4.0.20 ### Patch Changes diff --git a/packages/use-query-params/package.json b/packages/use-query-params/package.json index 6c4298f0d..7866641e4 100644 --- a/packages/use-query-params/package.json +++ b/packages/use-query-params/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/use-query-params", - "version": "4.0.20", + "version": "4.0.21", "description": "A small hook to handle params", "type": "module", "engines": {