Skip to content

Commit

Permalink
chore(release): tag new versions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
flybondi-nelson committed May 29, 2020
1 parent 8d1a804 commit 8c39694
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
8 changes: 8 additions & 0 deletions 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.

## 4.1.9 (2020-05-29)

**Note:** Version bump only for package @flybondi/before.js





## 4.1.8 (2020-05-29)

**Note:** Version bump only for package @flybondi/before.js
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
},
"useWorkspaces": true,
"npmClient": "yarn",
"version": "4.1.8"
"version": "4.1.9"
}
8 changes: 8 additions & 0 deletions packages/client/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.

## 4.1.9 (2020-05-29)

**Note:** Version bump only for package @before.js/client





## 4.1.8 (2020-05-29)

**Note:** Version bump only for package @before.js/client
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@before.js/client",
"version": "4.1.8",
"version": "4.1.9",
"description": "Enables data fetching with any React SSR app that uses React Router 5",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/server/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.

## 4.1.9 (2020-05-29)

**Note:** Version bump only for package @before.js/server





## 4.1.8 (2020-05-29)

**Note:** Version bump only for package @before.js/server
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@before.js/server",
"version": "4.1.8",
"version": "4.1.9",
"description": "Enables data fetching with any React SSR app that uses React Router 5",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit 8c39694

Please sign in to comment.