Skip to content

Commit

Permalink
chore(release): publish version v38.13.0 [version bump]
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Mar 8, 2022
1 parent e472de8 commit 3dca611
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# 38.13.0 (2022-03-08)


### Bug Fixes

* fix the lockfile ([d6b3771](https://github.com/coveo/plasma/commits/d6b3771911dd836c39376d6f4dce69530cec39e7))
* **website:** adjust path to plasma-react-icons declarations ([e472de8](https://github.com/coveo/plasma/commits/e472de847d40fd451b15edc79351b80b753f2c0f))


### Features

* **react-icons:** add module field to package.json ([d7eade4](https://github.com/coveo/plasma/commits/d7eade465f434f8326381af8758ee7c000932e21))



## 38.12.5 (2022-03-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "38.12.5",
"version": "38.13.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveord/plasma-react-icons",
"version": "38.12.0",
"version": "38.13.0",
"description": "Plasma iconography exposed as react components",
"main": "./dist/cjs/index.js",
"types": "./dist/definitions/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveord/plasma-website",
"version": "38.12.4",
"version": "38.13.0",
"private": true,
"description": "Plasma Design System",
"main": "src/Index.ts",
Expand Down

0 comments on commit 3dca611

Please sign in to comment.