We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9697775 commit a1e5e21Copy full SHA for a1e5e21
packages/use-i18n/CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+## 4.1.6 (2022-12-23)
7
+
8
+### Bug Fixes
9
10
+- **use-i18n:** correct formatUnit type ([#1128](https://github.com/scaleway/scaleway-lib/issues/1128)) ([9697775](https://github.com/scaleway/scaleway-lib/commit/9697775fd173da91b331bb9975663bb33d0976fd))
11
12
## 4.1.5 (2022-12-14)
13
14
### Bug Fixes
packages/use-i18n/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@scaleway/use-i18n",
- "version": "4.1.5",
+ "version": "4.1.6",
"description": "A small hook to handle i18n",
"keywords": [
"react",
0 commit comments