Skip to content

Commit 205e523

Browse files
chore: release
1 parent 460b070 commit 205e523

25 files changed

+78
-82
lines changed

.changeset/renovate-1c355fa.md

-5
This file was deleted.

.changeset/renovate-21f5efa.md

-5
This file was deleted.

.changeset/renovate-2a7895c.md

-5
This file was deleted.

.changeset/renovate-46b3402.md

-5
This file was deleted.

.changeset/renovate-54762bf.md

-6
This file was deleted.

.changeset/renovate-643cb4a.md

-7
This file was deleted.

.changeset/renovate-64e6db5.md

-5
This file was deleted.

.changeset/renovate-6601b9f.md

-9
This file was deleted.

.changeset/renovate-827da4c.md

-6
This file was deleted.

.changeset/renovate-b00f3d4.md

-5
This file was deleted.

.changeset/renovate-b972772.md

-5
This file was deleted.

.changeset/renovate-d09ab91.md

-5
This file was deleted.

.changeset/renovate-e98f1bf.md

-7
This file was deleted.

packages/cookie-consent/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @scaleway/cookie-consent
22

3+
## 2.0.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f4df416`](https://github.com/scaleway/scaleway-lib/commit/f4df4168bcb362f6bd3fc90062fe4560a55867d3)]:
8+
- @scaleway/use-segment@1.1.9
9+
310
## 2.0.7
411

512
### Patch Changes

packages/cookie-consent/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/cookie-consent",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "React provider to handle website end user consent cookie storage based on segment integrations",
55
"main": "./dist/index.cjs",
66
"type": "module",
@@ -52,6 +52,6 @@
5252
},
5353
"peerDependencies": {
5454
"react": "18.x || 19.x",
55-
"@scaleway/use-segment": "1.1.8"
55+
"@scaleway/use-segment": "1.1.9"
5656
}
5757
}

packages/eslint-config-react/CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Change Log
22

