Skip to content

Commit

Permalink
chore(release): publish v5.0.0 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Jan 29, 2020
1 parent d596f3e commit a4eb123
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/coveo/react-vapor/compare/v4.20.3...v5.0.0) (2020-01-29)


### Code Refactoring

* **clean navigation/pagination:** remove NavigationPaginationSelect ([da2c0eb](https://github.com/coveo/react-vapor/commit/da2c0eb8295ea1a98c242800853367f2a7c60a3e))


### BREAKING CHANGES

* **clean navigation/pagination:** NavigationPaginationSelect no long exist





## [4.20.3](https://github.com/coveo/react-vapor/compare/v4.20.2...v4.20.3) (2020-01-29)


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.3",
"version": "5.0.0",
"command": {
"publish": {
"conventionalCommits": true,
Expand Down
16 changes: 16 additions & 0 deletions packages/react-vapor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0](https://github.com/coveo/react-vapor/compare/v4.20.3...v5.0.0) (2020-01-29)


### Code Refactoring

* **clean navigation/pagination:** remove NavigationPaginationSelect ([da2c0eb](https://github.com/coveo/react-vapor/commit/da2c0eb8295ea1a98c242800853367f2a7c60a3e))


### BREAKING CHANGES

* **clean navigation/pagination:** NavigationPaginationSelect no long exist





## [4.20.3](https://github.com/coveo/react-vapor/compare/v4.20.2...v4.20.3) (2020-01-29)


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.3",
"version": "5.0.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.20.2",
"coveo-styleguide": "^5.0.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.

# [5.0.0](https://github.com/coveo/react-vapor/compare/v4.20.3...v5.0.0) (2020-01-29)

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





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


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

0 comments on commit a4eb123

Please sign in to comment.