diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ad405c99a..c885ecebee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [34.1.3](https://github.com/coveo/plasma/compare/v34.1.2...v34.1.3) (2022-02-08) + +**Note:** Version bump only for package root + + + + + ## [34.1.2](https://github.com/coveo/plasma/compare/v34.1.1...v34.1.2) (2022-02-08) **Note:** Version bump only for package root diff --git a/lerna.json b/lerna.json index baf7f3efb9..4310be39a5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "34.1.2", + "version": "34.1.3", "packages": [ "packages/*" ], diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 9ff202ed66..973e912a43 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -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. +## [34.1.3](https://github.com/coveo/plasma/compare/v34.1.2...v34.1.3) (2022-02-08) + +**Note:** Version bump only for package @coveord/plasma-react + + + + + ## [34.1.2](https://github.com/coveo/plasma/compare/v34.1.1...v34.1.2) (2022-02-08) **Note:** Version bump only for package @coveord/plasma-react diff --git a/packages/react/package.json b/packages/react/package.json index da6255523b..8fd4bc2430 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-react", - "version": "34.1.2", + "version": "34.1.3", "description": "Plasma components implemented with React!", "keywords": [ "coveo", @@ -35,7 +35,7 @@ "lintfix": "../../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": { - "@coveord/plasma-style": "^34.1.2", + "@coveord/plasma-style": "^34.1.3", "@types/codemirror": "0.0.109", "chosen-js": "1.8.7", "classnames": "2.3.1", diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index 2795f50864..60f2df55ca 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -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. +## [34.1.3](https://github.com/coveo/plasma/compare/v34.1.2...v34.1.3) (2022-02-08) + +**Note:** Version bump only for package @coveord/plasma-style + + + + + ## [34.1.2](https://github.com/coveo/plasma/compare/v34.1.1...v34.1.2) (2022-02-08) **Note:** Version bump only for package @coveord/plasma-style diff --git a/packages/style/package.json b/packages/style/package.json index 64cb915caa..b2b2fb8c9e 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-style", - "version": "34.1.2", + "version": "34.1.3", "description": "Yet another CSS framework - but it's awesome & built by Coveo.", "keywords": [ "coveo", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index 9665a0ec2d..cdb002c6fd 100644 --- a/packages/tokens/CHANGELOG.md +++ b/packages/tokens/CHANGELOG.md @@ -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. +## [34.1.3](https://github.com/coveo/plasma/compare/v34.1.2...v34.1.3) (2022-02-08) + +**Note:** Version bump only for package @coveord/plasma-tokens + + + + + ## [34.1.2](https://github.com/coveo/plasma/compare/v34.1.1...v34.1.2) (2022-02-08) **Note:** Version bump only for package @coveord/plasma-tokens diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 63de5921b6..82be2fbbe0 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-tokens", - "version": "34.1.2", + "version": "34.1.3", "description": "Design tokens of the Plasma Design System", "repository": { "type": "git", diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 5ce593b233..65501cc5e9 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -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. +## [34.1.3](https://github.com/coveo/plasma/compare/v34.1.2...v34.1.3) (2022-02-08) + +**Note:** Version bump only for package @coveord/plasma-website + + + + + ## [34.1.2](https://github.com/coveo/plasma/compare/v34.1.1...v34.1.2) (2022-02-08) **Note:** Version bump only for package @coveord/plasma-website diff --git a/packages/website/package.json b/packages/website/package.json index a7b1e70fc9..d6dcf33c99 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-website", - "version": "34.1.2", + "version": "34.1.3", "private": true, "description": "Plasma Design System", "main": "src/Index.ts", @@ -22,8 +22,8 @@ }, "dependencies": { "@coveo/headless": "^1.32.0", - "@coveord/plasma-react": "^34.1.2", - "@coveord/plasma-style": "^34.1.2", + "@coveord/plasma-react": "^34.1.3", + "@coveord/plasma-style": "^34.1.3", "@types/lz-string": "1.3.34", "@typescript/twoslash": "3.0.0", "@typescript/vfs": "1.3.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 41610a619a..77b3aea7ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,7 +54,7 @@ importers: packages/react: specifiers: - '@coveord/plasma-style': ^34.1.2 + '@coveord/plasma-style': ^34.1.3 '@helpers/enzyme-redux': ^1.0.0 '@hot-loader/react-dom': 17.0.2 '@swc/cli': 0.1.55 @@ -365,8 +365,8 @@ importers: packages/website: specifiers: '@coveo/headless': ^1.32.0 - '@coveord/plasma-react': ^34.1.2 - '@coveord/plasma-style': ^34.1.2 + '@coveord/plasma-react': ^34.1.3 + '@coveord/plasma-style': ^34.1.3 '@hot-loader/react-dom': 17.0.2 '@loadable/component': 5.15.0 '@swc/helpers': 0.3.2