From f72f473415bf6f3066e579be978cc1924ab34550 Mon Sep 17 00:00:00 2001 From: coveobot Date: Thu, 23 Jan 2025 19:35:35 +0000 Subject: [PATCH] chore(release): publish version v55.7.0 [skip ci] --- CHANGELOG.md | 8 ++++++++ packages/components-props-analyzer/package.json | 2 +- packages/mantine/package.json | 2 +- packages/react-icons/package.json | 2 +- packages/tokens/package.json | 2 +- packages/website/package.json | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa994a6d75..1e26440d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 55.7.0 (2025-01-23) + +* fix(prompt): filter footer children in one pass (#4002) a753fd3, closes #4002 +* feat(modal): implement "@coveord/plasma-mantine/Modal" (#4001) 85d2568, closes #4001 +* chore(deps): update all non-major dependencies (#3981) 056f015, closes #3981 + + + ## 55.6.0 (2025-01-22) * feat(useUrlSyncedState): allow always emitting values (#3996) a61cb13, closes #3996 diff --git a/packages/components-props-analyzer/package.json b/packages/components-props-analyzer/package.json index ec5051b10d..9a1f2f1af7 100644 --- a/packages/components-props-analyzer/package.json +++ b/packages/components-props-analyzer/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-components-props-analyzer", - "version": "55.6.0", + "version": "55.7.0", "private": true, "description": "", "keywords": [], diff --git a/packages/mantine/package.json b/packages/mantine/package.json index cb4cb7a693..5fa4ea9afd 100644 --- a/packages/mantine/package.json +++ b/packages/mantine/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-mantine", - "version": "55.6.0", + "version": "55.7.0", "description": "A Plasma flavoured Mantine theme", "keywords": [ "plasma", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 0d1c5e9111..e5a9c28d75 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-react-icons", - "version": "55.4.0", + "version": "55.7.0", "description": "Plasma iconography exposed as react components", "keywords": [ "plasma", diff --git a/packages/tokens/package.json b/packages/tokens/package.json index 9b565b6290..89be398424 100644 --- a/packages/tokens/package.json +++ b/packages/tokens/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-tokens", - "version": "55.4.0", + "version": "55.7.0", "description": "Design tokens of the Plasma Design System", "homepage": "https://github.com/coveo/plasma/packages/tokens#readme", "repository": { diff --git a/packages/website/package.json b/packages/website/package.json index 3a9bc8c49a..e15fcf2e94 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@coveord/plasma-website", - "version": "55.6.0", + "version": "55.7.0", "private": true, "type": "module", "scripts": {