@shopify/oxygen-cli 2.6.2-unstable.202311101049.0 → 2.6.2

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/oxygen-cli
2
2
 
3
+ ## 2.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 75c53ca: Update @shopify/cli-kit from 3.50.2 to 3.51.0
8
+
3
9
  ## 2.6.1
4
10
 
5
11
  ### Patch Changes
@@ -167,5 +167,5 @@
167
167
  ]
168
168
  }
169
169
  },
170
- "version": "2.6.2-unstable.202311101049.0"
170
+ "version": "2.6.2"
171
171
  }
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "@shopify:registry": "https://registry.npmjs.org"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "2.6.2-unstable.202311101049.0",
8
+ "version": "2.6.2",
9
9
  "type": "module",
10
10
  "scripts": {
11
11
  "build": "tsup --sourcemap --clean --config ./tsup.config.ts && oclif manifest",
@@ -40,7 +40,7 @@
40
40
  "@bugsnag/js": "^7.21.0",
41
41
  "@bugsnag/node": "^7.19.0",
42
42
  "@oclif/core": "2.11.7",
43
- "@shopify/cli-kit": "^3.50.2",
43
+ "@shopify/cli-kit": "^3.51.0",
44
44
  "async": "^3.2.5"
45
45
  },
46
46
  "devDependencies": {