Skip to content

Commit

Permalink
chore(release): [version bump] - v37.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Feb 9, 2022
1 parent 96c7b7d commit e3dc687
Show file tree
Hide file tree
Showing 11 changed files with 57 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [37.0.1](https://github.com/coveo/plasma/compare/v37.0.0...v37.0.1) (2022-02-09)


### Bug Fixes

* **plasma-style:** expose d.ts files in the npm packages ([96c7b7d](https://github.com/coveo/plasma/commit/96c7b7db79cbb75d7a9d5a11c291c44d2cc9fbfb))





# [37.0.0](https://github.com/coveo/plasma/compare/v35.2.0...v37.0.0) (2022-02-09)


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": "37.0.0",
"version": "37.0.1",
"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.

## [37.0.1](https://github.com/coveo/plasma/compare/v37.0.0...v37.0.1) (2022-02-09)

**Note:** Version bump only for package @coveord/plasma-react





# [37.0.0](https://github.com/coveo/plasma/compare/v35.2.0...v37.0.0) (2022-02-09)


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": "37.0.0",
"version": "37.0.1",
"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": "^37.0.0",
"@coveord/plasma-style": "^37.0.1",
"@types/codemirror": "0.0.109",
"chosen-js": "1.8.7",
"classnames": "2.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [37.0.1](https://github.com/coveo/plasma/compare/v37.0.0...v37.0.1) (2022-02-09)


### Bug Fixes

* **plasma-style:** expose d.ts files in the npm packages ([96c7b7d](https://github.com/coveo/plasma/commit/96c7b7db79cbb75d7a9d5a11c291c44d2cc9fbfb))





# [37.0.0](https://github.com/coveo/plasma/compare/v35.2.0...v37.0.0) (2022-02-09)


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": "37.0.0",
"version": "37.0.1",
"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.

## [37.0.1](https://github.com/coveo/plasma/compare/v37.0.0...v37.0.1) (2022-02-09)

**Note:** Version bump only for package @coveord/plasma-tokens





# [37.0.0](https://github.com/coveo/plasma/compare/v35.2.0...v37.0.0) (2022-02-09)

**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": "37.0.0",
"version": "37.0.1",
"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.

## [37.0.1](https://github.com/coveo/plasma/compare/v37.0.0...v37.0.1) (2022-02-09)

**Note:** Version bump only for package @coveord/plasma-website





# [37.0.0](https://github.com/coveo/plasma/compare/v35.2.0...v37.0.0) (2022-02-09)


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": "37.0.0",
"version": "37.0.1",
"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": "^37.0.0",
"@coveord/plasma-style": "^37.0.0",
"@coveord/plasma-react": "^37.0.1",
"@coveord/plasma-style": "^37.0.1",
"@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 e3dc687

Please sign in to comment.