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
6 changes: 0 additions & 6 deletions .changeset/fix-prettier-dynamic-import.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.12

### Patch Changes

- Updated dependencies [[`49ad47b`](https://github.com/adobe/spectrum-design-data/commit/49ad47bea61952f84eb86b214954136049aca376)]:
- @adobe/spectrum-tokens@14.2.1

## 0.1.11

### 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.11",
"version": "0.1.12",
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/spectrum-design-data.git"
Expand Down
7 changes: 7 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-design-data)

## 14.2.1

### Patch Changes

- [#709](https://github.com/adobe/spectrum-design-data/pull/709) [`49ad47b`](https://github.com/adobe/spectrum-design-data/commit/49ad47bea61952f84eb86b214954136049aca376) Thanks [@GarthDB](https://github.com/GarthDB)! - Use dynamic import for prettier in writeJson so the package loads without prettier
when used outside the monorepo (e.g. spectrum-design-data-mcp via npx).

## 14.2.0

### Minor Changes
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.2.0",
"version": "14.2.1",
"description": "Design tokens for Spectrum, Adobe's design system",
"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.2

### Patch Changes

- Updated dependencies [[`49ad47b`](https://github.com/adobe/spectrum-design-data/commit/49ad47bea61952f84eb86b214954136049aca376)]:
- @adobe/spectrum-tokens@14.2.1

## 0.1.1

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

## 1.1.1

### Patch Changes

- Updated dependencies [[`49ad47b`](https://github.com/adobe/spectrum-design-data/commit/49ad47bea61952f84eb86b214954136049aca376)]:
- @adobe/spectrum-tokens@14.2.1

## 1.1.0

### Minor 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.1.0",
"version": "1.1.1",
"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.29

### Patch Changes

- Updated dependencies [[`49ad47b`](https://github.com/adobe/spectrum-design-data/commit/49ad47bea61952f84eb86b214954136049aca376)]:
- @adobe/spectrum-tokens@14.2.1

## 0.0.28

### 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.28",
"version": "0.0.29",
"description": "A simple tool to generate a CSV from the tokens",
"type": "module",
"private": true,
Expand Down