@synergy-design-system/assets 1.13.0 → 1.13.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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [@synergy-design-system/assets-v1.13.1](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.13.0...assets/1.13.1) (2025-03-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* 🐛 Upgrade packages to latest versions ([#830](https://github.com/synergy-design-system/synergy-design-system/issues/830)) ([f5fe54f](https://github.com/synergy-design-system/synergy-design-system/commit/f5fe54fb55732b1e3efdf3062d55ee517aef4e81))
|
|
7
|
+
|
|
1
8
|
# [@synergy-design-system/assets-v1.13.0](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.12.0...assets/1.13.0) (2025-03-11)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -8,10 +8,10 @@
|
|
|
8
8
|
},
|
|
9
9
|
"description": "Assets for the Synergy Design System",
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@clack/prompts": "^0.
|
|
11
|
+
"@clack/prompts": "^0.10.0",
|
|
12
12
|
"@semantic-release/changelog": "^6.0.3",
|
|
13
13
|
"@semantic-release/git": "^10.0.1",
|
|
14
|
-
"@types/node": "^
|
|
14
|
+
"@types/node": "^22.13.14",
|
|
15
15
|
"chalk": "^5.4.1",
|
|
16
16
|
"dotenv": "^16.4.7",
|
|
17
17
|
"eslint": "^8.57.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"semantic-release": "^19.0.5",
|
|
22
22
|
"semantic-release-monorepo": "7.0.5",
|
|
23
23
|
"svgo": "^3.3.2",
|
|
24
|
-
"typescript": "^5.
|
|
24
|
+
"typescript": "^5.8.2",
|
|
25
25
|
"@synergy-design-system/eslint-config-syn": "0.1.0"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
]
|
|
119
119
|
},
|
|
120
120
|
"type": "module",
|
|
121
|
-
"version": "1.13.
|
|
121
|
+
"version": "1.13.1",
|
|
122
122
|
"scripts": {
|
|
123
123
|
"build": "rimraf dist && tsc -b",
|
|
124
124
|
"lint": "eslint .",
|