Skip to content

Commit

Permalink
chore(release): [version bump] - v9.34.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Mar 10, 2021
1 parent ab05c09 commit c6e54fb
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 13 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.34.4](https://github.com/coveo/react-vapor/compare/v9.34.1...v9.34.4) (2021-03-10)


### Bug Fixes

* **infinite-scroll:** display the infinite scroll only when open ([0ad21ee](https://github.com/coveo/react-vapor/commit/0ad21eeed2ae3223827439035d42be760a149240))
* **validation:** prop to show validation message only if dirty ([#1898](https://github.com/coveo/react-vapor/issues/1898)) ([85ea0f9](https://github.com/coveo/react-vapor/commit/85ea0f90de43337f24debb49ab8ea97e1a00e94d))


### Features

* **table-hoc-predicate:** add generic tableWithPredicate ([e7912c5](https://github.com/coveo/react-vapor/commit/e7912c50a2cdccd661e7b0829339beb1a9339e0f))





## [9.34.3](https://github.com/coveo/react-vapor/compare/v9.34.1...v9.34.3) (2021-03-10)


Expand Down
18 changes: 14 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,28 @@
{
"version": "9.34.3",
"packages": ["packages/*"],
"version": "9.34.4",
"packages": [
"packages/*"
],
"command": {
"publish": {
"conventionalCommits": true,
"allowBranch": ["master", "release-*"]
"allowBranch": [
"master",
"release-*"
]
},
"version": {
"conventionalCommits": true,
"message": "chore(release): [version bump] - %s"
},
"bootstrap": {
"hoist": true,
"nohoist": ["unidiff", "query-string", "strict-uri-encode", "split-on-first"]
"nohoist": [
"unidiff",
"query-string",
"strict-uri-encode",
"split-on-first"
]
}
}
}
8 changes: 8 additions & 0 deletions packages/demo/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.

## [9.34.4](https://github.com/coveo/react-vapor/compare/v9.34.1...v9.34.4) (2021-03-10)

**Note:** Version bump only for package react-vapor-demo





## [9.34.3](https://github.com/coveo/react-vapor/compare/v9.34.1...v9.34.3) (2021-03-10)

**Note:** Version bump only for package react-vapor-demo
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vapor-demo",
"version": "9.34.3",
"version": "9.34.4",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"classnames": "2.2.6",
"codemirror": "5.58.2",
"coveo-styleguide": "^9.34.0",
"coveo-styleguide": "^9.34.4",
"d3": "3.5.17",
"faker": "4.1.0",
"jquery": "3.5.1",
Expand All @@ -34,7 +34,7 @@
"react-redux": "5.1.2",
"react-router-dom": "5.2.0",
"react-syntax-highlighter": "13.5.1",
"react-vapor": "^9.34.3",
"react-vapor": "^9.34.4",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-promise-middleware": "6.1.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/react-vapor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [9.34.4](https://github.com/coveo/react-vapor/compare/v9.34.1...v9.34.4) (2021-03-10)


### Bug Fixes

* **infinite-scroll:** display the infinite scroll only when open ([0ad21ee](https://github.com/coveo/react-vapor/commit/0ad21eeed2ae3223827439035d42be760a149240))
* **validation:** prop to show validation message only if dirty ([#1898](https://github.com/coveo/react-vapor/issues/1898)) ([85ea0f9](https://github.com/coveo/react-vapor/commit/85ea0f90de43337f24debb49ab8ea97e1a00e94d))


### Features

* **table-hoc-predicate:** add generic tableWithPredicate ([e7912c5](https://github.com/coveo/react-vapor/commit/e7912c50a2cdccd661e7b0829339beb1a9339e0f))





## [9.34.3](https://github.com/coveo/react-vapor/compare/v9.34.1...v9.34.3) (2021-03-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-vapor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "9.34.3",
"version": "9.34.4",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down Expand Up @@ -103,7 +103,7 @@
"classnames": "2.2.6",
"codecov": "3.2.0",
"codemirror": "5.54.0",
"coveo-styleguide": "^9.34.0",
"coveo-styleguide": "^9.34.4",
"d3": "3.5.17",
"del": "5.1.0",
"dnd-core": "2.5.1",
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.

## [9.34.4](https://github.com/coveo/react-vapor/compare/v9.34.1...v9.34.4) (2021-03-10)

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





# [9.34.0](https://github.com/coveo/react-vapor/compare/v9.33.0...v9.34.0) (2021-03-02)


Expand Down
2 changes: 1 addition & 1 deletion packages/vapor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit c6e54fb

Please sign in to comment.