@carbon/upgrade 11.25.0-rc.0 → 11.25.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
@@ -53048,7 +53048,7 @@ var upgrades = [
53048
53048
  var package_default = {
53049
53049
  name: "@carbon/upgrade",
53050
53050
  description: "A tool for upgrading Carbon versions",
53051
- version: "11.25.0-rc.0",
53051
+ version: "11.25.0",
53052
53052
  license: "Apache-2.0",
53053
53053
  bin: {
53054
53054
  "carbon-upgrade": "./bin/carbon-upgrade.js"
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.25.0-rc.0",
4
+ "version": "11.25.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -61,5 +61,5 @@
61
61
  "@ibm/telemetry-js": "^1.5.0",
62
62
  "jscodeshift": "^17.0.0"
63
63
  },
64
- "gitHead": "9134345acdba15a2406b4a7df9781bccf0a32ab6"
64
+ "gitHead": "7ffd4731509c6e3d768cfb9029478b27db8f807d"
65
65
  }