@carbon/upgrade 11.9.0-rc.0 → 11.9.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
@@ -54069,7 +54069,7 @@ var upgrades = [
54069
54069
  var package_default = {
54070
54070
  name: "@carbon/upgrade",
54071
54071
  description: "A tool for upgrading Carbon versions",
54072
- version: "11.9.0-rc.0",
54072
+ version: "11.9.0",
54073
54073
  license: "Apache-2.0",
54074
54074
  bin: {
54075
54075
  "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.9.0-rc.0",
4
+ "version": "11.9.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -57,5 +57,5 @@
57
57
  "dependencies": {
58
58
  "jscodeshift": "^0.13.1"
59
59
  },
60
- "gitHead": "b9e28c4e35eeddf4ecc3261630a8f3fecc7012d4"
60
+ "gitHead": "3a58934eed5588f5e8ee1facbb09584a41adc089"
61
61
  }