From 784b0928112b31cb2327b0d66080078d530075c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:25:31 +0000 Subject: [PATCH] chore: version packages --- .changeset/calm-images-close.md | 5 ----- .changeset/fresh-ui-intent.md | 7 ------- .changeset/quiet-auth-boundary.md | 5 ----- .changeset/steady-ui-contract.md | 5 ----- packages/web/CHANGELOG.md | 14 ++++++++++++++ packages/web/package.json | 2 +- packages/web/src/version.ts | 2 +- 7 files changed, 16 insertions(+), 24 deletions(-) delete mode 100644 .changeset/calm-images-close.md delete mode 100644 .changeset/fresh-ui-intent.md delete mode 100644 .changeset/quiet-auth-boundary.md delete mode 100644 .changeset/steady-ui-contract.md diff --git a/.changeset/calm-images-close.md b/.changeset/calm-images-close.md deleted file mode 100644 index 1c91e21..0000000 --- a/.changeset/calm-images-close.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inkcre/ui-web": patch ---- - -Fix uncontrolled image expansion and reliable scrim close-button behavior. diff --git a/.changeset/fresh-ui-intent.md b/.changeset/fresh-ui-intent.md deleted file mode 100644 index b729ca5..0000000 --- a/.changeset/fresh-ui-intent.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@inkcre/ui-web": minor ---- - -Give the web package first-class Oxc and native TypeScript development -workflows, and replace the non-discoverable `agent-skills/` folders with the -installed, validated `@inkcre/ui-web#ui-web` TanStack Intent skill. diff --git a/.changeset/quiet-auth-boundary.md b/.changeset/quiet-auth-boundary.md deleted file mode 100644 index 246c741..0000000 --- a/.changeset/quiet-auth-boundary.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inkcre/ui-web": patch ---- - -Move GitHub Packages routing and repository metadata to the publishable package. diff --git a/.changeset/steady-ui-contract.md b/.changeset/steady-ui-contract.md deleted file mode 100644 index 4b27c65..0000000 --- a/.changeset/steady-ui-contract.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@inkcre/ui-web": patch ---- - -Publish the renamed web UI package with complete exports, deterministic generation, packed-consumer verification, and a categorized Histoire catalog. diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index cec60e2..7f379e6 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -1,5 +1,19 @@ # @inkcre/ui-web +## 1.3.0 + +### Minor Changes + +- f9a65a3: Give the web package first-class Oxc and native TypeScript development + workflows, and replace the non-discoverable `agent-skills/` folders with the + installed, validated `@inkcre/ui-web#ui-web` TanStack Intent skill. + +### Patch Changes + +- b1e0d6a: Fix uncontrolled image expansion and reliable scrim close-button behavior. +- 322dcf6: Move GitHub Packages routing and repository metadata to the publishable package. +- 5d05693: Publish the renamed web UI package with complete exports, deterministic generation, packed-consumer verification, and a categorized Histoire catalog. + ## 1.2.2 ### Patch Changes diff --git a/packages/web/package.json b/packages/web/package.json index a116927..f8dc7e5 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@inkcre/ui-web", - "version": "1.2.2", + "version": "1.3.0", "description": "Design System for InKCre Web Projects", "keywords": [ "design-system", diff --git a/packages/web/src/version.ts b/packages/web/src/version.ts index 5524d12..d14ba39 100644 --- a/packages/web/src/version.ts +++ b/packages/web/src/version.ts @@ -1,2 +1,2 @@ // Auto-generated by build-package-metadata.ts - DO NOT EDIT -export const version = "1.2.2"; +export const version = "1.3.0";