diff --git a/CHANGELOG.md b/CHANGELOG.md index ffc8dd3c43..f49554fc5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 4d56ab36c2..e945f41567 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "37.0.0", + "version": "37.0.1", "packages": [ "packages/*" ], diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1d74693f7f..f6d05b8aba 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. +## [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) diff --git a/packages/react/package.json b/packages/react/package.json index c5feffce2e..b91d31d4d3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-react", - "version": "37.0.0", + "version": "37.0.1", "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": "^37.0.0", + "@coveord/plasma-style": "^37.0.1", "@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 930579ec1f..6750c79347 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -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) diff --git a/packages/style/package.json b/packages/style/package.json index a14910de30..001a098797 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -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", diff --git a/packages/tokens/CHANGELOG.md b/packages/tokens/CHANGELOG.md index e83bb506b8..ff2ddde29e 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. +## [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 diff --git a/packages/tokens/package.json b/packages/tokens/package.json index a67fe113a1..834bfc7606 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -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", diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index ec7dbcddb0..5726d9562d 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. +## [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) diff --git a/packages/website/package.json b/packages/website/package.json index 5d82bc0380..4058485d18 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -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", @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 323eb164b0..9fb39bb0f9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -54,7 +54,7 @@ importers: packages/react: specifiers: - '@coveord/plasma-style': ^37.0.0 + '@coveord/plasma-style': ^37.0.1 '@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': ^37.0.0 - '@coveord/plasma-style': ^37.0.0 + '@coveord/plasma-react': ^37.0.1 + '@coveord/plasma-style': ^37.0.1 '@hot-loader/react-dom': 17.0.2 '@loadable/component': 5.15.0 '@swc/helpers': 0.3.2