Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @scaleway/random-name@1.3.2
 - @scaleway/regex@1.4.3
 - @scaleway/use-dataloader@1.1.5
 - @scaleway/use-i18n@2.0.2
 - @scaleway/use-query-params@1.2.3
  • Loading branch information
scaleway-bot committed May 11, 2021
1 parent 3e165a6 commit 0bb54a7
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/random-name/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.3.2 (2021-05-11)

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





### 1.3.1 (2021-05-10)

**Note:** Version bump only for package @scaleway/random-name
Expand Down
2 changes: 1 addition & 1 deletion packages/random-name/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/random-name",
"version": "1.3.1",
"version": "1.3.2",
"description": "A small utility to generate a random name",
"type": "module",
"main": "dist/module.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/regex/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.4.3 (2021-05-11)

**Note:** Version bump only for package @scaleway/regex





### 1.4.2 (2021-05-10)

**Note:** Version bump only for package @scaleway/regex
Expand Down
2 changes: 1 addition & 1 deletion packages/regex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/regex",
"version": "1.4.2",
"version": "1.4.3",
"description": "A small utility to use regex",
"type": "module",
"main": "dist/module.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-dataloader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### [1.1.5](https://github.com/scaleway/scaleway-lib/compare/@scaleway/use-dataloader@1.1.4...@scaleway/use-dataloader@1.1.5) (2021-05-11)

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





### [1.1.4](https://github.com/scaleway/scaleway-lib/compare/@scaleway/use-dataloader@1.1.3...@scaleway/use-dataloader@1.1.4) (2021-05-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/use-dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-dataloader",
"version": "1.1.4",
"version": "1.1.5",
"description": "A small hook to handle api requests",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 2.0.2 (2021-05-11)

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





### 2.0.1 (2021-05-10)

**Note:** Version bump only for package @scaleway/use-i18n
Expand Down
2 changes: 1 addition & 1 deletion packages/use-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-i18n",
"version": "2.0.1",
"version": "2.0.2",
"description": "A small hook to handle i18n",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions packages/use-query-params/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.2.3 (2021-05-11)

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





### [1.2.2](https://github.com/scaleway/scaleway-lib/compare/@scaleway/use-query-params@1.2.1...@scaleway/use-query-params@1.2.2) (2021-05-10)

**Note:** Version bump only for package @scaleway/use-query-params
Expand Down
2 changes: 1 addition & 1 deletion packages/use-query-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scaleway/use-query-params",
"version": "1.2.2",
"version": "1.2.3",
"description": "A small hook to handle params",
"keywords": [
"react",
Expand Down

0 comments on commit 0bb54a7

Please sign in to comment.