@mobileaction/action-kit 1.33.0 → 1.33.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 +7 -0
- package/package.json +4 -3
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.33.1](https://github.com/mobileaction/action-kit/compare/v1.33.0...v1.33.1) (2024-08-21)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* **DUV-6365:** storybook actions upgrade & table.css file export ([3778d71](https://github.com/mobileaction/action-kit/commit/3778d71faa6879965ea19301cb6edd65d8b0ee4f))
|
|
11
|
+
|
|
5
12
|
## [1.33.0](https://github.com/mobileaction/action-kit/compare/v1.32.6...v1.33.0) (2024-08-21)
|
|
6
13
|
|
|
7
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileaction/action-kit",
|
|
3
|
-
"version": "1.33.
|
|
3
|
+
"version": "1.33.1",
|
|
4
4
|
"main": "dist/action-kit.js",
|
|
5
5
|
"module": "dist/action-kit.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"require": "./dist/action-kit.js",
|
|
10
10
|
"import": "./dist/action-kit.mjs"
|
|
11
11
|
},
|
|
12
|
-
"./dist/style.css": "./dist/style.css"
|
|
12
|
+
"./dist/style.css": "./dist/style.css",
|
|
13
|
+
"./dist/table.css": "./dist/table.css"
|
|
13
14
|
},
|
|
14
15
|
"sideEffects": false,
|
|
15
16
|
"files": [
|
|
@@ -121,4 +122,4 @@
|
|
|
121
122
|
"url": "https://github.com/mobileaction/action-kit/issues"
|
|
122
123
|
},
|
|
123
124
|
"homepage": "https://mobileaction.github.io/action-kit"
|
|
124
|
-
}
|
|
125
|
+
}
|