Skip to content

Commit

Permalink
chore(release): publish v5.53.0 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jun 18, 2020
1 parent 86cbfc1 commit e2c5672
Show file tree
Hide file tree
Showing 8 changed files with 55 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.53.0](https://github.com/coveo/react-vapor/compare/v5.52.8...v5.53.0) (2020-06-18)


### Features

* **icon:** add and icon for catalog ([#1598](https://github.com/coveo/react-vapor/issues/1598)) ([b608b7a](https://github.com/coveo/react-vapor/commit/b608b7ab84529b86058230bf46df08e3fcc62271))
* **multiselect:** validate initial values hoc ([#1595](https://github.com/coveo/react-vapor/issues/1595)) ([86cbfc1](https://github.com/coveo/react-vapor/commit/86cbfc14d2fed991ebd03194741e1253fdd93b76))
* **validation:** create a non empty validation hoc for multiselect ([#1594](https://github.com/coveo/react-vapor/issues/1594)) ([cdaf2cf](https://github.com/coveo/react-vapor/commit/cdaf2cf1a02f15c887d29215d0e7f69e9d5df113))





## [5.52.8](https://github.com/coveo/react-vapor/compare/v5.52.7...v5.52.8) (2020-06-12)


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.52.8",
"version": "5.53.0",
"command": {
"publish": {
"conventionalCommits": true,
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.

# [5.53.0](https://github.com/coveo/react-vapor/compare/v5.52.8...v5.53.0) (2020-06-18)


### Features

* **multiselect:** validate initial values hoc ([#1595](https://github.com/coveo/react-vapor/issues/1595)) ([86cbfc1](https://github.com/coveo/react-vapor/commit/86cbfc14d2fed991ebd03194741e1253fdd93b76))
* **validation:** create a non empty validation hoc for multiselect ([#1594](https://github.com/coveo/react-vapor/issues/1594)) ([cdaf2cf](https://github.com/coveo/react-vapor/commit/cdaf2cf1a02f15c887d29215d0e7f69e9d5df113))





## [5.52.8](https://github.com/coveo/react-vapor/compare/v5.52.7...v5.52.8) (2020-06-12)


Expand Down
6 changes: 3 additions & 3 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.52.8",
"version": "5.53.0",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"classnames": "2.2.6",
"codemirror": "5.54.0",
"coveo-styleguide": "^5.52.7",
"coveo-styleguide": "^5.53.0",
"d3": "3.5.17",
"diff2html": "3.1.7",
"faker": "4.1.0",
Expand All @@ -34,7 +34,7 @@
"react-redux": "5.1.2",
"react-router-dom": "5.2.0",
"react-syntax-highlighter": "12.2.1",
"react-vapor": "^5.52.7",
"react-vapor": "^5.53.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.

# [5.53.0](https://github.com/coveo/react-vapor/compare/v5.52.8...v5.53.0) (2020-06-18)


### Features

* **multiselect:** validate initial values hoc ([#1595](https://github.com/coveo/react-vapor/issues/1595)) ([86cbfc1](https://github.com/coveo/react-vapor/commit/86cbfc14d2fed991ebd03194741e1253fdd93b76))
* **validation:** create a non empty validation hoc for multiselect ([#1594](https://github.com/coveo/react-vapor/issues/1594)) ([cdaf2cf](https://github.com/coveo/react-vapor/commit/cdaf2cf1a02f15c887d29215d0e7f69e9d5df113))





## [5.52.7](https://github.com/coveo/react-vapor/compare/v5.52.6...v5.52.7) (2020-06-11)


Expand Down
4 changes: 2 additions & 2 deletions packages/react-vapor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vapor",
"version": "5.52.7",
"version": "5.53.0",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down Expand Up @@ -104,7 +104,7 @@
"codecov": "3.2.0",
"codemirror": "5.54.0",
"concurrently": "5.1.0",
"coveo-styleguide": "^5.52.7",
"coveo-styleguide": "^5.53.0",
"css-loader": "3.4.2",
"d3": "3.5.17",
"del": "5.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/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.53.0](https://github.com/coveo/react-vapor/compare/v5.52.8...v5.53.0) (2020-06-18)


### Features

* **icon:** add and icon for catalog ([#1598](https://github.com/coveo/react-vapor/issues/1598)) ([b608b7a](https://github.com/coveo/react-vapor/commit/b608b7ab84529b86058230bf46df08e3fcc62271))





## [5.52.7](https://github.com/coveo/react-vapor/compare/v5.52.6...v5.52.7) (2020-06-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/vapor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coveo-styleguide",
"version": "5.52.7",
"version": "5.53.0",
"description": "Yet another CSS framework - but it's awesome & built by Coveo.",
"keywords": [
"coveo",
Expand Down

0 comments on commit e2c5672

Please sign in to comment.