From bda1599bcf2f47f8f81be363e774cd015ee175c7 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 28 May 2026 05:09:58 +0000
Subject: [PATCH] Version Packages
---
.changeset/add-subtle-info-badge.md | 10 ----------
packages/core/CHANGELOG.md | 11 +++++++++++
packages/core/package.json | 2 +-
3 files changed, 12 insertions(+), 11 deletions(-)
delete mode 100644 .changeset/add-subtle-info-badge.md
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",