diff --git a/.changeset/add-subtle-info-badge.md b/.changeset/add-subtle-info-badge.md deleted file mode 100644 index 32b055bd..00000000 --- a/.changeset/add-subtle-info-badge.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@tailor-platform/app-shell": patch ---- - -Add `info` and `subtle-info` badge variants for informational or in-progress status labels (blue palette, matching the existing `outline-info` dot color). Also extend the primitives demo to show all five outline variants (previously only `outline-success` was rendered). - -```tsx -New -In Progress -``` diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 82c02bdb..1c4b5931 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @tailor-platform/app-shell +## 1.3.1 + +### Patch Changes + +- 58b76ce: Add `info` and `subtle-info` badge variants for informational or in-progress status labels (blue palette, matching the existing `outline-info` dot color). Also extend the primitives demo to show all five outline variants (previously only `outline-success` was rendered). + + ```tsx + New + In Progress + ``` + ## 1.3.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index f062e1c9..73aafceb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@tailor-platform/app-shell", - "version": "1.3.0", + "version": "1.3.1", "description": "An opinionated React application framework for building ERP applications on Tailor Platform", "keywords": [ "app-shell",