Skip to content

Commit

Permalink
chore(release): [version bump] - v8.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Oct 20, 2020
1 parent 8080040 commit 59f32ec
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.7.0](https://github.com/coveo/react-vapor/compare/v8.6.0...v8.7.0) (2020-10-20)


### Features

* **multivalue:** can disabled ([4b41697](https://github.com/coveo/react-vapor/commit/4b41697055a772ec767c7f3a87f87772553b5943))
* **validation-message:** clean state on unmout ([5c93d0c](https://github.com/coveo/react-vapor/commit/5c93d0c5cb429088a26fd2cbd2ee962ed7b80fca))





# [8.6.0](https://github.com/coveo/react-vapor/compare/v8.5.0...v8.6.0) (2020-10-20)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "8.6.0",
"version": "8.7.0",
"packages": [
"packages/*"
],
Expand Down
12 changes: 12 additions & 0 deletions packages/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.7.0](https://github.com/coveo/react-vapor/compare/v8.6.0...v8.7.0) (2020-10-20)


### Features

* **multivalue:** can disabled ([4b41697](https://github.com/coveo/react-vapor/commit/4b41697055a772ec767c7f3a87f87772553b5943))
* **validation-message:** clean state on unmout ([5c93d0c](https://github.com/coveo/react-vapor/commit/5c93d0c5cb429088a26fd2cbd2ee962ed7b80fca))





# [8.6.0](https://github.com/coveo/react-vapor/compare/v8.5.0...v8.6.0) (2020-10-20)

**Note:** Version bump only for package react-vapor-demo
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "8.6.0",
"version": "8.7.0",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-redux": "5.1.2",
"react-router-dom": "5.2.0",
"react-syntax-highlighter": "13.5.1",
"react-vapor": "^8.6.0",
"react-vapor": "^8.7.0",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-promise-middleware": "6.1.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/react-vapor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [8.7.0](https://github.com/coveo/react-vapor/compare/v8.6.0...v8.7.0) (2020-10-20)


### Features

* **multivalue:** can disabled ([4b41697](https://github.com/coveo/react-vapor/commit/4b41697055a772ec767c7f3a87f87772553b5943))
* **validation-message:** clean state on unmout ([5c93d0c](https://github.com/coveo/react-vapor/commit/5c93d0c5cb429088a26fd2cbd2ee962ed7b80fca))





# [8.6.0](https://github.com/coveo/react-vapor/compare/v8.5.0...v8.6.0) (2020-10-20)

**Note:** Version bump only for package react-vapor
Expand Down
2 changes: 1 addition & 1 deletion packages/react-vapor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "8.6.0",
"version": "8.7.0",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down

0 comments on commit 59f32ec

Please sign in to comment.