@carbon/upgrade 11.11.0-rc.0 → 11.11.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
@@ -53929,7 +53929,7 @@ var upgrades = [
53929
53929
  var package_default = {
53930
53930
  name: "@carbon/upgrade",
53931
53931
  description: "A tool for upgrading Carbon versions",
53932
- version: "11.11.0-rc.0",
53932
+ version: "11.11.0",
53933
53933
  license: "Apache-2.0",
53934
53934
  bin: {
53935
53935
  "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.11.0-rc.0",
4
+ "version": "11.11.0",
5
5
  "license": "Apache-2.0",
6
6
  "bin": {
7
7
  "carbon-upgrade": "./bin/carbon-upgrade.js"
@@ -58,5 +58,5 @@
58
58
  "dependencies": {
59
59
  "jscodeshift": "^0.13.1"
60
60
  },
61
- "gitHead": "39f36c63d5cb77a525e0a82f0e565b8d6ef658e9"
61
+ "gitHead": "f9ac32a70a209100bb30ed41edc39c596eae7956"
62
62
  }