@synergy-design-system/assets 2.0.0 → 2.0.2
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 +16 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1223](https://github.com/synergy-design-system/synergy-design-system/pull/1223) [`60b2845`](https://github.com/synergy-design-system/synergy-design-system/commit/60b2845fc089c2508f7e4a2b068b359fad166288) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-03-09
|
|
8
|
+
|
|
9
|
+
fix: 🐛 dependency updates (#258)
|
|
10
|
+
|
|
11
|
+
## 2.0.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1182](https://github.com/synergy-design-system/synergy-design-system/pull/1182) [`460f8c2`](https://github.com/synergy-design-system/synergy-design-system/commit/460f8c22dfdc305d3990ba0af4b4aefc451fa8ea) Thanks [@kirchsuSICKAG](https://github.com/kirchsuSICKAG)! - Released on: 2026-02-19
|
|
16
|
+
|
|
17
|
+
fix: 🐛 Dependency updates (#258)
|
|
18
|
+
|
|
3
19
|
## 2.0.0
|
|
4
20
|
|
|
5
21
|
### Major Changes
|
package/package.json
CHANGED
|
@@ -8,18 +8,18 @@
|
|
|
8
8
|
},
|
|
9
9
|
"description": "Assets for the Synergy Design System",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@dotenvx/dotenvx": "^1.
|
|
12
|
-
"@figma-export/cli": "^6.
|
|
13
|
-
"@figma-export/core": "^6.
|
|
14
|
-
"@figma-export/output-components-as-svg": "^6.
|
|
15
|
-
"@figma-export/transform-svg-with-svgo": "^6.
|
|
16
|
-
"@figma-export/types": "^6.
|
|
17
|
-
"@figma/rest-api-spec": "^0.
|
|
18
|
-
"@types/node": "^24.
|
|
19
|
-
"cheerio": "^1.
|
|
20
|
-
"eslint": "^9.39.
|
|
21
|
-
"rimraf": "^6.1.
|
|
22
|
-
"svgo": "^
|
|
11
|
+
"@dotenvx/dotenvx": "^1.54.1",
|
|
12
|
+
"@figma-export/cli": "^6.4.0",
|
|
13
|
+
"@figma-export/core": "^6.4.0",
|
|
14
|
+
"@figma-export/output-components-as-svg": "^6.4.0",
|
|
15
|
+
"@figma-export/transform-svg-with-svgo": "^6.4.0",
|
|
16
|
+
"@figma-export/types": "^6.4.0",
|
|
17
|
+
"@figma/rest-api-spec": "^0.36.0",
|
|
18
|
+
"@types/node": "^24.12.0",
|
|
19
|
+
"cheerio": "^1.2.0",
|
|
20
|
+
"eslint": "^9.39.4",
|
|
21
|
+
"rimraf": "^6.1.3",
|
|
22
|
+
"svgo": "^4.0.1",
|
|
23
23
|
"typescript": "^5.9.3",
|
|
24
24
|
"@synergy-design-system/eslint-config-syn": "0.1.0"
|
|
25
25
|
},
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"type": "module",
|
|
85
85
|
"types": "./dist/index.d.ts",
|
|
86
|
-
"version": "2.0.
|
|
86
|
+
"version": "2.0.2",
|
|
87
87
|
"scripts": {
|
|
88
88
|
"build": "rimraf dist && tsc -b",
|
|
89
89
|
"build:all": "pnpm clean && pnpm fetch-assets && pnpm create-default-icon-exports && pnpm build && pnpm create-licenses && pnpm create-migration-iconset",
|