Skip to content

Commit ebdac83

Browse files
chore: release (#1760)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9937482 commit ebdac83

File tree

7 files changed

+19
-18
lines changed

7 files changed

+19
-18
lines changed

.changeset/lovely-knives-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/renovate-0a7631a.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/renovate-2327f3b.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/eslint-config-react/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 3.17.1
4+
5+
### Patch Changes
6+
7+
- [#1755](https://github.com/scaleway/scaleway-lib/pull/1755) [`500d5ea`](https://github.com/scaleway/scaleway-lib/commit/500d5ea43b4b99151c58f22c9b593e01e284a410) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `@typescript-eslint/eslint-plugin` to `6.16.0`.
8+
Updated dependency `@typescript-eslint/parser` to `6.16.0`.
9+
310
## 3.17.0
411

512
### Minor Changes

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/eslint-config-react",
3-
"version": "3.17.0",
3+
"version": "3.17.1",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-i18n/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## 6.0.0
4+
5+
### Major Changes
6+
7+
- [#1758](https://github.com/scaleway/scaleway-lib/pull/1758) [`9937482`](https://github.com/scaleway/scaleway-lib/commit/9937482b7773986c8695faefd065bf33b3fbdf91) Thanks [@renovate](https://github.com/apps/renovate)! - Add a onError function for load date-fns locale, fix a bug when a local is removed
8+
9+
### Patch Changes
10+
11+
- [#1758](https://github.com/scaleway/scaleway-lib/pull/1758) [`9937482`](https://github.com/scaleway/scaleway-lib/commit/9937482b7773986c8695faefd065bf33b3fbdf91) Thanks [@renovate](https://github.com/apps/renovate)! - Updated dependency `date-fns` to `2.x || 3.x`.
12+
313
## 5.4.9
414

515
### Patch Changes

packages/use-i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-i18n",
3-
"version": "5.4.9",
3+
"version": "6.0.0",
44
"description": "A small hook to handle i18n",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)