From d9614d3715e9becf7342f1d8d1fb4f35510cd683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Dostie?= Date: Tue, 9 Nov 2021 16:02:15 -0500 Subject: [PATCH] ci: manual bump to v27.0.2 --- lerna.json | 19 +++++++++++++++---- packages/demo/package.json | 6 +++--- packages/e2eTesting/package.json | 2 +- packages/react-vapor/package.json | 4 ++-- packages/tokens/package.json | 2 +- packages/vapor/package.json | 2 +- pnpm-lock.yaml | 6 +++--- 7 files changed, 26 insertions(+), 15 deletions(-) diff --git a/lerna.json b/lerna.json index c1aed1c648..2df7bffa67 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,16 @@ { - "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, @@ -12,7 +18,12 @@ }, "bootstrap": { "hoist": true, - "nohoist": ["unidiff", "query-string", "strict-uri-encode", "split-on-first"] + "nohoist": [ + "unidiff", + "query-string", + "strict-uri-encode", + "split-on-first" + ] } } } diff --git a/packages/demo/package.json b/packages/demo/package.json index 31cb135c74..cdacaf81f0 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -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", @@ -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", @@ -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", diff --git a/packages/e2eTesting/package.json b/packages/e2eTesting/package.json index 647ec2408b..f93cb14354 100644 --- a/packages/e2eTesting/package.json +++ b/packages/e2eTesting/package.json @@ -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": { diff --git a/packages/react-vapor/package.json b/packages/react-vapor/package.json index 5f02344dbf..d55171ff12 100644 --- a/packages/react-vapor/package.json +++ b/packages/react-vapor/package.json @@ -1,6 +1,6 @@ { "name": "react-vapor", - "version": "27.0.1", + "version": "27.0.2", "description": "Vapor CSS components implemented with React!", "keywords": [ "coveo", @@ -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", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 0a308bbf2e..ea1c6d4eac 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -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", diff --git a/packages/vapor/package.json b/packages/vapor/package.json index 4b6acb5ace..821af409fe 100644 --- a/packages/vapor/package.json +++ b/packages/vapor/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 449ea2d8b7..03a03b2328 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -70,7 +70,7 @@ importers: codemirror: 5.63.3 concurrently: 6.3.0 copy-webpack-plugin: 6.4.1 - coveo-styleguide: 27.0.1 + coveo-styleguide: ^27.0.2 css-loader: 3.6.0 d3: 3.5.17 faker: 4.1.0 @@ -90,7 +90,7 @@ importers: 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 @@ -226,7 +226,7 @@ importers: 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