3+
## 5.2.4
4+
5+
### Patch Changes
6+
7+
- [#2395](https://github.com/scaleway/scaleway-lib/pull/2395) [`d91c6e5`](https://github.com/scaleway/scaleway-lib/commit/d91c6e5ae2c880290c241749a79efd9ab8a0ba2d) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `typescript` to `5.7.3`.
8+
9+
- [#2407](https://github.com/scaleway/scaleway-lib/pull/2407) [`1380752`](https://github.com/scaleway/scaleway-lib/commit/1380752679a13bc4c25340504592410c0065632e) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-config-prettier` to `10.0.1`.
10+
11+
- [#2415](https://github.com/scaleway/scaleway-lib/pull/2415) [`d879137`](https://github.com/scaleway/scaleway-lib/commit/d879137f4f9f21ed57804f60bd4f0964246a89f5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@stylistic/eslint-plugin` to `2.13.0`.
12+
13+
- [#2392](https://github.com/scaleway/scaleway-lib/pull/2392) [`7b8f218`](https://github.com/scaleway/scaleway-lib/commit/7b8f218bac2d175f19229dadc7251e2ba47f2357) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.19.0`.
14+
Updated dependency `@typescript-eslint/parser` to `8.19.0`.
15+
16+
- [#2398](https://github.com/scaleway/scaleway-lib/pull/2398) [`c233b42`](https://github.com/scaleway/scaleway-lib/commit/c233b42e85d2357ac71806a4d494e52b311d775b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/compat` to `1.2.5`.
17+
18+
- [#2397](https://github.com/scaleway/scaleway-lib/pull/2397) [`21dc061`](https://github.com/scaleway/scaleway-lib/commit/21dc061bc21062378d5bdeb78ca7be9d49f39cb3) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.19.1`.
19+
Updated dependency `@typescript-eslint/parser` to `8.19.1`.
20+
21+
- [#2400](https://github.com/scaleway/scaleway-lib/pull/2400) [`eb7656f`](https://github.com/scaleway/scaleway-lib/commit/eb7656fae407f95c881179145d706af0db9afea2) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-react` to `7.37.4`.
22+
23+
- [#2406](https://github.com/scaleway/scaleway-lib/pull/2406) [`d9cb18e`](https://github.com/scaleway/scaleway-lib/commit/d9cb18e75d9853c7c3748443fb76c0313b17e72d) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint` to `9.18.0`.
24+
325
## 5.2.3
426

527
### Patch Changes

packages/eslint-config-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/eslint-config-react",
3-
"version": "5.2.3",
3+
"version": "5.2.4",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-i18n/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 7.0.9
4+
5+
### Patch Changes
6+
7+
- [#2425](https://github.com/scaleway/scaleway-lib/pull/2425) [`56c7f16`](https://github.com/scaleway/scaleway-lib/commit/56c7f16a92041ebee1e98c3e447ae071e55e1bda) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `intl-messageformat` to `10.7.14`.
8+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.11.0`.
9+
10+
- [#2386](https://github.com/scaleway/scaleway-lib/pull/2386) [`dc5e97e`](https://github.com/scaleway/scaleway-lib/commit/dc5e97e8090feb46d8c52d5174441aa90f95e146) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.3.2`.
11+
Updated dependency `@formatjs/fast-memoize` to `2.2.6`.
12+
Updated dependency `intl-messageformat` to `10.7.11`.
13+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.8`.
14+
15+
- [#2404](https://github.com/scaleway/scaleway-lib/pull/2404) [`09478d8`](https://github.com/scaleway/scaleway-lib/commit/09478d8d64e5b5ac049d44461e6108784833c088) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/icu-messageformat-parser` to `2.10.0`.
16+
Updated dependency `intl-messageformat` to `10.7.12`.
17+
318
## 7.0.8
419

520
### Patch Changes

packages/use-i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-i18n",
3-
"version": "7.0.8",
3+
"version": "7.0.9",
44
"description": "A small hook to handle i18n",
55
"engines": {
66
"node": ">=18.x"

packages/use-query-params/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 5.0.13
4+
5+
### Patch Changes
6+
7+
- [#2411](https://github.com/scaleway/scaleway-lib/pull/2411) [`761b131`](https://github.com/scaleway/scaleway-lib/commit/761b1314d061c67590fd8b77634218a5b4fe2ab7) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.28.2`.
8+
39
## 5.0.12
410

511
### Patch Changes

packages/use-query-params/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-query-params",
3-
"version": "5.0.12",
3+
"version": "5.0.13",
44
"description": "A small hook to handle params",
55
"engines": {
66
"node": ">=20.x"

packages/use-segment/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.1.9
4+
5+
### Patch Changes
6+
7+
- [#2402](https://github.com/scaleway/scaleway-lib/pull/2402) [`f4df416`](https://github.com/scaleway/scaleway-lib/commit/f4df4168bcb362f6bd3fc90062fe4560a55867d3) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@segment/analytics-next` to `1.76.1`.
8+
39
## 1.1.8
410

511
### Patch Changes

packages/use-segment/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-segment",
3-
"version": "1.1.8",
3+
"version": "1.1.9",
44
"description": "A small hook to handle segment",
55
"engines": {
66
"node": ">=20.x"

packages/validate-icu-locales/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 3.1.10
4+
5+
### Patch Changes
6+
7+
- [#2425](https://github.com/scaleway/scaleway-lib/pull/2425) [`56c7f16`](https://github.com/scaleway/scaleway-lib/commit/56c7f16a92041ebee1e98c3e447ae071e55e1bda) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `intl-messageformat` to `10.7.14`.
8+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.11.0`.
9+
10+
- [#2386](https://github.com/scaleway/scaleway-lib/pull/2386) [`dc5e97e`](https://github.com/scaleway/scaleway-lib/commit/dc5e97e8090feb46d8c52d5174441aa90f95e146) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.3.2`.
11+
Updated dependency `@formatjs/fast-memoize` to `2.2.6`.
12+
Updated dependency `intl-messageformat` to `10.7.11`.
13+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.8`.
14+
15+
- [#2404](https://github.com/scaleway/scaleway-lib/pull/2404) [`09478d8`](https://github.com/scaleway/scaleway-lib/commit/09478d8d64e5b5ac049d44461e6108784833c088) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/icu-messageformat-parser` to `2.10.0`.
16+
Updated dependency `intl-messageformat` to `10.7.12`.
17+
318
## 3.1.9
419

520
### Patch Changes

packages/validate-icu-locales/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/validate-icu-locales",
3-
"version": "3.1.9",
3+
"version": "3.1.10",
44
"description": "A small cli to handle icu errors on locales files",
55
"engines": {
66
"node": ">=20.x"

0 commit comments

Comments
 (0)