@ukic/codemod 1.2.4 → 1.2.6
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.2.6](https://github.com/mi6/ic-ui-kit/compare/@ukic/codemod@1.2.3...@ukic/codemod@1.2.6) (2025-10-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ukic/codemod
|
|
9
|
+
|
|
10
|
+
## [1.2.5](https://github.com/mi6/ic-ui-kit/compare/@ukic/codemod@1.2.3...@ukic/codemod@1.2.5) (2025-10-01)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @ukic/codemod
|
|
13
|
+
|
|
6
14
|
## [1.2.4](https://github.com/mi6/ic-ui-kit/compare/@ukic/codemod@1.2.3...@ukic/codemod@1.2.4) (2025-09-17)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @ukic/codemod
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/codemod",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.6",
|
|
4
4
|
"description": "Codemod tool to help assist users upgrading from v2 to v3 of the UKIC design system",
|
|
5
5
|
"bin": "./codemod.js",
|
|
6
6
|
"author": "mi6",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"@babel/preset-env": "^7.26.9",
|
|
27
27
|
"babel-jest": "^29.7.0"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "7218b39b3c6116e600c3e6ba9e785d0b2f3a390a"
|
|
30
30
|
}
|