@atelier-ui/create-workspace 0.2.39 → 0.2.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/package.json +1 -1
- package/src/generators/preset/preset.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## 0.2.41 (2026-09-07)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **create-workspace:** pin figma-console-mcp in the scaffolded .mcp.json ([6b23b2b](https://github.com/DominikPieper/atelier-ui/commit/6b23b2b))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Claude Fable 5.1
|
|
10
|
+
- Dominik Pieper @DominikPieper
|
|
11
|
+
|
|
12
|
+
## 0.2.40 (2026-09-07)
|
|
13
|
+
|
|
14
|
+
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
|
15
|
+
|
|
1
16
|
## 0.2.39 (2026-09-07)
|
|
2
17
|
|
|
3
18
|
This was a version bump only for create-workspace to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -238,7 +238,7 @@ file exports). The Desktop Bridge covers creation and inspection without a token
|
|
|
238
238
|
// optional — only needed for REST-backed reads. See ${SITE_URL}/figma-token.
|
|
239
239
|
mcpServers['figma-console'] = {
|
|
240
240
|
command: 'npx',
|
|
241
|
-
args: ['-y', 'figma-console-mcp@
|
|
241
|
+
args: ['-y', 'figma-console-mcp@1.40.0'],
|
|
242
242
|
env: {
|
|
243
243
|
FIGMA_ACCESS_TOKEN: '${FIGMA_ACCESS_TOKEN:-}',
|
|
244
244
|
ENABLE_MCP_APPS: 'true',
|