Skip to content

Commit 61bc772

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

File tree

8 files changed

+59
-4
lines changed

8 files changed

+59
-4
lines changed

packages/countries/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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 (2021-01-28)
7+
8+
9+
### Features
10+
11+
* port shire countries codes into a dedicated package ([0b71730](https://github.com/scaleway/scaleway-lib/commit/0b71730875f0d98d06915111df18db06640a573f))
12+
13+
14+
15+
16+
617
## [1.1.1](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2020-11-08)
718

819
**Note:** Version bump only for package @scaleway/countries

packages/countries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/countries",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"description": "A package containing ISO 3166 and ISO 3166-2 codes",
55
"main": "./countries.json",
66
"publishConfig": {

packages/eslint-config-react/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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 (2021-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **eslint-config-react:** correct dependencies ([fec5b45](https://github.com/scaleway/scaleway-lib/commit/fec5b45b75b4c19eb09e9070b837f2aa2ad2e758))
12+
13+
14+
### Features
15+
16+
* **eslint-config-react:** add shared react eslint config ([44a5fc9](https://github.com/scaleway/scaleway-lib/commit/44a5fc9d38c58fae5c74026661de35a00a9584f4))
17+
18+
19+
20+
21+
622
## [1.1.16](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-01-23)
723

824
**Note:** Version bump only for package @scaleway/eslint-config-react

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.1.16",
3+
"version": "1.2.0",
44
"description": "Scaleway React eslint shared config",
55
"main": "index.js",
66
"publishConfig": {

packages/random-name/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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 (2021-01-28)
7+
8+
9+
### Bug Fixes
10+
11+
* correct browser entrypoints ([2c0724d](https://github.com/scaleway/scaleway-lib/commit/2c0724d00b45664757c380188618908fcae2c606))
12+
* **random-name:** add npmignore ([d7b7e70](https://github.com/scaleway/scaleway-lib/commit/d7b7e701db4ae090650408794a380ebe084e8407))
13+
14+
15+
### Features
16+
17+
* migrate randomName from shire and scw-ui ([5729af8](https://github.com/scaleway/scaleway-lib/commit/5729af8c38a436679e948025dfff89c45a9b8e5c))
18+
19+
20+
21+
22+
623
## [1.1.3](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2020-11-08)
724

825
**Note:** Version bump only for package @scaleway/random-name

packages/random-name/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/random-name",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"description": "A small utility to generate a random name",
55
"main": "dist/index.js",
66
"module": "dist/module.js",

packages/regex/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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 (2021-01-28)
7+
8+
9+
### Features
10+
11+
* **regex:** add deploy package ([b288c6f](https://github.com/scaleway/scaleway-lib/commit/b288c6f06bd6107064f5ea74acb2207954ec08e2))
12+
13+
14+
15+
16+
617
# 1.1.0 (2020-11-09)
718

819

packages/regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/regex",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A small utility to use regex",
55
"main": "dist/index.js",
66
"module": "dist/module.js",

0 commit comments

Comments
 (0)