Skip to content
Merged
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
5 changes: 0 additions & 5 deletions .changeset/add-get-tokens-by-file.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mcp-token-value-query.md

This file was deleted.

7 changes: 7 additions & 0 deletions docs/s2-tokens-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# s2-tokens-viewer

## 0.1.11

### Patch Changes

- Updated dependencies [[`c051815`](https://github.com/adobe/spectrum-design-data/commit/c05181505730ec911196c4b6d37d106bccd742e5)]:
- @adobe/spectrum-tokens@14.2.0

## 0.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/s2-tokens-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "s2-tokens-viewer",
"private": true,
"access": "restricted",
"version": "0.1.10",
"version": "0.1.11",
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/spectrum-design-data.git"
Expand Down
7 changes: 6 additions & 1 deletion packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)

## 14.2.0

### Minor Changes

- [#706](https://github.com/adobe/spectrum-design-data/pull/706) [`c051815`](https://github.com/adobe/spectrum-design-data/commit/c05181505730ec911196c4b6d37d106bccd742e5) Thanks [@GarthDB](https://github.com/GarthDB)! - Add `getTokensByFile()` export (tokens grouped by filename; complement to `getAllTokens()`).

## 14.1.0

### Minor Changes
Expand All @@ -22,7 +28,6 @@
<details><summary><strong>Updated Properties (67)</strong></summary>

All tokens below had the `renamed` property added to indicate their replacement token name:

- `drop-shadow-color` → `drop-shadow-color-100`
- `color-loupe-drop-shadow-color` → `drop-shadow-elevated-color`
- `color-handle-drop-shadow-color` → `drop-shadow-color`
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spectrum-tokens",
"version": "14.1.0",
"version": "14.2.0",
"description": "Design tokens for Spectrum, Adobe's design system",
"type": "module",
"main": "index.js",
Expand Down
8 changes: 8 additions & 0 deletions tools/markdown-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# markdown-generator

## 0.1.1

### Patch Changes

- Updated dependencies [[`c051815`](https://github.com/adobe/spectrum-design-data/commit/c05181505730ec911196c4b6d37d106bccd742e5)]:
- @adobe/spectrum-tokens@14.2.0
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.0",
"version": "0.1.1",
"description": "Generate markdown files from tokens, component-schemas, and design-system-registry for docs and chatbot indexing",
"type": "module",
"private": true,
Expand Down
12 changes: 12 additions & 0 deletions tools/spectrum-design-data-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# [**@adobe/spectrum-design-data-mcp**](https://github.com/adobe/spectrum-design-data-mcp)

## 1.1.0

### Minor Changes

- [#706](https://github.com/adobe/spectrum-design-data/pull/706) [`c051815`](https://github.com/adobe/spectrum-design-data/commit/c05181505730ec911196c4b6d37d106bccd742e5) Thanks [@GarthDB](https://github.com/GarthDB)! - Fix data loader to use getTokensByFile/getAllTokens from @adobe/spectrum-tokens.
Add query-tokens-by-value tool (search by direct or resolved alias value).

### Patch Changes

- Updated dependencies [[`c051815`](https://github.com/adobe/spectrum-design-data/commit/c05181505730ec911196c4b6d37d106bccd742e5)]:
- @adobe/spectrum-tokens@14.2.0

## 1.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/spectrum-design-data-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/spectrum-design-data-mcp",
"version": "1.0.13",
"version": "1.1.0",
"description": "Model Context Protocol server for Spectrum design data including tokens, schemas, and component anatomy",
"keywords": [
"mcp",
Expand Down
7 changes: 7 additions & 0 deletions tools/token-csv-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# token-csv-generator

## 0.0.28

### Patch Changes

- Updated dependencies [[`c051815`](https://github.com/adobe/spectrum-design-data/commit/c05181505730ec911196c4b6d37d106bccd742e5)]:
- @adobe/spectrum-tokens@14.2.0

## 0.0.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/token-csv-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "token-csv-generator",
"version": "0.0.27",
"version": "0.0.28",
"description": "A simple tool to generate a CSV from the tokens",
"type": "module",
"private": true,
Expand Down