Skip to content

Commit 2248c51

Browse files
chore: release (#2254)
1 parent f50d111 commit 2248c51

27 files changed

+81
-88
lines changed

.changeset/renovate-0e9040e.md

-5
This file was deleted.

.changeset/renovate-293b2f9.md

-5
This file was deleted.

.changeset/renovate-3c90515.md

-8
This file was deleted.

.changeset/renovate-43499e0.md

-5
This file was deleted.

.changeset/renovate-4bc5757.md

-5
This file was deleted.

.changeset/renovate-5f8d8d2.md

-5
This file was deleted.

.changeset/renovate-8b6aef8.md

-5
This file was deleted.

.changeset/renovate-99961ec.md

-5
This file was deleted.

.changeset/renovate-9ef54c0.md

-9
This file was deleted.

.changeset/renovate-a97f038.md

-9
This file was deleted.

.changeset/renovate-a9ec68e.md

-5
This file was deleted.

.changeset/renovate-be946cc.md

-5
This file was deleted.

.changeset/renovate-c4db527.md

-5
This file was deleted.

.changeset/six-houses-visit.md

-5
This file was deleted.

packages/cookie-consent/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
},
5151
"peerDependencies": {
5252
"react": "18.x || 18",
53-
"@scaleway/use-segment": "^1.1.5"
53+
"@scaleway/use-segment": "^1.1.6"
5454
}
5555
}

packages/eslint-config-react/CHANGELOG.md

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

