@carbon/upgrade 11.10.0-rc.0 → 11.10.1

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
@@ -54164,7 +54164,7 @@ var upgrades = [
54164
54164
  var package_default = {
54165
54165
  name: "@carbon/upgrade",
54166
54166
  description: "A tool for upgrading Carbon versions",
54167
- version: "11.10.0-rc.0",
54167
+ version: "11.10.1",
54168
54168
  license: "Apache-2.0",
54169
54169
  bin: {
54170
54170
  "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.10.0-rc.0",
4
+ "version": "11.10.1",
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": "52fd3db75951b341e4abb3af2e7441da6639bfa4"
60
+ "gitHead": "22b28f5d05e6caa4565e4e84308abcf2fd977aec"
61
61
  }