@synergy-design-system/assets 1.20.0 → 1.20.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.
- package/CHANGELOG.md +7 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/assets-v1.20.1](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.20.0...assets/1.20.1) (2025-10-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 Upgrade packages to latest versions - 10/25 ([#1035](https://github.com/synergy-design-system/synergy-design-system/issues/1035)) ([2fb5693](https://github.com/synergy-design-system/synergy-design-system/commit/2fb5693e536df706ea2c99a8ffc6e4d853442bbf))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/assets-v1.20.0](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.19.0...assets/1.20.0) (2025-10-02)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -8,22 +8,22 @@
|
|
|
8
8
|
},
|
|
9
9
|
"description": "Assets for the Synergy Design System",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@dotenvx/dotenvx": "^1.
|
|
12
|
-
"@figma-export/cli": "^6.2.
|
|
13
|
-
"@figma-export/core": "^6.2.
|
|
14
|
-
"@figma-export/output-components-as-svg": "^6.2.
|
|
15
|
-
"@figma-export/transform-svg-with-svgo": "^6.2.
|
|
16
|
-
"@figma-export/types": "^6.2.
|
|
11
|
+
"@dotenvx/dotenvx": "^1.51.0",
|
|
12
|
+
"@figma-export/cli": "^6.2.3",
|
|
13
|
+
"@figma-export/core": "^6.2.3",
|
|
14
|
+
"@figma-export/output-components-as-svg": "^6.2.3",
|
|
15
|
+
"@figma-export/transform-svg-with-svgo": "^6.2.3",
|
|
16
|
+
"@figma-export/types": "^6.2.3",
|
|
17
17
|
"@figma/rest-api-spec": "^0.31.0",
|
|
18
18
|
"@semantic-release/changelog": "^6.0.3",
|
|
19
19
|
"@semantic-release/git": "^10.0.1",
|
|
20
|
-
"@types/node": "^22.
|
|
20
|
+
"@types/node": "^22.18.8",
|
|
21
21
|
"eslint": "^8.57.1",
|
|
22
22
|
"rimraf": "^6.0.1",
|
|
23
23
|
"semantic-release": "^19.0.5",
|
|
24
24
|
"semantic-release-monorepo": "7.0.5",
|
|
25
25
|
"svgo": "^3.3.2",
|
|
26
|
-
"typescript": "^5.
|
|
26
|
+
"typescript": "^5.9.3",
|
|
27
27
|
"@synergy-design-system/eslint-config-syn": "0.1.0"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"type": "module",
|
|
129
129
|
"types": "./dist/index.d.ts",
|
|
130
|
-
"version": "1.20.
|
|
130
|
+
"version": "1.20.1",
|
|
131
131
|
"scripts": {
|
|
132
132
|
"build": "rimraf dist && tsc -b",
|
|
133
133
|
"build:all": "pnpm clean && pnpm fetch-assets && pnpm fetch-components-thumbnails && pnpm build && pnpm create-licenses",
|