diff --git a/.changeset/tame-cups-shine.md b/.changeset/tame-cups-shine.md
deleted file mode 100644
index b68cc661..00000000
--- a/.changeset/tame-cups-shine.md
+++ /dev/null
@@ -1,19 +0,0 @@
----
-"@tailor-platform/app-shell": minor
----
-
-Allow the standalone `Select`, `Combobox`, and `Autocomplete` (including their `.Async` variants) to receive an accessible name via `aria-label`, `aria-labelledby`, and `id`. Previously these props were silently dropped, leaving the combobox with only its current value as an accessible name — a WCAG 4.1.2 issue for filters and toolbars used outside a `Form`. The props are now forwarded to the underlying trigger/input.
-
-```tsx
-// Announced as "Direction filter, combobox" instead of just its value
-
-
-// Or point at a visible label
-From
-
-```
diff --git a/.changeset/tidy-bridges-work.md b/.changeset/tidy-bridges-work.md
deleted file mode 100644
index 21d7fae2..00000000
--- a/.changeset/tidy-bridges-work.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-"@tailor-platform/app-shell": patch
----
-
-Fix `@tailor-platform/app-shell/styles` so consumer Tailwind utilities like `bg-card`, `border-border`, and `text-muted-foreground` resolve again without requiring `theme.css`.
-
-`theme.css` remains a no-op compatibility shim, while `styles` now restores the Tailwind theme bridge and keeps the precompiled AppShell component CSS importable from a single entrypoint.
diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md
index cbc2e791..6514d8be 100644
--- a/packages/core/CHANGELOG.md
+++ b/packages/core/CHANGELOG.md
@@ -1,5 +1,31 @@
# @tailor-platform/app-shell
+## 1.7.0
+
+### Minor Changes
+
+- 7f33506: Allow the standalone `Select`, `Combobox`, and `Autocomplete` (including their `.Async` variants) to receive an accessible name via `aria-label`, `aria-labelledby`, and `id`. Previously these props were silently dropped, leaving the combobox with only its current value as an accessible name — a WCAG 4.1.2 issue for filters and toolbars used outside a `Form`. The props are now forwarded to the underlying trigger/input.
+
+ ```tsx
+ // Announced as "Direction filter, combobox" instead of just its value
+
+
+ // Or point at a visible label
+ From
+
+ ```
+
+### Patch Changes
+
+- ff30974: Fix `@tailor-platform/app-shell/styles` so consumer Tailwind utilities like `bg-card`, `border-border`, and `text-muted-foreground` resolve again without requiring `theme.css`.
+
+ `theme.css` remains a no-op compatibility shim, while `styles` now restores the Tailwind theme bridge and keeps the precompiled AppShell component CSS importable from a single entrypoint.
+
## 1.6.1
### Patch Changes
diff --git a/packages/core/package.json b/packages/core/package.json
index a41c1a99..62c07369 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@tailor-platform/app-shell",
- "version": "1.6.1",
+ "version": "1.7.0",
"description": "An opinionated React application framework for building ERP applications on Tailor Platform",
"keywords": [
"app-shell",