Skip to content

Commit

Permalink
chore(release): publish v4.19.1 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 27, 2020
1 parent c77bdf7 commit 9c000b4
Show file tree
Hide file tree
Showing 4 changed files with 30 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.19.1](https://github.com/coveo/react-vapor/compare/v4.19.0...v4.19.1) (2020-01-27)


### Bug Fixes

* **form:** changed the classname order to allow overrides ([c77bdf7](https://github.com/coveo/react-vapor/commit/c77bdf793e84a70be835437bd9301cf92a956823))





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


Expand Down
10 changes: 7 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
"packages": ["packages/*"],
"version": "4.19.0",
"packages": [
"packages/*"
],
"version": "4.19.1",
"command": {
"publish": {
"conventionalCommits": true,
"allowBranch": ["master"]
"allowBranch": [
"master"
]
},
"version": {
"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.19.1](https://github.com/coveo/react-vapor/compare/v4.19.0...v4.19.1) (2020-01-27)


### Bug Fixes

* **form:** changed the classname order to allow overrides ([c77bdf7](https://github.com/coveo/react-vapor/commit/c77bdf793e84a70be835437bd9301cf92a956823))





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


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

0 comments on commit 9c000b4

Please sign in to comment.