@o2project/design-system 1.3.0 → 1.3.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 +6 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.3.1](https://github.com/o2project/design-system/compare/v1.3.0...v1.3.1) (2026-01-08)
|
|
2
|
+
|
|
3
|
+
### 📚 Some changes
|
|
4
|
+
|
|
5
|
+
* **deps:** update actions/checkout action to v5.0.1 ([#9](https://github.com/o2project/design-system/issues/9)) ([7c75cee](https://github.com/o2project/design-system/commit/7c75ceedfe52a127818d09bb97cec21c6bfb9947))
|
|
6
|
+
|
|
1
7
|
## [1.3.0](https://github.com/o2project/design-system/compare/v1.2.2...v1.3.0) (2026-01-06)
|
|
2
8
|
|
|
3
9
|
### ✨ Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o2project/design-system",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Design system for O2 Project",
|
|
6
6
|
"publishConfig": {
|
|
@@ -22,38 +22,38 @@
|
|
|
22
22
|
"author": "O2 Project",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"tailwindcss": "4.1.
|
|
25
|
+
"tailwindcss": "4.1.18"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@eslint/js": "9.39.
|
|
29
|
-
"@kubosho/configs": "6.5.
|
|
28
|
+
"@eslint/js": "9.39.2",
|
|
29
|
+
"@kubosho/configs": "6.5.15",
|
|
30
30
|
"@semantic-release/changelog": "6.0.3",
|
|
31
31
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
32
32
|
"@semantic-release/git": "10.0.1",
|
|
33
33
|
"@semantic-release/github": "12.0.2",
|
|
34
|
-
"@semantic-release/npm": "13.1.
|
|
34
|
+
"@semantic-release/npm": "13.1.3",
|
|
35
35
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
36
|
-
"@storybook/addon-docs": "10.0.
|
|
37
|
-
"@storybook/addon-onboarding": "10.0.
|
|
38
|
-
"@storybook/react-vite": "10.0.
|
|
39
|
-
"@tailwindcss/postcss": "4.1.
|
|
40
|
-
"@types/react": "19.2.
|
|
41
|
-
"@types/react-dom": "19.2.
|
|
36
|
+
"@storybook/addon-docs": "10.0.8",
|
|
37
|
+
"@storybook/addon-onboarding": "10.0.8",
|
|
38
|
+
"@storybook/react-vite": "10.0.8",
|
|
39
|
+
"@tailwindcss/postcss": "4.1.18",
|
|
40
|
+
"@types/react": "19.2.7",
|
|
41
|
+
"@types/react-dom": "19.2.3",
|
|
42
42
|
"conventional-changelog-conventionalcommits": "9.1.0",
|
|
43
|
-
"eslint": "9.39.
|
|
43
|
+
"eslint": "9.39.2",
|
|
44
44
|
"eslint-config-prettier": "10.1.8",
|
|
45
45
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
46
46
|
"eslint-plugin-import": "2.32.0",
|
|
47
47
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
48
48
|
"eslint-plugin-react": "7.37.5",
|
|
49
49
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
50
|
-
"eslint-plugin-storybook": "10.0.
|
|
50
|
+
"eslint-plugin-storybook": "10.0.8",
|
|
51
51
|
"postcss": "8.5.6",
|
|
52
52
|
"prettier": "3.6.2",
|
|
53
53
|
"prop-types": "15.8.1",
|
|
54
54
|
"semantic-release": "25.0.2",
|
|
55
|
-
"storybook": "10.0.
|
|
55
|
+
"storybook": "10.0.8",
|
|
56
56
|
"typescript": "5.9.3",
|
|
57
|
-
"typescript-eslint": "8.46.
|
|
57
|
+
"typescript-eslint": "8.46.4"
|
|
58
58
|
}
|
|
59
59
|
}
|