@mobileaction/action-kit 1.54.5-beta.2 → 1.55.0

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 +28 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,34 @@
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.0](https://github.com/mobileaction/action-kit/compare/v1.54.5...v1.55.0) (2025-09-09)
6
+
7
+
8
+ ### Features
9
+
10
+ * **DUV-8366:** countries list and funct added ([f0340af](https://github.com/mobileaction/action-kit/commit/f0340afeee8bd7a9e832ca72dc4aa00f54387769))
11
+ * **DUV-8366:** country logic implementation ([889fc65](https://github.com/mobileaction/action-kit/commit/889fc65e7424ca8c8cc2e64b068cb0b26ac959ef))
12
+ * **DUV-8366:** country logic implementation ([e05c850](https://github.com/mobileaction/action-kit/commit/e05c85058f31571ed7c6ac32938b349a722a5a13))
13
+ * **DUV-8366:** country logic implementation ([7a27fe3](https://github.com/mobileaction/action-kit/commit/7a27fe32002930edb42642c4f84f85df48d64ad8))
14
+ * **DUV-8366:** country logic implementation ([9aacadb](https://github.com/mobileaction/action-kit/commit/9aacadb5a859bbce6e8bb328b9efbcf1933cad6c))
15
+ * **DUV-8366:** country logic test implementation ([ef05b18](https://github.com/mobileaction/action-kit/commit/ef05b187c8ce1cc3f71e3d42d60fd0bbbbf63d90))
16
+ * **DUV-8366:** country mdx file added ([b46409f](https://github.com/mobileaction/action-kit/commit/b46409f6aa9be36d88893fe4e6e5e2bc7f711a5d))
17
+ * **DUV-8366:** country mdx file added ([0dd0073](https://github.com/mobileaction/action-kit/commit/0dd00739a6ccc4ce4a5e30af8304d9bf8e3dbc13))
18
+ * **DUV-8366:** country mdx file added ([4589610](https://github.com/mobileaction/action-kit/commit/4589610efb9728ce211bd50b971225e010d0c939))
19
+ * **DUV-8366:** country mdx file added ([e0944f5](https://github.com/mobileaction/action-kit/commit/e0944f5046e578f911fb1f6683879817943e2bfb))
20
+ * **DUV-8366:** review fixes ([60f6bc3](https://github.com/mobileaction/action-kit/commit/60f6bc3fb42fd731aa362c194e80af0bb0e7b633))
21
+ * **DUV-8366:** review fixes ([7af9158](https://github.com/mobileaction/action-kit/commit/7af915893544415727883109e2daaa771933e5f4))
22
+
23
+
24
+ ### Bug Fixes
25
+
26
+ * **DUV-8366:** refactor ([29a82e1](https://github.com/mobileaction/action-kit/commit/29a82e14e8b5d2d44fba117cc9c8907d6cccf86e))
27
+ * **DUV-8366:** refactor ([127dd43](https://github.com/mobileaction/action-kit/commit/127dd433ac269f81b02c3a57eb9ffc436caef162))
28
+ * **DUV-8366:** review fixes ([7b78fcb](https://github.com/mobileaction/action-kit/commit/7b78fcb7a3d0c233ac740e9a321356c767457e37))
29
+ * **DUV-8366:** review fixes ([a489397](https://github.com/mobileaction/action-kit/commit/a48939707a9846a36aace260c6b6bc709f8daaec))
30
+ * **DUV-8366:** review fixes ([5ddbdd9](https://github.com/mobileaction/action-kit/commit/5ddbdd918e134597479d92c9356f3492d85049a1))
31
+ * **DUV-8366:** review fixes ([ec4ff3c](https://github.com/mobileaction/action-kit/commit/ec4ff3c5e9a6a4a3f51c5d35fcb3058078618c45))
32
+
5
33
  ## [1.54.5](https://github.com/mobileaction/action-kit/compare/v1.54.4...v1.54.5) (2025-08-27)
6
34
 
7
35
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.54.5-beta.2",
4
+ "version": "1.55.0",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",