@synergy-design-system/assets 1.13.0 → 1.14.0

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 +14 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # [@synergy-design-system/assets-v1.14.0](https://github.com/synergy-design-system/synergy-design-system/compare/assets/1.13.1...assets/1.14.0) (2025-05-21)
2
+
3
+
4
+ ### Features
5
+
6
+ * ✨ Add variant="sticky" to syn-side-nav ([#855](https://github.com/synergy-design-system/synergy-design-system/issues/855)) ([0004497](https://github.com/synergy-design-system/synergy-design-system/commit/0004497ff3c35fab1de65fdd70730f5962ffd748))
7
+
8
+ # [@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)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 🐛 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))
14
+
1
15
  # [@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
16
 
3
17
 
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.7.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": "^20.17.17",
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.7.3",
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.0",
121
+ "version": "1.14.0",
122
122
  "scripts": {
123
123
  "build": "rimraf dist && tsc -b",
124
124
  "lint": "eslint .",