Skip to content

Commit

Permalink
chore(release): [version bump] - v34.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Feb 8, 2022
1 parent 0a54c0d commit 0ff3105
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 11 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.

## [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
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": "34.1.2",
"version": "34.1.3",
"packages": [
"packages/*"
],
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.

## [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
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveord/plasma-react",
"version": "34.1.2",
"version": "34.1.3",
"description": "Plasma components implemented with React!",
"keywords": [
"coveo",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/style/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.

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/tokens/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.

## [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
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/plasma-tokens",
"version": "34.1.2",
"version": "34.1.3",
"description": "Design tokens of the Plasma Design System",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/website/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.

## [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
Expand Down
6 changes: 3 additions & 3 deletions packages/website/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
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 0ff3105

Please sign in to comment.