Skip to content

Commit 980ef8e

Browse files
committed
chore(release): publish
- @scaleway/[email protected] - @scaleway/[email protected]
1 parent 27b3e5f commit 980ef8e

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

packages/use-i18n/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
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+
## 1.1.0 (2021-04-14)
7+
8+
9+
### Features
10+
11+
* **use-i18n:** add i18n hook ([#110](https://github.com/scaleway/scaleway-lib/issues/110)) ([27b3e5f](https://github.com/scaleway/scaleway-lib/commit/27b3e5f4f8cbbc83eebe6d5ff64a6be2fd6bb87a)), closes [#99](https://github.com/scaleway/scaleway-lib/issues/99) [#108](https://github.com/scaleway/scaleway-lib/issues/108)

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

packages/use-query-params/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## [1.2.0](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-04-14)
7+
8+
9+
### Features
10+
11+
* **use-i18n:** add i18n hook ([#110](https://github.com/scaleway/scaleway-lib/issues/110)) ([27b3e5f](https://github.com/scaleway/scaleway-lib/commit/27b3e5f4f8cbbc83eebe6d5ff64a6be2fd6bb87a)), closes [#99](https://github.com/scaleway/scaleway-lib/issues/99) [#108](https://github.com/scaleway/scaleway-lib/issues/108)
12+
13+
14+
615
## [1.1.5](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-03-26)
716

817
**Note:** Version bump only for package @scaleway/use-query-params

packages/use-query-params/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-query-params",
3-
"version": "1.1.5",
3+
"version": "1.2.0",
44
"description": "A small hook to handle params",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)