@o2project/design-system 1.5.65 → 1.5.67
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.5.67](https://github.com/o2project/design-system/compare/v1.5.66...v1.5.67) (2026-09-09)
|
|
2
|
+
|
|
3
|
+
### 📚 Some changes
|
|
4
|
+
|
|
5
|
+
* **deps:** update actions/setup-node action to v7 ([a6d1a8c](https://github.com/o2project/design-system/commit/a6d1a8c7e8ec280491f14c7c779526a3adb098ef))
|
|
6
|
+
* **deps:** update dependency tsx to v4.23.13 ([aad00af](https://github.com/o2project/design-system/commit/aad00af51a7a3b1cc48ebfb9056b2aa507ae5e3a))
|
|
7
|
+
|
|
8
|
+
## [1.5.66](https://github.com/o2project/design-system/compare/v1.5.65...v1.5.66) (2026-09-08)
|
|
9
|
+
|
|
10
|
+
### 📚 Some changes
|
|
11
|
+
|
|
12
|
+
* **deps:** update actions/checkout action to v6.1.0 ([228838e](https://github.com/o2project/design-system/commit/228838e9aeb170b1ae625194c82ce03bfb339657))
|
|
13
|
+
* **deps:** update dependency bun to v1.4.2 ([104498d](https://github.com/o2project/design-system/commit/104498dbc34fe2b102dc3bfef0d110774888607a))
|
|
14
|
+
* **deps:** update dependency semantic-release to v25.0.9 ([3437f23](https://github.com/o2project/design-system/commit/3437f23f4158a922d0bf98a1b6800fd79f3861f2))
|
|
15
|
+
|
|
1
16
|
## [1.5.65](https://github.com/o2project/design-system/compare/v1.5.64...v1.5.65) (2026-09-08)
|
|
2
17
|
|
|
3
18
|
### 📚 Some changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o2project/design-system",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.67",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Design system for O2 Project",
|
|
6
6
|
"publishConfig": {
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"postcss": "8.5.28",
|
|
63
63
|
"prettier": "3.9.6",
|
|
64
64
|
"prop-types": "15.8.1",
|
|
65
|
-
"semantic-release": "25.0.
|
|
65
|
+
"semantic-release": "25.0.9",
|
|
66
66
|
"storybook": "10.6.0",
|
|
67
|
-
"tsx": "4.
|
|
67
|
+
"tsx": "4.23.13",
|
|
68
68
|
"typescript": "5.9.3",
|
|
69
69
|
"typescript-eslint": "8.69.0"
|
|
70
70
|
}
|