Skip to content

Commit 454d710

Browse files
chore: release (#2349)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 35d9932 commit 454d710

File tree

10 files changed

+29
-26
lines changed

10 files changed

+29
-26
lines changed

.changeset/renovate-0206e2e.md

-8
This file was deleted.

.changeset/renovate-1db4423.md

-5
This file was deleted.

.changeset/renovate-47fcfbd.md

-5
This file was deleted.

.changeset/renovate-5b67bab.md

-5
This file was deleted.

packages/eslint-config-react/CHANGELOG.md

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

3+
## 5.2.2
4+
5+
### Patch Changes
6+
7+
- [#2353](https://github.com/scaleway/scaleway-lib/pull/2353) [`774ce56`](https://github.com/scaleway/scaleway-lib/commit/774ce56558b694c90381f15124d5e7c67025950d) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `eslint` to `9.17.0`.
8+
9+
- [#2355](https://github.com/scaleway/scaleway-lib/pull/2355) [`5aecfa1`](https://github.com/scaleway/scaleway-lib/commit/5aecfa1e2fffdde213bd93ebea1cf9d1b4e7869c) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@stylistic/eslint-plugin` to `2.12.0`.
10+
311
## 5.2.1
412

513
### 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.1",
3+
"version": "5.2.2",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-i18n/CHANGELOG.md

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

3+
## 7.0.7
4+
5+
### Patch Changes
6+
7+
- [#2348](https://github.com/scaleway/scaleway-lib/pull/2348) [`5c36ff0`](https://github.com/scaleway/scaleway-lib/commit/5c36ff03a279a5a1a34a8c898906cb2146eebd56) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/fast-memoize` to `2.2.5`.
8+
Updated dependency `intl-messageformat` to `10.7.10`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.7`.
10+
11+
- [#2356](https://github.com/scaleway/scaleway-lib/pull/2356) [`de94e6a`](https://github.com/scaleway/scaleway-lib/commit/de94e6a9df2e0f23dd3bb21db60eeb884321df96) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.3.1`.
12+
313
## 7.0.6
414

515
### 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.6",
3+
"version": "7.0.7",
44
"description": "A small hook to handle i18n",
55
"engines": {
66
"node": ">=18.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.8
4+
5+
### Patch Changes
6+
7+
- [#2348](https://github.com/scaleway/scaleway-lib/pull/2348) [`5c36ff0`](https://github.com/scaleway/scaleway-lib/commit/5c36ff03a279a5a1a34a8c898906cb2146eebd56) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/fast-memoize` to `2.2.5`.
8+
Updated dependency `intl-messageformat` to `10.7.10`.
9+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.7`.
10+
311
## 3.1.7
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.7",
3+
"version": "3.1.8",
44
"description": "A small cli to handle icu errors on locales files",
55
"engines": {
66
"node": ">=20.x"

0 commit comments

Comments
 (0)