@atelier-ui/create-workspace 0.2.40 → 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 CHANGED
@@ -1,3 +1,14 @@
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
+
1
12
  ## 0.2.40 (2026-09-07)
2
13
 
3
14
  This was a version bump only for create-workspace to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atelier-ui/create-workspace",
3
- "version": "0.2.40",
3
+ "version": "0.2.41",
4
4
  "description": "Nx preset for Atelier workshop workspaces",
5
5
  "keywords": [
6
6
  "nx",
@@ -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@latest'],
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',