Skip to content

Commit

Permalink
ci: manual bump to v27.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gdostie committed Nov 9, 2021
1 parent ede4d06 commit d9614d3
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 15 deletions.
19 changes: 15 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
{
"version": "27.0.1",
"packages": ["packages/*"],
"version": "27.0.2",
"packages": [
"packages/*"
],
"command": {
"publish": {
"conventionalCommits": true,
"allowBranch": ["master", "next", "release-*"]
"allowBranch": [
"master",
"next",
"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"
]
}
}
}
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": "27.0.1",
"version": "27.0.2",
"private": true,
"description": "Vapor Design System",
"main": "src/Index.ts",
Expand All @@ -23,7 +23,7 @@
"dependencies": {
"classnames": "2.3.1",
"codemirror": "5.63.3",
"coveo-styleguide": "27.0.1",
"coveo-styleguide": "^27.0.2",
"d3": "3.5.17",
"faker": "4.1.0",
"jquery": "3.6.0",
Expand All @@ -36,7 +36,7 @@
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-syntax-highlighter": "15.4.4",
"react-vapor": "27.0.1",
"react-vapor": "^27.0.2",
"redux": "4.1.2",
"redux-devtools-extension": "2.13.9",
"redux-promise-middleware": "6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2eTesting/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2etesting",
"private": true,
"version": "27.0.1",
"version": "27.0.2",
"description": "End to end tests for react-vapor",
"main": "index.js",
"scripts": {
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": "27.0.1",
"version": "27.0.2",
"description": "Vapor CSS components implemented with React!",
"keywords": [
"coveo",
Expand Down Expand Up @@ -109,7 +109,7 @@
"codecov": "3.8.2",
"codemirror": "5.63.3",
"concurrently": "5.3.0",
"coveo-styleguide": "27.0.1",
"coveo-styleguide": "^27.0.2",
"d3": "3.5.17",
"del": "5.1.0",
"dnd-core": "2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveord/design-tokens",
"version": "27.0.1",
"version": "27.0.2",
"description": "Design tokens of the Vapor Design System",
"repository": {
"type": "git",
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": "27.0.1",
"version": "27.0.2",
"description": "Yet another CSS framework - but it's awesome & built by Coveo.",
"keywords": [
"coveo",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

0 comments on commit d9614d3

Please sign in to comment.