Skip to content

Commit b31eb29

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 3bdd2b4 commit b31eb29

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/use-i18n/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [2.0.0](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-04-30)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **use-i18n:** We now expose loadDateLocale props in the Provider instead of bundling it
12+
13+
### Bug Fixes
14+
15+
* **use-i18n:** move date-fns dynamic import outside of library scope ([#145](https://github.com/scaleway/scaleway-lib/issues/145)) ([3bdd2b4](https://github.com/scaleway/scaleway-lib/commit/3bdd2b470c6cc5ee263e948b15b1c891783211fd))
16+
17+
18+
619
### 1.1.1 (2021-04-21)
720

821

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": "1.1.1",
3+
"version": "2.0.0",
44
"description": "A small hook to handle i18n",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)