@synergy-design-system/styles 1.9.0 → 1.9.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 +11 -0
- package/dist/index.css +1 -1
- package/dist/link-list.css +1 -1
- package/dist/link.css +1 -1
- package/dist/tables.css +1 -1
- package/dist/typography.css +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.9.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1148](https://github.com/synergy-design-system/synergy-design-system/pull/1148) [`73b7011`](https://github.com/synergy-design-system/synergy-design-system/commit/73b70118ae21bc58c83cbfeb9e2e8447873803a6) Thanks [@schilchSICKAG](https://github.com/schilchSICKAG)! - Released on: 2026-01-08
|
|
8
|
+
|
|
9
|
+
fix: 🐛 Minor dependency updates (#258)
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`73b7011`](https://github.com/synergy-design-system/synergy-design-system/commit/73b70118ae21bc58c83cbfeb9e2e8447873803a6)]:
|
|
12
|
+
- @synergy-design-system/tokens@2.48.2
|
|
13
|
+
|
|
3
14
|
## 1.9.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/dist/index.css
CHANGED
package/dist/link-list.css
CHANGED
package/dist/link.css
CHANGED
package/dist/tables.css
CHANGED
package/dist/typography.css
CHANGED
package/package.json
CHANGED
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"directory": "packages/styles"
|
|
30
30
|
},
|
|
31
31
|
"type": "module",
|
|
32
|
-
"version": "1.9.
|
|
32
|
+
"version": "1.9.1",
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"del": "^8.0.1",
|
|
35
|
-
"eslint": "^
|
|
36
|
-
"globby": "^
|
|
37
|
-
"ora": "^
|
|
35
|
+
"eslint": "^9.39.2",
|
|
36
|
+
"globby": "^16.1.0",
|
|
37
|
+
"ora": "^9.0.0",
|
|
38
38
|
"postcss": "^8.5.6",
|
|
39
39
|
"postcss-cli": "^11.0.1",
|
|
40
40
|
"postcss-header": "^3.0.3",
|
|
41
41
|
"postcss-import": "^16.1.1",
|
|
42
|
-
"prettier": "^3.
|
|
43
|
-
"stylelint": "^16.
|
|
42
|
+
"prettier": "^3.7.4",
|
|
43
|
+
"stylelint": "^16.26.1",
|
|
44
44
|
"@synergy-design-system/eslint-config-syn": "^0.1.0",
|
|
45
45
|
"@synergy-design-system/stylelint-config-syn": "^0.1.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@synergy-design-system/tokens": "^2.
|
|
48
|
+
"@synergy-design-system/tokens": "^2.48.2"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
51
51
|
"start": "pnpm build",
|