3+
## 4.0.9
4+
5+
### Patch Changes
6+
7+
- [#2253](https://github.com/scaleway/scaleway-lib/pull/2253) [`ed64757`](https://github.com/scaleway/scaleway-lib/commit/ed6475775c74fc83c7102e3cd6aba2803b1dcf31) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/compat` to `1.2.1`.
8+
9+
- [#2270](https://github.com/scaleway/scaleway-lib/pull/2270) [`257be75`](https://github.com/scaleway/scaleway-lib/commit/257be756619ff170a161118c9928b208de91a3c8) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/compat` to `1.2.2`.
10+
11+
- [#2258](https://github.com/scaleway/scaleway-lib/pull/2258) [`4db4fd1`](https://github.com/scaleway/scaleway-lib/commit/4db4fd184cd45359f72d7c91de2730d058e4e3cc) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-jsx-a11y` to `6.10.1`.
12+
13+
- [#2249](https://github.com/scaleway/scaleway-lib/pull/2249) [`b18511e`](https://github.com/scaleway/scaleway-lib/commit/b18511e20e4c41b63e42f70aa92bf18d8a867501) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-react-hooks` to `5.0.0`.
14+
15+
- [#2262](https://github.com/scaleway/scaleway-lib/pull/2262) [`237d4c1`](https://github.com/scaleway/scaleway-lib/commit/237d4c100f06f1592a88a0292ada15f758f4d5c9) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint` to `9.13.0`.
16+
17+
- [#2266](https://github.com/scaleway/scaleway-lib/pull/2266) [`339c4ca`](https://github.com/scaleway/scaleway-lib/commit/339c4ca9ba4eb9eee538f0a92071d064c92ab875) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-react` to `7.37.2`.
18+
319
## 4.0.8
420

521
### 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": "4.0.8",
3+
"version": "4.0.9",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-dataloader/CHANGELOG.md

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

3+
## 5.1.1
4+
5+
### Patch Changes
6+
7+
- [#2277](https://github.com/scaleway/scaleway-lib/pull/2277) [`21a2dc6`](https://github.com/scaleway/scaleway-lib/commit/21a2dc6cf7df20c3423de2cadfd07e51ff5f7d2b) Thanks [@philibea](https://github.com/philibea)! - export a datalifetime object
8+
39
## 5.1.0
410

511
### Minor Changes

packages/use-dataloader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-dataloader",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "A small hook to handle api requests",
55
"type": "module",
66
"engines": {

packages/use-i18n/CHANGELOG.md

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

3+
## 7.0.4
4+
5+
### Patch Changes
6+
7+
- [#2285](https://github.com/scaleway/scaleway-lib/pull/2285) [`67d4b79`](https://github.com/scaleway/scaleway-lib/commit/67d4b7990c1d0b7e853a93e65ac5d4c032b6fd31) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.3`.
8+
Updated dependency `intl-messageformat` to `10.7.5`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.3`.
10+
11+
- [#2287](https://github.com/scaleway/scaleway-lib/pull/2287) [`d9e86d3`](https://github.com/scaleway/scaleway-lib/commit/d9e86d354448056d330f41d6288f6cded643f0ac) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `intl-messageformat` to `10.7.6`.
12+
13+
- [#2272](https://github.com/scaleway/scaleway-lib/pull/2272) [`f48a9a1`](https://github.com/scaleway/scaleway-lib/commit/f48a9a107dbec8ece5d965158a4fdb0f87c57fff) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.1`.
14+
Updated dependency `@formatjs/fast-memoize` to `2.2.2`.
15+
Updated dependency `intl-messageformat` to `10.7.3`.
16+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.1`.
17+
18+
- [#2279](https://github.com/scaleway/scaleway-lib/pull/2279) [`7a70e95`](https://github.com/scaleway/scaleway-lib/commit/7a70e9539b9b1d637bb948f4b58ecc42e0750b0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.2`.
19+
Updated dependency `@formatjs/fast-memoize` to `2.2.3`.
20+
Updated dependency `intl-messageformat` to `10.7.4`.
21+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.2`.
22+
23+
- [#2259](https://github.com/scaleway/scaleway-lib/pull/2259) [`2b9a20a`](https://github.com/scaleway/scaleway-lib/commit/2b9a20ab8cd78f4b049327f1a2ed17aefe2ebbe7) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `intl-messageformat` to `10.7.1`.
24+
325
## 7.0.3
426

527
### 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.3",
3+
"version": "7.0.4",
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.9
4+
5+
### Patch Changes
6+
7+
- [#2248](https://github.com/scaleway/scaleway-lib/pull/2248) [`3a6628e`](https://github.com/scaleway/scaleway-lib/commit/3a6628e75f13a1e63490e303a0427257adb78105) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.27.0`.
8+
39
## 5.0.8
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.8",
3+
"version": "5.0.9",
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.6
4+
5+
### Patch Changes
6+
7+
- [#2286](https://github.com/scaleway/scaleway-lib/pull/2286) [`8f5aeea`](https://github.com/scaleway/scaleway-lib/commit/8f5aeea0e53ea3fa5e3d24ca59ac44e25750f482) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@segment/analytics-next` to `1.76.0`.
8+
39
## 1.1.5
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.5",
3+
"version": "1.1.6",
44
"description": "A small hook to handle segment",
55
"engines": {
66
"node": ">=20.x"

packages/validate-icu-locales/CHANGELOG.md

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

3+
## 3.1.5
4+
5+
### Patch Changes
6+
7+
- [#2285](https://github.com/scaleway/scaleway-lib/pull/2285) [`67d4b79`](https://github.com/scaleway/scaleway-lib/commit/67d4b7990c1d0b7e853a93e65ac5d4c032b6fd31) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.3`.
8+
Updated dependency `intl-messageformat` to `10.7.5`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.3`.
10+
11+
- [#2272](https://github.com/scaleway/scaleway-lib/pull/2272) [`f48a9a1`](https://github.com/scaleway/scaleway-lib/commit/f48a9a107dbec8ece5d965158a4fdb0f87c57fff) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.1`.
12+
Updated dependency `@formatjs/fast-memoize` to `2.2.2`.
13+
Updated dependency `intl-messageformat` to `10.7.3`.
14+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.1`.
15+
16+
- [#2279](https://github.com/scaleway/scaleway-lib/pull/2279) [`7a70e95`](https://github.com/scaleway/scaleway-lib/commit/7a70e9539b9b1d637bb948f4b58ecc42e0750b0b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.2`.
17+
Updated dependency `@formatjs/fast-memoize` to `2.2.3`.
18+
Updated dependency `intl-messageformat` to `10.7.4`.
19+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.2`.
20+
321
## 3.1.4
422

523
### 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.4",
3+
"version": "3.1.5",
44
"description": "A small cli to handle icu errors on locales files",
55
"engines": {
66
"node": ">=20.x"

0 commit comments

Comments
 (0)