Skip to content

Commit 162f0ab

Browse files
chore: release (#2295)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 59656a7 commit 162f0ab

15 files changed

+42
-42
lines changed

.changeset/large-moose-drop.md

-5
This file was deleted.

.changeset/renovate-221be2c.md

-5
This file was deleted.

.changeset/renovate-2fd1027.md

-8
This file was deleted.

.changeset/renovate-368d4fa.md

-5
This file was deleted.

.changeset/renovate-8112fa1.md

-5
This file was deleted.

.changeset/renovate-e2ad89a.md

-5
This file was deleted.

.changeset/renovate-f38caec.md

-5
This file was deleted.

packages/eslint-config-react/CHANGELOG.md

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

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- [#2320](https://github.com/scaleway/scaleway-lib/pull/2320) [`8655476`](https://github.com/scaleway/scaleway-lib/commit/8655476e72465f3743a541bb3431193bfd49a9b0) Thanks [@philibea](https://github.com/philibea)! - remove usage of eslint-config-airbnb-typescript as it's not maintain anymore, migrate to stylistic package
8+
9+
### Patch Changes
10+
11+
- [#2288](https://github.com/scaleway/scaleway-lib/pull/2288) [`3c6b30d`](https://github.com/scaleway/scaleway-lib/commit/3c6b30d76e31a79508905a710f00a7081a80cd3b) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint-plugin-jsx-a11y` to `6.10.2`.
12+
13+
- [#2306](https://github.com/scaleway/scaleway-lib/pull/2306) [`060f4f9`](https://github.com/scaleway/scaleway-lib/commit/060f4f9a3363e6d4dc0b1c9f99aeb9816993ec55) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/eslintrc` to `3.2.0`.
14+
15+
- [#2300](https://github.com/scaleway/scaleway-lib/pull/2300) [`0e44ad8`](https://github.com/scaleway/scaleway-lib/commit/0e44ad87297981c705da061e7a38cbfdefd13b8c) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@eslint/compat` to `1.2.3`.
16+
17+
- [#2318](https://github.com/scaleway/scaleway-lib/pull/2318) [`b13f10a`](https://github.com/scaleway/scaleway-lib/commit/b13f10a14c9e4e053fe80b19cd347f7d7a0acb2a) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `typescript` to `5.7.2`.
18+
319
## 4.0.9
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.9",
3+
"version": "5.0.0",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-i18n/CHANGELOG.md

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

3+
## 7.0.5
4+
5+
### Patch Changes
6+
7+
- [#2303](https://github.com/scaleway/scaleway-lib/pull/2303) [`ed13d8d`](https://github.com/scaleway/scaleway-lib/commit/ed13d8df7edf32f3636d0e43dc5cf8025d87d959) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.4`.
8+
Updated dependency `intl-messageformat` to `10.7.7`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.4`.
10+
311
## 7.0.4
412

513
### 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.4",
3+
"version": "7.0.5",
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.10
4+
5+
### Patch Changes
6+
7+
- [#2296](https://github.com/scaleway/scaleway-lib/pull/2296) [`b822c14`](https://github.com/scaleway/scaleway-lib/commit/b822c147d5e5b0ef0cc95a2a5cd5ac9bc1a587b6) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `react-router-dom` to `6.28.0`.
8+
39
## 5.0.9
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.9",
3+
"version": "5.0.10",
44
"description": "A small hook to handle params",
55
"engines": {
66
"node": ">=20.x"

packages/validate-icu-locales/CHANGELOG.md

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

3+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- [#2303](https://github.com/scaleway/scaleway-lib/pull/2303) [`ed13d8d`](https://github.com/scaleway/scaleway-lib/commit/ed13d8df7edf32f3636d0e43dc5cf8025d87d959) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.4`.
8+
Updated dependency `intl-messageformat` to `10.7.7`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.4`.
10+
311
## 3.1.5
412

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

0 commit comments

Comments
 (0)