@coinbase/cds-illustrations 4.48.0 → 4.48.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -7
  2. package/package.json +8 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,8 @@
1
- # @coinbase/cds-illustrations
1
+ ## 4.48.1 (2026-09-11)
2
2
 
3
- > [NPM registry](https://www.npmjs.com/package/@coinbase/cds-illustrations)
3
+ ### 🩹 Fixes
4
4
 
5
- All notable changes to this project will be documented in this file.
6
-
7
- `@coinbase/cds-illustrations` adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
8
-
9
- <!-- template-start -->
5
+ - Add the `illustrations:sync-illustrations` target, which syncs illustrations from Figma and writes a version plan describing what changed. Adds sync-only devDependencies; no runtime change for consumers.
10
6
 
11
7
  ## 4.48.0 (8/12/2026 PST)
12
8
 
@@ -984,3 +980,7 @@ This is an artificial version bump with no new change.
984
980
  ## 4.21.0 (9/18/2025 PST)
985
981
 
986
982
  - Prepare for open source release.
983
+
984
+ ---
985
+
986
+ <sub>Release entries above are generated by `nx release` from version plans. See the [NPM registry](https://www.npmjs.com/package/@coinbase/cds-illustrations) for published versions. `@coinbase/cds-illustrations` adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).</sub>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/cds-illustrations",
3
- "version": "4.48.0",
3
+ "version": "4.48.1",
4
4
  "description": "CDS illustrations",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,13 @@
32
32
  "@babel/preset-env": "^7.28.0",
33
33
  "@babel/preset-react": "^7.28.5",
34
34
  "@babel/preset-typescript": "^7.27.1",
35
+ "@cds/figma-api": "^0.0.0",
36
+ "@figma/rest-api-spec": "^0.34.0",
37
+ "@types/lodash": "^4.14.178",
35
38
  "chalk": "^4.1.2",
36
- "prettier": "^3.6.2"
39
+ "lodash": "^4.17.21",
40
+ "prettier": "^3.6.2",
41
+ "sharp": "^0.35.4",
42
+ "svgo": "^3.0.2"
37
43
  }
38
44
  }