Skip to content

Commit d7ad9d2

Browse files
Version Packages (#586)
chore: release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a575932 commit d7ad9d2

File tree

9 files changed

+33
-13
lines changed

9 files changed

+33
-13
lines changed

.changeset/21af388d5264.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/s2-tokens-viewer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# s2-tokens-viewer
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`336f672`](https://github.com/adobe/spectrum-tokens/commit/336f67216dfd875f0feb65c10059d9f3fe6dcaf7)]:
8+
- @adobe/spectrum-tokens@13.14.0
9+
310
## 0.1.3
411

512
### Patch Changes

docs/s2-tokens-viewer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "s2-tokens-viewer",
33
"private": true,
44
"access": "restricted",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"repository": {
77
"type": "git",
88
"url": "git+https://github.com/adobe/spectrum-tokens.git"

packages/tokens/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @adobe/spectrum-tokens
22

3+
## 13.14.0
4+
5+
### Minor Changes
6+
7+
- [`336f672`](https://github.com/adobe/spectrum-tokens/commit/336f67216dfd875f0feb65c10059d9f3fe6dcaf7) Thanks [@larz0](https://github.com/larz0)! - SDS-14319 generic avatar updates (Pre-multidimensional-theming)
8+
9+
Source: [spectrum-tokens-studio-data#281](https://github.com/adobe/spectrum-tokens-studio-data/pull/281)
10+
311
## 13.13.0
412

513
### Minor Changes
@@ -27,7 +35,6 @@
2735
- `select-box-edge-to-checkbox` - `value`: `8px` - `uuid`: `70a20970-ebd9-48a7-8324-44d352f79978`
2836
</details>
2937
<details open><summary><strong>Deleted Properties (1)</strong></summary>
30-
3138
- `select-box-edge-to-checkbox` - `desktop.schema`: -> `dimension.json` - `desktop.value`: -> `12px` - `desktop.uuid`: -> `70a20970-ebd9-48a7-8324-44d352f79978` - `mobile.schema`: -> `dimension.json` - `mobile.value`: -> `15px` - `mobile.uuid`: -> `f028974a-20d1-4e03-af77-921b1dfc2469`
3239
</details>
3340
<details open><summary><strong>Updated Properties (1)</strong></summary>

packages/tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/spectrum-tokens",
3-
"version": "13.13.0",
3+
"version": "13.14.0",
44
"description": "Design tokens for Spectrum, Adobe's design system",
55
"type": "module",
66
"main": "index.js",

tools/spectrum-design-data-mcp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @adobe/spectrum-design-data-mcp
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`336f672`](https://github.com/adobe/spectrum-tokens/commit/336f67216dfd875f0feb65c10059d9f3fe6dcaf7)]:
8+
- @adobe/spectrum-tokens@13.14.0
9+
310
## 1.0.1
411

512
### Patch Changes

tools/spectrum-design-data-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/spectrum-design-data-mcp",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Model Context Protocol server for Spectrum design data including tokens, schemas, and component anatomy",
55
"keywords": [
66
"mcp",

tools/token-csv-generator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# token-csv-generator
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`336f672`](https://github.com/adobe/spectrum-tokens/commit/336f67216dfd875f0feb65c10059d9f3fe6dcaf7)]:
8+
- @adobe/spectrum-tokens@13.14.0
9+
310
## 0.0.20
411

512
### Patch Changes

tools/token-csv-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "token-csv-generator",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"description": "A simple tool to generate a CSV from the tokens",
55
"type": "module",
66
"private": true,

0 commit comments

Comments
 (0)