Skip to content

Commit aa38bbf

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

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

packages/eslint-config-react/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 (2021-07-05)
7+
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* **eslint-config:** environments are not set anymore, need to be specified on a per project basis
12+
13+
### Features
14+
15+
* **eslint-config:** add typescript config ([#258](https://github.com/scaleway/scaleway-lib/issues/258)) ([a0e9151](https://github.com/scaleway/scaleway-lib/commit/a0e9151678304fa1ace94c14f0e856ce876e3e02))
16+
17+
18+
619
## 1.5.0 (2021-05-11)
720

821

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": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Scaleway React eslint shared config",
55
"keywords": [
66
"eslint",

packages/use-i18n/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.1.4 (2021-07-05)
7+
8+
**Note:** Version bump only for package @scaleway/use-i18n
9+
10+
11+
12+
13+
614
### [2.1.3](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-05-25)
715

816
**Note:** Version bump only for package @scaleway/use-i18n

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

0 commit comments

Comments
 (0)