@carbon/upgrade 11.42.0-rc.0 → 11.42.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/cli.js +1 -1
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -44964,7 +44964,7 @@ const upgrades = [
44964
44964
  //#endregion
44965
44965
  //#region package.json
44966
44966
  var name = "@carbon/upgrade";
44967
- var version = "11.42.0-rc.0";
44967
+ var version = "11.42.0";
44968
44968
  //#endregion
44969
44969
  //#region ../../node_modules/y18n/build/index.cjs
44970
44970
  var require_build$3 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/upgrade",
3
3
  "description": "A tool for upgrading Carbon versions",
4
- "version": "11.42.0-rc.0",
4
+ "version": "11.42.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -60,5 +60,5 @@
60
60
  "@ibm/telemetry-js": "^1.5.0",
61
61
  "jscodeshift": "^17.0.0"
62
62
  },
63
- "gitHead": "a1848fc28d503f5f1cea72516f946d9140cd6399"
63
+ "gitHead": "a57cf8a896fe3fe09c5ab27648cd58947f37360a"
64
64
  }