@carbon/upgrade 11.40.0-rc.0 → 11.40.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
@@ -44793,7 +44793,7 @@ const upgrades = [
44793
44793
  //#endregion
44794
44794
  //#region package.json
44795
44795
  var name = "@carbon/upgrade";
44796
- var version = "11.40.0-rc.0";
44796
+ var version = "11.40.0";
44797
44797
  //#endregion
44798
44798
  //#region ../../node_modules/y18n/build/index.cjs
44799
44799
  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.40.0-rc.0",
4
+ "version": "11.40.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": "b23ca747c33b76557a54aa88b6df70bc76f55da9"
63
+ "gitHead": "5bb41d341768785b898851fde30731cb31b981c2"
64
64
  }