@mobileaction/action-kit 1.55.4-beta.0 → 1.55.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
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.5](https://github.com/mobileaction/action-kit/compare/v1.55.4...v1.55.5) (2025-10-13)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **DUV-8534:** Ellipsis component story improvement ([8ed50c9](https://github.com/mobileaction/action-kit/commit/8ed50c96089bc54380635ea0322f50fda88b6f2b))
11
+ * **DUV-8534:** MaEllipsis overflow detection in positioned containers (popovers) ([0875f54](https://github.com/mobileaction/action-kit/commit/0875f54ab5663bb0a1ec4c264b29c9d312acdcaf))
12
+
5
13
  ## [1.55.4](https://github.com/mobileaction/action-kit/compare/v1.55.3...v1.55.4) (2025-10-02)
6
14
 
7
15
 
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-beta.0",
4
+ "version": "1.55.5",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -109,7 +109,7 @@
109
109
  "storybook": "9.0.15",
110
110
  "tailwindcss": "^3.4.3",
111
111
  "typescript": "^5.6.3",
112
- "vite": "6.3.6",
112
+ "vite": "7.0.7",
113
113
  "vite-plugin-dts": "^4.3.0",
114
114
  "vite-svg-loader": "^5.1.0",
115
115
  "vitest": "2.1.9",