Skip to content

Commit

Permalink
chore(release): [version bump] - v9.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Jan 22, 2021
1 parent ea7b086 commit 2d3cb43
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 7 deletions.
8 changes: 8 additions & 0 deletions 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.27.1](https://github.com/coveo/react-vapor/compare/v9.27.0...v9.27.1) (2021-01-22)

**Note:** Version bump only for package root





# [9.27.0](https://github.com/coveo/react-vapor/compare/v9.26.2...v9.27.0) (2021-01-22)


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": "9.27.0",
"version": "9.27.1",
"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.

## [9.27.1](https://github.com/coveo/react-vapor/compare/v9.27.0...v9.27.1) (2021-01-22)

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





# [9.27.0](https://github.com/coveo/react-vapor/compare/v9.26.2...v9.27.0) (2021-01-22)

**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.

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": "9.27.0",
"version": "9.27.1",
"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": "13.5.1",
"react-vapor": "^9.27.0",
"react-vapor": "^9.27.1",
"redux": "4.0.5",
"redux-devtools-extension": "2.13.8",
"redux-promise-middleware": "6.1.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-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.27.1](https://github.com/coveo/react-vapor/compare/v9.27.0...v9.27.1) (2021-01-22)

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





# [9.27.0](https://github.com/coveo/react-vapor/compare/v9.26.2...v9.27.0) (2021-01-22)


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.27.0",
"version": "9.27.1",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down Expand Up @@ -35,8 +35,8 @@
"lintfix": "../../node_modules/.bin/stylelint --fix \"**/*.scss\" && ../../node_modules/.bin/prettier --write \"**/*.{scss,ts,tsx,js,jsx,json,md,yml,html}\" && ../../node_modules/.bin/eslint -c ./.eslintrc.js \"src/**/*.{ts,tsx}\" --fix"
},
"dependencies": {
"diff2html": "3.1.11",
"chosen-js": "1.8.2",
"diff2html": "3.1.11",
"query-string": "6.13.1",
"rc-slider": "8.7.1",
"react-bootstrap": "0.33.1",
Expand Down

0 comments on commit 2d3cb43

Please sign in to comment.