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 0d51166 commit d41f0ba
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.10 (2020-05-29)


### Bug Fixes

* use react-router match route method ([#36](https://github.com/flybondi/before.js/issues/36)) ([0d51166](https://github.com/flybondi/before.js/commit/0d51166a2cd62f489676ccbb2ffb48420fbdd17a))





## 4.1.9 (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.9"
"version": "4.1.10"
}
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.10 (2020-05-29)


### Bug Fixes

* use react-router match route method ([#36](https://github.com/flybondi/before.js/issues/36)) ([0d51166](https://github.com/flybondi/before.js/commit/0d51166a2cd62f489676ccbb2ffb48420fbdd17a))





## 4.1.9 (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.9",
"version": "4.1.10",
"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
11 changes: 11 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 4.1.10 (2020-05-29)


### Bug Fixes

* use react-router match route method ([#36](https://github.com/flybondi/before.js/issues/36)) ([0d51166](https://github.com/flybondi/before.js/commit/0d51166a2cd62f489676ccbb2ffb48420fbdd17a))





## 4.1.9 (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.9",
"version": "4.1.10",
"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 d41f0ba

Please sign in to comment.