@carbon/upgrade 11.45.0-rc.0 → 11.45.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
@@ -37575,7 +37575,7 @@ const upgrades = [
37575
37575
  //#endregion
37576
37576
  //#region package.json
37577
37577
  var name = "@carbon/upgrade";
37578
- var version = "11.45.0-rc.0";
37578
+ var version = "11.45.0";
37579
37579
  //#endregion
37580
37580
  //#region ../../node_modules/y18n/build/index.cjs
37581
37581
  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.45.0-rc.0",
4
+ "version": "11.45.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": "474482a993dff6b9085309aa4bc8484cf71b1612"
63
+ "gitHead": "acdc7d80f45eb01c892b1697403726c4dbc24a57"
64
64
  }