@mobileaction/action-kit 1.55.1 → 1.55.2
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 +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.55.2](https://github.com/mobileaction/action-kit/compare/v1.55.1...v1.55.2) (2025-09-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **RVP-53:** Fix type exports ([f14defb](https://github.com/mobileaction/action-kit/commit/f14defb5a1bb10fe1fe02eb763962887f9d163ec))
|
|
11
|
+
|
|
5
12
|
## [1.55.1](https://github.com/mobileaction/action-kit/compare/v1.55.0...v1.55.1) (2025-09-15)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileaction/action-kit",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.55.
|
|
4
|
+
"version": "1.55.2",
|
|
5
5
|
"description": "UI Component library for Mobile Action.",
|
|
6
6
|
"author": "MobileAction",
|
|
7
7
|
"license": "MIT",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"exports": {
|
|
22
22
|
".": {
|
|
23
|
+
"types": "./dist/index.d.ts",
|
|
23
24
|
"import": "./dist/action-kit.mjs"
|
|
24
25
|
},
|
|
25
26
|
"./dist/style.css": "./dist/style.css",
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
"storybook": "9.0.15",
|
|
109
110
|
"tailwindcss": "^3.4.3",
|
|
110
111
|
"typescript": "^5.6.3",
|
|
111
|
-
"vite": "6.3.
|
|
112
|
+
"vite": "6.3.6",
|
|
112
113
|
"vite-plugin-dts": "^4.3.0",
|
|
113
114
|
"vite-svg-loader": "^5.1.0",
|
|
114
115
|
"vitest": "2.1.9",
|