@synergy-design-system/assets 1.16.0 → 1.16.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 +10 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/assets-v1.16.1](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.16.0...assets/1.16.1) (2025-06-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 Upgrade packages to latest versions ([#905](https://github.com/synergy-design-system/synergy-design-system/issues/905)) ([64de3cd](https://github.com/synergy-design-system/synergy-design-system/commit/64de3cd72f7ab3c7eeb727a9de85d9d980b27055))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/assets-v1.16.0](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.15.1...assets/1.16.0) (2025-06-06)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -8,16 +8,17 @@
|
|
|
8
8
|
},
|
|
9
9
|
"description": "Assets for the Synergy Design System",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@dotenvx/dotenvx": "^1.44.
|
|
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.
|
|
17
|
-
"@figma/rest-api-spec": "^0.
|
|
11
|
+
"@dotenvx/dotenvx": "^1.44.2",
|
|
12
|
+
"@figma-export/cli": "^6.2.2",
|
|
13
|
+
"@figma-export/core": "^6.2.2",
|
|
14
|
+
"@figma-export/output-components-as-svg": "^6.2.2",
|
|
15
|
+
"@figma-export/transform-svg-with-svgo": "^6.2.2",
|
|
16
|
+
"@figma-export/types": "^6.2.2",
|
|
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.15.32",
|
|
21
|
+
"eslint": "^8.57.1",
|
|
21
22
|
"rimraf": "^6.0.1",
|
|
22
23
|
"semantic-release": "^19.0.5",
|
|
23
24
|
"semantic-release-monorepo": "7.0.5",
|
|
@@ -117,7 +118,7 @@
|
|
|
117
118
|
},
|
|
118
119
|
"type": "module",
|
|
119
120
|
"types": "./dist/index.d.ts",
|
|
120
|
-
"version": "1.16.
|
|
121
|
+
"version": "1.16.1",
|
|
121
122
|
"scripts": {
|
|
122
123
|
"build": "rimraf dist && tsc -b",
|
|
123
124
|
"build:all": "pnpm clean && pnpm fetch-assets && pnpm fetch-components-thumbnails && pnpm build && pnpm create-licenses",
|