From 183ea5df58bf9dde905b8d18d52934594563f7ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:46:37 +0000 Subject: [PATCH] chore: release --- .changeset/taxonomy-registry-split.md | 14 -------------- packages/design-data-spec/CHANGELOG.md | 13 +++++++++++++ packages/design-data-spec/package.json | 2 +- packages/design-system-registry/CHANGELOG.md | 13 +++++++++++++ packages/design-system-registry/package.json | 2 +- tools/markdown-generator/CHANGELOG.md | 7 +++++++ tools/markdown-generator/package.json | 2 +- 7 files changed, 36 insertions(+), 17 deletions(-) delete mode 100644 .changeset/taxonomy-registry-split.md diff --git a/.changeset/taxonomy-registry-split.md b/.changeset/taxonomy-registry-split.md deleted file mode 100644 index a6a05c9e..00000000 --- a/.changeset/taxonomy-registry-split.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"@adobe/design-system-registry": minor -"@adobe/design-data-spec": minor ---- - -Add taxonomy registries and expand token name object schema. - -- Split `anatomy-terms.json`: removed styling surfaces and positional terms -- Added `token-objects.json` (background, border, edge, visual, content) -- Added 6 new taxonomy registries: - structures, substructures, orientations, positions, densities, shapes -- Exported all 7 new registries from package index -- Added all 13 semantic fields explicitly to `nameObject` in - `token.schema.json`, distinguishing semantic from dimension fields diff --git a/packages/design-data-spec/CHANGELOG.md b/packages/design-data-spec/CHANGELOG.md index 123c54b8..829c3745 100644 --- a/packages/design-data-spec/CHANGELOG.md +++ b/packages/design-data-spec/CHANGELOG.md @@ -1,5 +1,18 @@ # @adobe/design-data-spec +## 0.1.0 + +### Minor Changes + +- [#810](https://github.com/adobe/spectrum-design-data/pull/810) [`4a55a5f`](https://github.com/adobe/spectrum-design-data/commit/4a55a5f2b027d7df73852cb62dd633bd5da17c93) Thanks [@GarthDB](https://github.com/GarthDB)! - Add taxonomy registries and expand token name object schema. + - Split `anatomy-terms.json`: removed styling surfaces and positional terms + - Added `token-objects.json` (background, border, edge, visual, content) + - Added 6 new taxonomy registries: + structures, substructures, orientations, positions, densities, shapes + - Exported all 7 new registries from package index + - Added all 13 semantic fields explicitly to `nameObject` in + `token.schema.json`, distinguishing semantic from dimension fields + ## 0.0.1 ### Patch Changes diff --git a/packages/design-data-spec/package.json b/packages/design-data-spec/package.json index c8a298af..3a4354f0 100644 --- a/packages/design-data-spec/package.json +++ b/packages/design-data-spec/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/design-data-spec", - "version": "0.0.1", + "version": "0.1.0", "description": "Design Data Specification — prose, JSON Schemas, rule catalog, and conformance fixtures for Spectrum design data", "type": "module", "repository": { diff --git a/packages/design-system-registry/CHANGELOG.md b/packages/design-system-registry/CHANGELOG.md index 358f75b1..8947f604 100644 --- a/packages/design-system-registry/CHANGELOG.md +++ b/packages/design-system-registry/CHANGELOG.md @@ -1,5 +1,18 @@ # @adobe/design-system-registry +## 1.2.0 + +### Minor Changes + +- [#810](https://github.com/adobe/spectrum-design-data/pull/810) [`4a55a5f`](https://github.com/adobe/spectrum-design-data/commit/4a55a5f2b027d7df73852cb62dd633bd5da17c93) Thanks [@GarthDB](https://github.com/GarthDB)! - Add taxonomy registries and expand token name object schema. + - Split `anatomy-terms.json`: removed styling surfaces and positional terms + - Added `token-objects.json` (background, border, edge, visual, content) + - Added 6 new taxonomy registries: + structures, substructures, orientations, positions, densities, shapes + - Exported all 7 new registries from package index + - Added all 13 semantic fields explicitly to `nameObject` in + `token.schema.json`, distinguishing semantic from dimension fields + ## 1.1.0 ### Minor Changes diff --git a/packages/design-system-registry/package.json b/packages/design-system-registry/package.json index faf8f632..a5da539b 100644 --- a/packages/design-system-registry/package.json +++ b/packages/design-system-registry/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/design-system-registry", - "version": "1.1.0", + "version": "1.2.0", "description": "A single source of truth for design system terminology used across Spectrum tokens, component schemas, and anatomy", "type": "module", "main": "index.js", diff --git a/tools/markdown-generator/CHANGELOG.md b/tools/markdown-generator/CHANGELOG.md index 535a5772..f65549f7 100644 --- a/tools/markdown-generator/CHANGELOG.md +++ b/tools/markdown-generator/CHANGELOG.md @@ -1,5 +1,12 @@ # markdown-generator +## 0.1.8 + +### Patch Changes + +- Updated dependencies [[`4a55a5f`](https://github.com/adobe/spectrum-design-data/commit/4a55a5f2b027d7df73852cb62dd633bd5da17c93)]: + - @adobe/design-system-registry@1.2.0 + ## 0.1.7 ### Patch Changes diff --git a/tools/markdown-generator/package.json b/tools/markdown-generator/package.json index 843ed265..580f54a0 100644 --- a/tools/markdown-generator/package.json +++ b/tools/markdown-generator/package.json @@ -1,6 +1,6 @@ { "name": "markdown-generator", - "version": "0.1.7", + "version": "0.1.8", "description": "Generate markdown files from tokens, component-schemas, and design-system-registry for docs and chatbot indexing", "type": "module", "private": true,