Skip to content

Commit 01a13ff

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

File tree

5 files changed

+85
-73
lines changed

5 files changed

+85
-73
lines changed

.changeset/rename-steplist.md

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

packages/component-schemas/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)
22

3+
## 5.0.1
4+
5+
### Patch Changes
6+
7+
* [#621](https://github.com/adobe/spectrum-tokens/pull/621) [`ee2ceb5`](https://github.com/adobe/spectrum-tokens/commit/ee2ceb541dea5eb9b5267c861e44bfd804fd33a7) Thanks [@GarthDB](https://github.com/GarthDB)! - refactor(component-schemas): rename step-list to steplist
8+
9+
Renamed the `step-list` component schema to `steplist` for consistency with other single-word component names.
10+
11+
## Components Changed (0 added, 1 deleted, 1 added)
12+
13+
**Original Branch:** `main`
14+
15+
**New Branch:** `refactor/rename-step-list-to-steplist`
16+
17+
### 📦 Renamed Component
18+
19+
* `step-list``steplist` - Component schema renamed
20+
21+
### Changes to steplist schema
22+
23+
* **$id**: Changed from `https://opensource.adobe.com/spectrum-tokens/schemas/components/step-list.json` to `https://opensource.adobe.com/spectrum-tokens/schemas/components/steplist.json`
24+
* **title**: Changed from "Step list" to "Steplist"
25+
* **documentationUrl**: Changed from `https://spectrum.adobe.com/page/step-list/` to `https://spectrum.adobe.com/page/steplist/`
26+
27+
All other properties remain unchanged. This is a non-breaking rename at the schema level, though consumers referencing the old filename will need to update their imports.
28+
329
## 5.0.0
430

531
### Major Changes

packages/component-schemas/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-component-api-schemas",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "",
55
"type": "module",
66
"main": "index.js",
Lines changed: 57 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,52 @@
1-
# @adobe/spectrum-design-data-mcp
1+
# [**@adobe/spectrum-design-data-mcp**](https://github.com/adobe/spectrum-design-data-mcp)
2+
3+
## 1.0.11
4+
5+
### Patch Changes
6+
7+
* Updated dependencies \[[`ee2ceb5`](https://github.com/adobe/spectrum-tokens/commit/ee2ceb541dea5eb9b5267c861e44bfd804fd33a7)]:
8+
* [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)@5.0.1
29

310
## 1.0.10
411

512
### Patch Changes
613

7-
- Updated dependencies [[`f64bee3`](https://github.com/adobe/spectrum-tokens/commit/f64bee3900c874775f2d3424516786a0d644d057)]:
8-
- @adobe/spectrum-tokens@13.16.0
14+
* Updated dependencies \[[`f64bee3`](https://github.com/adobe/spectrum-tokens/commit/f64bee3900c874775f2d3424516786a0d644d057)]:
15+
* [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-tokens)@13.16.0
916

1017
## 1.0.9
1118

1219
### Patch Changes
1320

14-
- Updated dependencies [[`a772572`](https://github.com/adobe/spectrum-tokens/commit/a772572de88c54d279c20d7148f6ac91eb941d2a)]:
15-
- @adobe/spectrum-component-api-schemas@5.0.0
21+
* Updated dependencies \[[`a772572`](https://github.com/adobe/spectrum-tokens/commit/a772572de88c54d279c20d7148f6ac91eb941d2a)]:
22+
* [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)@5.0.0
1623

1724
## 1.0.8
1825

1926
### Patch Changes
2027

21-
- Updated dependencies [[`433efdd`](https://github.com/adobe/spectrum-tokens/commit/433efdd18f9b0842ae55acac3cd0fbc1e5e5db58)]:
22-
- @adobe/spectrum-component-api-schemas@4.0.0
28+
* Updated dependencies \[[`433efdd`](https://github.com/adobe/spectrum-tokens/commit/433efdd18f9b0842ae55acac3cd0fbc1e5e5db58)]:
29+
* [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)@4.0.0
2330

2431
## 1.0.7
2532

2633
### Patch Changes
2734

28-
- Updated dependencies [[`13d9202`](https://github.com/adobe/spectrum-tokens/commit/13d920273c02c78d3748522de6a7c7ee39b39814)]:
29-
- @adobe/spectrum-component-api-schemas@3.0.0
35+
* Updated dependencies \[[`13d9202`](https://github.com/adobe/spectrum-tokens/commit/13d920273c02c78d3748522de6a7c7ee39b39814)]:
36+
* [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)@3.0.0
3037

3138
## 1.0.6
3239

3340
### Patch Changes
3441

35-
- [#595](https://github.com/adobe/spectrum-tokens/pull/595) [`53bc11e`](https://github.com/adobe/spectrum-tokens/commit/53bc11e1bfcc3a839cfc5dfbd63f59cc5e87a1c3) Thanks [@GarthDB](https://github.com/GarthDB)! - Enhanced documentation with security and configuration improvements
36-
- Add multiple MCP configuration options including recommended npx usage
37-
- Add npm provenance support for enhanced supply-chain security
38-
- Improve installation section with package integrity verification
39-
- Add comprehensive troubleshooting section for common issues
40-
- Add dedicated security section with best practices
41-
- Add support section with links to issues and documentation
42+
* [#595](https://github.com/adobe/spectrum-tokens/pull/595) [`53bc11e`](https://github.com/adobe/spectrum-tokens/commit/53bc11e1bfcc3a839cfc5dfbd63f59cc5e87a1c3) Thanks [@GarthDB](https://github.com/GarthDB)! - Enhanced documentation with security and configuration improvements
43+
44+
* Add multiple MCP configuration options including recommended npx usage
45+
* Add npm provenance support for enhanced supply-chain security
46+
* Improve installation section with package integrity verification
47+
* Add comprehensive troubleshooting section for common issues
48+
* Add dedicated security section with best practices
49+
* Add support section with links to issues and documentation
4250

4351
These changes align the documentation with modern MCP server standards
4452
and improve user experience with better configuration options and security features.
@@ -47,80 +55,83 @@
4755

4856
### Patch Changes
4957

50-
- Updated dependencies [[`1e860c4`](https://github.com/adobe/spectrum-tokens/commit/1e860c4436c58ceca6f4500ea7e24d6d8cdd20c8)]:
51-
- @adobe/spectrum-tokens@13.15.1
58+
* Updated dependencies \[[`1e860c4`](https://github.com/adobe/spectrum-tokens/commit/1e860c4436c58ceca6f4500ea7e24d6d8cdd20c8)]:
59+
* [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-tokens)@13.15.1
5260

5361
## 1.0.4
5462

5563
### Patch Changes
5664

57-
- Updated dependencies [[`3df7197`](https://github.com/adobe/spectrum-tokens/commit/3df7197e7da23c9bb107f7dfcd935b5c62a86041)]:
58-
- @adobe/spectrum-tokens@13.15.0
65+
* Updated dependencies \[[`3df7197`](https://github.com/adobe/spectrum-tokens/commit/3df7197e7da23c9bb107f7dfcd935b5c62a86041)]:
66+
* [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-tokens)@13.15.0
5967

6068
## 1.0.3
6169

6270
### Patch Changes
6371

64-
- Updated dependencies [[`b4df84e`](https://github.com/adobe/spectrum-tokens/commit/b4df84e2f2ca246332907f9ddda94438288dd98e)]:
65-
- @adobe/spectrum-tokens@13.14.1
72+
* Updated dependencies \[[`b4df84e`](https://github.com/adobe/spectrum-tokens/commit/b4df84e2f2ca246332907f9ddda94438288dd98e)]:
73+
* [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-tokens)@13.14.1
6674

6775
## 1.0.2
6876

6977
### Patch Changes
7078

71-
- Updated dependencies [[`336f672`](https://github.com/adobe/spectrum-tokens/commit/336f67216dfd875f0feb65c10059d9f3fe6dcaf7)]:
72-
- @adobe/spectrum-tokens@13.14.0
79+
* Updated dependencies \[[`336f672`](https://github.com/adobe/spectrum-tokens/commit/336f67216dfd875f0feb65c10059d9f3fe6dcaf7)]:
80+
* [**@adobe/spectrum-tokens**](https://github.com/adobe/spectrum-tokens)@13.14.0
7381

7482
## 1.0.1
7583

7684
### Patch Changes
7785

78-
- Updated dependencies [[`163fe7c`](https://github.com/adobe/spectrum-tokens/commit/163fe7c13bb00c639d202195a398126b6c25b58f)]:
79-
- @adobe/spectrum-component-api-schemas@2.0.0
86+
* Updated dependencies \[[`163fe7c`](https://github.com/adobe/spectrum-tokens/commit/163fe7c13bb00c639d202195a398126b6c25b58f)]:
87+
* [**@adobe/spectrum-component-api-schemas**](https://github.com/adobe/spectrum-component-api-schemas)@2.0.0
8088

8189
## 1.0.0
8290

8391
### Major Changes
8492

85-
- [#568](https://github.com/adobe/spectrum-tokens/pull/568) [`34028ea`](https://github.com/adobe/spectrum-tokens/commit/34028eaf2ba3940baa8044fda2655adc6153fb97) Thanks [@GarthDB](https://github.com/GarthDB)! - Initial release of Spectrum Design Data MCP server
93+
* [#568](https://github.com/adobe/spectrum-tokens/pull/568) [`34028ea`](https://github.com/adobe/spectrum-tokens/commit/34028eaf2ba3940baa8044fda2655adc6153fb97) Thanks [@GarthDB](https://github.com/GarthDB)! - Initial release of Spectrum Design Data MCP server
8694

8795
This is the first release of the Model Context Protocol server that provides AI tools with structured access to Adobe Spectrum design system data, including design tokens and component API schemas.
8896

8997
Features:
90-
- Query design tokens by name, type, or category
91-
- Find tokens for specific component use cases
92-
- Get component-specific token recommendations
93-
- Access component API schemas and validation
94-
- Type definitions and schema validation tools
98+
99+
* Query design tokens by name, type, or category
100+
* Find tokens for specific component use cases
101+
* Get component-specific token recommendations
102+
* Access component API schemas and validation
103+
* Type definitions and schema validation tools
95104

96105
This enables AI assistants to provide intelligent design guidance and automate design token usage across the Spectrum ecosystem.
97106

98107
## 0.2.0
99108

100109
### Minor Changes
101110

102-
- Initial release of Spectrum Design Data MCP server
111+
* Initial release of Spectrum Design Data MCP server
103112

104113
This new package provides a Model Context Protocol (MCP) server that enables AI tools to query and interact with Spectrum design system data. Features include:
105-
- **Design Token Tools**: Query tokens by name, type, or category; get token details and categories
106-
- **Component Schema Tools**: Search component schemas, validate properties, and explore type definitions
107-
- **Local Execution**: Runs as a local npm package with no external dependencies or hosting requirements
108-
- **Extensible Architecture**: Designed to support future design data like component anatomy and patterns
114+
115+
* **Design Token Tools**: Query tokens by name, type, or category; get token details and categories
116+
* **Component Schema Tools**: Search component schemas, validate properties, and explore type definitions
117+
* **Local Execution**: Runs as a local npm package with no external dependencies or hosting requirements
118+
* **Extensible Architecture**: Designed to support future design data like component anatomy and patterns
109119

110120
The MCP server provides structured access to:
111-
- All Spectrum design tokens from `@adobe/spectrum-tokens`
112-
- Component API schemas from `@adobe/spectrum-component-api-schemas`
121+
122+
* All Spectrum design tokens from `@adobe/spectrum-tokens`
123+
* Component API schemas from `@adobe/spectrum-component-api-schemas`
113124

114125
AI assistants can now understand and work with Spectrum design data through standardized MCP tools.
115126

116127
## 0.1.0
117128

118129
### Minor Changes
119130

120-
- Initial release of Spectrum Design Data MCP server
121-
- Added support for design token querying and retrieval
122-
- Added support for component schema validation and exploration
123-
- Implemented token tools: query-tokens, get-token-categories, get-token-details
124-
- Implemented schema tools: query-component-schemas, get-component-schema, list-components, validate-component-props, get-type-schemas
125-
- Added CLI interface for starting the MCP server
126-
- Added comprehensive test coverage
131+
* Initial release of Spectrum Design Data MCP server
132+
* Added support for design token querying and retrieval
133+
* Added support for component schema validation and exploration
134+
* Implemented token tools: query-tokens, get-token-categories, get-token-details
135+
* Implemented schema tools: query-component-schemas, get-component-schema, list-components, validate-component-props, get-type-schemas
136+
* Added CLI interface for starting the MCP server
137+
* Added comprehensive test coverage

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.10",
3+
"version": "1.0.11",
44
"description": "Model Context Protocol server for Spectrum design data including tokens, schemas, and component anatomy",
55
"keywords": [
66
"mcp",

0 commit comments

Comments
 (0)