Skip to content

Commit

Permalink
chore(release): publish v7.5.0 [skip travis]
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI committed Aug 28, 2020
1 parent 7e050b0 commit 09fb9b5
Show file tree
Hide file tree
Showing 6 changed files with 52 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.

# [7.5.0](https://github.com/coveo/react-vapor/compare/v7.4.2...v7.5.0) (2020-08-28)


### Bug Fixes

* **json-editor:** set the default prop options lint=false ([7ebc825](https://github.com/coveo/react-vapor/commit/7ebc825b48c4876e5dc080c396534287deee8e60))


### Features

* **multi-values-input:** add disabled input classes props ([adb2b0b](https://github.com/coveo/react-vapor/commit/adb2b0b5377e4585b00d329ec5cec1c550921384))





## [7.4.2](https://github.com/coveo/react-vapor/compare/v7.4.1...v7.4.2) (2020-08-28)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.4.2",
"version": "7.5.0",
"packages": [
"packages/*"
],
Expand Down
16 changes: 16 additions & 0 deletions packages/demo/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.

# [7.5.0](https://github.com/coveo/react-vapor/compare/v7.4.2...v7.5.0) (2020-08-28)


### Bug Fixes

* **json-editor:** set the default prop options lint=false ([7ebc825](https://github.com/coveo/react-vapor/commit/7ebc825b48c4876e5dc080c396534287deee8e60))


### Features

* **multi-values-input:** add disabled input classes props ([adb2b0b](https://github.com/coveo/react-vapor/commit/adb2b0b5377e4585b00d329ec5cec1c550921384))





## [7.4.2](https://github.com/coveo/react-vapor/compare/v7.4.1...v7.4.2) (2020-08-28)

**Note:** Version bump only for package react-vapor-demo
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vapor-demo",
"version": "7.4.2",
"version": "7.5.0",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"react-redux": "5.1.2",
"react-router-dom": "5.2.0",
"react-syntax-highlighter": "12.2.1",
"react-vapor": "^7.4.2",
"react-vapor": "^7.5.0",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-promise-middleware": "6.1.2",
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.

# [7.5.0](https://github.com/coveo/react-vapor/compare/v7.4.2...v7.5.0) (2020-08-28)


### Bug Fixes

* **json-editor:** set the default prop options lint=false ([7ebc825](https://github.com/coveo/react-vapor/commit/7ebc825b48c4876e5dc080c396534287deee8e60))


### Features

* **multi-values-input:** add disabled input classes props ([adb2b0b](https://github.com/coveo/react-vapor/commit/adb2b0b5377e4585b00d329ec5cec1c550921384))





## [7.4.2](https://github.com/coveo/react-vapor/compare/v7.4.1...v7.4.2) (2020-08-28)


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

0 comments on commit 09fb9b5

Please sign in to comment.