Skip to content

Commit d24a8d6

Browse files
author
coveobot
committed
chore(release): publish version v58.0.2 [skip ci]
1 parent 7a4e51d commit d24a8d6

9 files changed

Lines changed: 18 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## <small>58.0.2 (2026-04-09)</small>
2+
3+
* fix(modal): set body as the scroll container (#4389) f6e0528, closes #4389
4+
* fix(prompt): add back ref prop to PromptCompoundComponent (#4391) 7a4e51d, closes #4391
5+
* chore(deps): lock file maintenance (#4383) 790cea4, closes #4383
6+
* chore(deps): update all non-major dependencies (#4382) 52406f9, closes #4382
7+
* chore(deps): update dependency vite to v8.0.5 [security] (#4384) aebdbad, closes #4384
8+
9+
10+
111
## <small>58.0.1 (2026-04-03)</small>
212

313
* chore(deps): update all non-major dependencies (#4374) 176a9c6, closes #4374

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "root",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"private": true,
55
"scripts": {
66
"build": "turbo run build",

packages/components-props-analyzer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveord/plasma-components-props-analyzer",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"private": true,
55
"description": "",
66
"keywords": [],

packages/figma/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveord/plasma-figma-code-connect",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/mantine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveord/plasma-mantine",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"description": "A Plasma flavoured Mantine theme",
55
"keywords": [
66
"plasma",

packages/react-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveord/plasma-react-icons",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"description": "Plasma iconography exposed as react components",
55
"keywords": [
66
"plasma",

packages/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveord/plasma-tokens",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"description": "Design tokens of the Plasma Design System",
55
"homepage": "https://github.com/coveo/plasma/packages/tokens#readme",
66
"repository": {

packages/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coveord/plasma-website",
3-
"version": "58.0.1",
3+
"version": "58.0.2",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)