Skip to content

Commit 9f2560a

Browse files
chore: release (#2346)
1 parent ba392ab commit 9f2560a

File tree

8 files changed

+28
-18
lines changed

8 files changed

+28
-18
lines changed

.changeset/renovate-55dc15a.md

-9
This file was deleted.

.changeset/renovate-f806b04.md

-6
This file was deleted.

packages/eslint-config-react/CHANGELOG.md

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

3+
## 5.2.1
4+
5+
### Patch Changes
6+
7+
- [#2337](https://github.com/scaleway/scaleway-lib/pull/2337) [`bfe7976`](https://github.com/scaleway/scaleway-lib/commit/bfe79768bee9676064eff30bb79d91387a0584e0) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `8.18.0`.
8+
Updated dependency `@typescript-eslint/parser` to `8.18.0`.
9+
310
## 5.2.0
411

512
### Minor 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.0",
3+
"version": "5.2.1",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-i18n/CHANGELOG.md

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

3+
## 7.0.6
4+
5+
### Patch Changes
6+
7+
- [#2340](https://github.com/scaleway/scaleway-lib/pull/2340) [`ad362e6`](https://github.com/scaleway/scaleway-lib/commit/ad362e698734d631d89433bb01d6763a271f1fb5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.5`.
8+
Updated dependency `@formatjs/fast-memoize` to `2.2.4`.
9+
Updated dependency `intl-messageformat` to `10.7.8`.
10+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.5`.
11+
312
## 7.0.5
413

514
### 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.5",
3+
"version": "7.0.6",
44
"description": "A small hook to handle i18n",
55
"engines": {
66
"node": ">=18.x"

packages/validate-icu-locales/CHANGELOG.md

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

3+
## 3.1.7
4+
5+
### Patch Changes
6+
7+
- [#2340](https://github.com/scaleway/scaleway-lib/pull/2340) [`ad362e6`](https://github.com/scaleway/scaleway-lib/commit/ad362e698734d631d89433bb01d6763a271f1fb5) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@formatjs/ecma402-abstract` to `2.2.5`.
8+
Updated dependency `@formatjs/fast-memoize` to `2.2.4`.
9+
Updated dependency `intl-messageformat` to `10.7.8`.
10+
Updated dependency `@formatjs/icu-messageformat-parser` to `2.9.5`.
11+
312
## 3.1.6
413

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

0 commit comments

Comments
 (0)