Skip to content

Commit

Permalink
chore(release): publish v4.20.0 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 28, 2020
1 parent 5aea1da commit 4355ebd
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 4 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.

# [4.20.0](https://github.com/coveo/react-vapor/compare/v4.19.1...v4.20.0) (2020-01-28)


### Features

* **table:** add uts for table loading ([3d50908](https://github.com/coveo/react-vapor/commit/3d50908487394e591f5cd51153cd21a3d53dbea5))
* **table:** add uts for the table loading ([e5b750e](https://github.com/coveo/react-vapor/commit/e5b750ead25dd80a98da1991c059835b66158ce5))





## [4.19.1](https://github.com/coveo/react-vapor/compare/v4.19.0...v4.19.1) (2020-01-27)


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

# [4.20.0](https://github.com/coveo/react-vapor/compare/v4.19.1...v4.20.0) (2020-01-28)


### Features

* **table:** add uts for table loading ([3d50908](https://github.com/coveo/react-vapor/commit/3d50908487394e591f5cd51153cd21a3d53dbea5))
* **table:** add uts for the table loading ([e5b750e](https://github.com/coveo/react-vapor/commit/e5b750ead25dd80a98da1991c059835b66158ce5))





## [4.19.1](https://github.com/coveo/react-vapor/compare/v4.19.0...v4.19.1) (2020-01-27)


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": "4.19.1",
"version": "4.20.0",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down Expand Up @@ -102,7 +102,7 @@
"codecov": "3.2.0",
"codemirror": "5.42.0",
"concurrently": "4.1.0",
"coveo-styleguide": "^4.19.0",
"coveo-styleguide": "^4.20.0",
"css-loader": "1.0.1",
"d3": "3.5.17",
"del": "4.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/vapor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.20.0](https://github.com/coveo/react-vapor/compare/v4.19.1...v4.20.0) (2020-01-28)

**Note:** Version bump only for package coveo-styleguide





# [4.19.0](https://github.com/coveo/react-vapor/compare/v4.18.10...v4.19.0) (2020-01-23)

**Note:** Version bump only for package coveo-styleguide
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": "4.19.0",
"version": "4.20.0",
"description": "Yet another CSS framework - but it's awesome & built by Coveo.",
"keywords": [
"coveo",
Expand Down

0 comments on commit 4355ebd

Please sign in to comment.