Skip to content

Commit

Permalink
chore(release): publish v4.20.1 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 28, 2020
1 parent e26778b commit 97532e4
Show file tree
Hide file tree
Showing 6 changed files with 34 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.

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


### Bug Fixes

* **types:** improve types in table ([e26778b](https://github.com/coveo/react-vapor/commit/e26778b353caf795d01090c77fc0aa99fce79b0c))





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


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

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


### Bug Fixes

* **types:** improve types in table ([e26778b](https://github.com/coveo/react-vapor/commit/e26778b353caf795d01090c77fc0aa99fce79b0c))





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


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.20.0",
"version": "4.20.1",
"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.20.0",
"coveo-styleguide": "^4.20.1",
"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.1](https://github.com/coveo/react-vapor/compare/v4.20.0...v4.20.1) (2020-01-28)

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





# [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
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": "4.20.0",
"version": "4.20.1",
"description": "Yet another CSS framework - but it's awesome & built by Coveo.",
"keywords": [
"coveo",
Expand Down

0 comments on commit 97532e4

Please sign in to comment.