Skip to content

Commit

Permalink
chore(release): publish version v55.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
coveobot committed Nov 11, 2024
1 parent a1c086a commit 6a5f14e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 55.2.0 (2024-11-11)

* chore(deps): update dependency @types/node to v22 (#3941) a1c086a, closes #3941
* fix(mantine): make EllipsisText style more adaptable (#3947) ad5f31e, closes #3947
* fix(website): website search (#3948) 5d85a8e, closes #3948
* feat(mantine): ChildForm component (#3945) 0abbbed, closes #3945



## 55.1.0 (2024-11-05)

* feat(mantine): EllipsisText component supports line-clamp (#3943) 8a8da2b, closes #3943
Expand Down
2 changes: 1 addition & 1 deletion packages/components-props-analyzer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveord/plasma-components-props-analyzer",
"version": "55.1.0",
"version": "55.2.0",
"private": true,
"description": "",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/mantine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coveord/plasma-mantine",
"version": "55.1.0",
"version": "55.2.0",
"description": "A Plasma flavoured Mantine theme",
"keywords": [
"plasma",
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": "55.0.4",
"version": "55.2.0",
"description": "Plasma iconography exposed as react components",
"keywords": [
"plasma",
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": "55.0.4",
"version": "55.2.0",
"description": "Design tokens of the Plasma Design System",
"homepage": "https://github.com/coveo/plasma/packages/tokens#readme",
"repository": {
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": "55.1.0",
"version": "55.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6a5f14e

Please sign in to comment.