Skip to content

Commit

Permalink
chore(release): publish v5.15.4 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Mar 2, 2020
1 parent a51b518 commit b92adeb
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 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.

## [5.15.4](https://github.com/coveo/react-vapor/compare/v5.15.3...v5.15.4) (2020-03-02)


### Bug Fixes

* **partialstringmatch:** allow rendering redux Provider inside it ([a51b518](https://github.com/coveo/react-vapor/commit/a51b518fc16ab9bf96056ea83ad0b5d790238eda))





## [5.15.3](https://github.com/coveo/react-vapor/compare/v5.15.2...v5.15.3) (2020-03-02)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "5.15.3",
"version": "5.15.4",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
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.

## [5.15.4](https://github.com/coveo/react-vapor/compare/v5.15.3...v5.15.4) (2020-03-02)


### Bug Fixes

* **partialstringmatch:** allow rendering redux Provider inside it ([a51b518](https://github.com/coveo/react-vapor/commit/a51b518fc16ab9bf96056ea83ad0b5d790238eda))





## [5.15.3](https://github.com/coveo/react-vapor/compare/v5.15.2...v5.15.3) (2020-03-02)

**Note:** Version bump only for package react-vapor-demo
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vapor-demo",
"version": "5.15.3",
"version": "5.15.4",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
"react-redux": "5.1.2",
"react-router-dom": "5.0.1",
"react-syntax-highlighter": "12.2.1",
"react-vapor": "^5.15.3",
"react-vapor": "^5.15.4",
"redux": "4.0.0",
"redux-devtools-extension": "2.13.8",
"redux-promise-middleware": "6.1.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-vapor/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.

## [5.15.4](https://github.com/coveo/react-vapor/compare/v5.15.3...v5.15.4) (2020-03-02)


### Bug Fixes

* **partialstringmatch:** allow rendering redux Provider inside it ([a51b518](https://github.com/coveo/react-vapor/commit/a51b518fc16ab9bf96056ea83ad0b5d790238eda))





## [5.15.3](https://github.com/coveo/react-vapor/compare/v5.15.2...v5.15.3) (2020-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-vapor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vapor",
"version": "5.15.3",
"version": "5.15.4",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down

0 comments on commit b92adeb

Please sign in to comment.