Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Jul 1, 2019
1 parent 92a18bb commit fcf1a4b
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.

## [3.0.1](https://github.com/mikaelkaron/stencil-xstate-router/compare/v3.0.0...v3.0.1) (2019-07-01)


### Bug Fixes

* remove slot from RouterNavigo ([92a18bb](https://github.com/mikaelkaron/stencil-xstate-router/commit/92a18bb))





# [3.0.0](https://github.com/mikaelkaron/stencil-xstate-router/compare/v2.0.2...v3.0.0) (2019-06-30)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"conventionalCommits": true
}
},
"version": "3.0.0"
"version": "3.0.1"
}
11 changes: 11 additions & 0 deletions packages/demo/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.

## [3.0.1](https://github.com/mikaelkaron/stencil-xstate-router/compare/v3.0.0...v3.0.1) (2019-07-01)


### Bug Fixes

* remove slot from RouterNavigo ([92a18bb](https://github.com/mikaelkaron/stencil-xstate-router/commit/92a18bb))





# [3.0.0](https://github.com/mikaelkaron/stencil-xstate-router/compare/v2.0.2...v3.0.0) (2019-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stencil-xstate-demo",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"description": "Stencil-XState demo app",
"scripts": {
"build": "stencil build",
Expand Down
11 changes: 11 additions & 0 deletions packages/stencil-xstate-router/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.

## [3.0.1](https://github.com/mikaelkaron/stencil-xstate-router/compare/v3.0.0...v3.0.1) (2019-07-01)


### Bug Fixes

* remove slot from RouterNavigo ([92a18bb](https://github.com/mikaelkaron/stencil-xstate-router/commit/92a18bb))





# [3.0.0](https://github.com/mikaelkaron/stencil-xstate-router/compare/v2.0.2...v3.0.0) (2019-06-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/stencil-xstate-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stencil-xstate-router",
"version": "3.0.0",
"version": "3.0.1",
"description": "XState tools for Stencil and routing",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit fcf1a4b

Please sign in to comment.