Skip to content

Commit

Permalink
chore(release): [version bump] - v24.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 19, 2021
1 parent 3ec50fa commit 3d9b346
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [24.8.0](https://github.com/coveo/react-vapor/compare/v24.7.1...v24.8.0) (2021-08-19)


### Features

* **form:** +customhook to get the state of all specific forms ([eece6aa](https://github.com/coveo/react-vapor/commit/eece6aa1fd9216a719d309d7a3f7f570426f8375))
* **vapor:** add new SVG push, ready-to-receive-content & success ([#2105](https://github.com/coveo/react-vapor/issues/2105)) ([3ec50fa](https://github.com/coveo/react-vapor/commit/3ec50fa9dbeb41414720bcbe2ca9d2ab7adb8d94))





## [24.7.1](https://github.com/coveo/react-vapor/compare/v24.7.0...v24.7.1) (2021-08-18)


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.7.1",
"version": "24.8.0",
"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.8.0](https://github.com/coveo/react-vapor/compare/v24.7.1...v24.8.0) (2021-08-19)

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





## [24.7.1](https://github.com/coveo/react-vapor/compare/v24.7.0...v24.7.1) (2021-08-18)


Expand Down
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": "24.7.1",
"version": "24.8.0",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"classnames": "2.3.1",
"codemirror": "^5.58.2",
"coveo-styleguide": "^24.6.1",
"coveo-styleguide": "^24.8.0",
"d3": "3.5.17",
"faker": "4.1.0",
"jquery": "^3.5.1",
Expand All @@ -36,7 +36,7 @@
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "13.5.3",
"react-vapor": "^24.7.1",
"react-vapor": "^24.8.0",
"redux": "4.1.0",
"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.8.0](https://github.com/coveo/react-vapor/compare/v24.7.1...v24.8.0) (2021-08-19)


### Features

* **form:** +customhook to get the state of all specific forms ([eece6aa](https://github.com/coveo/react-vapor/commit/eece6aa1fd9216a719d309d7a3f7f570426f8375))





## [24.7.1](https://github.com/coveo/react-vapor/compare/v24.7.0...v24.7.1) (2021-08-18)


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": "24.7.1",
"version": "24.8.0",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down Expand Up @@ -109,7 +109,7 @@
"codecov": "3.2.0",
"codemirror": "^5.54.0",
"concurrently": "5.1.0",
"coveo-styleguide": "^24.6.1",
"coveo-styleguide": "^24.8.0",
"d3": "3.5.17",
"del": "5.1.0",
"dnd-core": "2.5.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/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.8.0](https://github.com/coveo/react-vapor/compare/v24.7.1...v24.8.0) (2021-08-19)


### Features

* **vapor:** add new SVG push, ready-to-receive-content & success ([#2105](https://github.com/coveo/react-vapor/issues/2105)) ([3ec50fa](https://github.com/coveo/react-vapor/commit/3ec50fa9dbeb41414720bcbe2ca9d2ab7adb8d94))





## [24.6.1](https://github.com/coveo/react-vapor/compare/v24.6.0...v24.6.1) (2021-08-12)


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

0 comments on commit 3d9b346

Please sign in to comment.