Skip to content

Commit 35d6ddb

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 849da5c commit 35d6ddb

File tree

3 files changed

+6086
-2194
lines changed

3 files changed

+6086
-2194
lines changed

packages/use-i18n/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 3.9.0 (2022-10-21)
7+
8+
### Features
9+
10+
- **i18n:** always required Locale generic ([#1044](https://github.com/scaleway/scaleway-lib/issues/1044)) ([849da5c](https://github.com/scaleway/scaleway-lib/commit/849da5cb758cd3f6e8a5f4ddf01da57665601bcc))
11+
612
## 3.8.0 (2022-10-14)
713

814
### Features

packages/use-i18n/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-i18n",
3-
"version": "3.8.0",
3+
"version": "3.9.0",
44
"description": "A small hook to handle i18n",
55
"keywords": [
66
"react",
@@ -38,7 +38,7 @@
3838
"peerDependencies": {
3939
"date-fns": "2.x",
4040
"international-types": "0.3.5",
41-
"react": "18.x",
42-
"react-dom": "18.x"
41+
"react": "18.x || 18",
42+
"react-dom": "18.x || 18"
4343
}
4444
}

0 commit comments

Comments
 (0)