@ukic/codemod 1.2.1 → 1.2.3
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 +10 -0
- package/README.md +1 -0
- package/data/data.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
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.3](https://github.com/mi6/ic-ui-kit/compare/@ukic/codemod@1.2.2...@ukic/codemod@1.2.3) (2025-07-24)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- **codemod:** capitilise icDialog to catch the buttons -> hideDefaultControls change ([007ee87](https://github.com/mi6/ic-ui-kit/commit/007ee87e0c025115bb0470122df054bcb9e34518)), closes [#3562](https://github.com/mi6/ic-ui-kit/issues/3562)
|
|
11
|
+
|
|
12
|
+
## [1.2.2](https://github.com/mi6/ic-ui-kit/compare/@ukic/codemod@1.2.1...@ukic/codemod@1.2.2) (2025-07-09)
|
|
13
|
+
|
|
14
|
+
**Note:** Version bump only for package @ukic/codemod
|
|
15
|
+
|
|
6
16
|
## [1.2.1](https://github.com/mi6/ic-ui-kit/compare/@ukic/codemod@1.2.0...@ukic/codemod@1.2.1) (2025-05-28)
|
|
7
17
|
|
|
8
18
|
**Note:** Version bump only for package @ukic/codemod
|
package/README.md
CHANGED
|
@@ -60,6 +60,7 @@ Visit our websites to learn more about:
|
|
|
60
60
|
- The [Secret Intelligence Service (MI6)](https://www.sis.gov.uk).
|
|
61
61
|
- The [Government Communications Headquarters (GCHQ)](https://www.gchq.gov.uk).
|
|
62
62
|
- The [Security Service (MI5)](https://www.mi5.gov.uk).
|
|
63
|
+
- [His Majesty's Government Communications Centre (HMGCC)](https://www.hmgcc.gov.uk)- our national security partner.
|
|
63
64
|
|
|
64
65
|
|
|
65
66
|
## License
|
package/data/data.js
CHANGED
|
@@ -457,7 +457,7 @@ export const changes = {
|
|
|
457
457
|
IcLink: [appearanceDark, appearanceLight, appearanceDefault],
|
|
458
458
|
IcPageHeader: [sizeDefault, sizeSmall, sizeSmallAbsolute],
|
|
459
459
|
IcRadioGroup: [sizeDefault, sizeSmall, sizeSmallAbsolute],
|
|
460
|
-
|
|
460
|
+
IcDialog: [
|
|
461
461
|
{
|
|
462
462
|
v2: `buttons=[{]?["']true['"][}]?`,
|
|
463
463
|
v3: `hideDefaultControls="false"`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/codemod",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.3",
|
|
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": "8dda3100111ba9731294bca0a22cdd04b128deaf"
|
|
30
30
|
}
|