Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .changeset/taxonomy-registry-split.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/design-data-spec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/design-data-spec/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
13 changes: 13 additions & 0 deletions packages/design-system-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system-registry/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions tools/markdown-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/markdown-generator/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
Loading