Skip to content

Commit

Permalink
chore(release): [version bump] - v24.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Sep 23, 2021
1 parent c33a2aa commit 5c935f3
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.

## [24.12.2](https://github.com/coveo/react-vapor/compare/v24.12.1...v24.12.2) (2021-09-23)


### Bug Fixes

* **textarea:** show validation message only when appropriate ([c33a2aa](https://github.com/coveo/react-vapor/commit/c33a2aa5bd50f3e5555fa0d193828483b90e50fb))





## [24.12.1](https://github.com/coveo/react-vapor/compare/v24.12.0...v24.12.1) (2021-09-23)


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": "24.12.1",
"version": "24.12.2",
"packages": [
"packages/*"
],
Expand Down
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.

## [24.12.2](https://github.com/coveo/react-vapor/compare/v24.12.1...v24.12.2) (2021-09-23)

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





## [24.12.1](https://github.com/coveo/react-vapor/compare/v24.12.0...v24.12.1) (2021-09-23)

**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": "24.12.1",
"version": "24.12.2",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "15.4.4",
"react-vapor": "^24.12.1",
"react-vapor": "^24.12.2",
"redux": "4.1.1",
"redux-devtools-extension": "2.13.9",
"redux-promise-middleware": "6.1.2",
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.

## [24.12.2](https://github.com/coveo/react-vapor/compare/v24.12.1...v24.12.2) (2021-09-23)


### Bug Fixes

* **textarea:** show validation message only when appropriate ([c33a2aa](https://github.com/coveo/react-vapor/commit/c33a2aa5bd50f3e5555fa0d193828483b90e50fb))





## [24.12.1](https://github.com/coveo/react-vapor/compare/v24.12.0...v24.12.1) (2021-09-23)

**Note:** Version bump only for package react-vapor
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": "24.12.1",
"version": "24.12.2",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down

0 comments on commit 5c935f3

Please sign in to comment.