Skip to content

Commit

Permalink
Merge pull request #525 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
gonzaloriestra authored Sep 23, 2022
2 parents 78ee13a + 5ebab29 commit 9dcf7cd
Show file tree
Hide file tree
Showing 30 changed files with 117 additions and 40 deletions.
6 changes: 0 additions & 6 deletions .changeset/fluffy-forks-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-deers-play.md

This file was deleted.

9 changes: 9 additions & 0 deletions fixtures/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# app

## 3.14.0

### Patch Changes

- Updated dependencies [1dba11ec]
- Updated dependencies [ddba7e55]
- @shopify/cli@3.14.0
- @shopify/app@3.14.0

## 3.13.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions fixtures/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/fixtures-app",
"version": "3.13.1",
"version": "3.14.0",
"main": "web/backend/index.js",
"license": "UNLICENSED",
"private": true,
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@shopify/admin-ui-extensions-react": "^1.0.1",
"@shopify/app": "3.13.1",
"@shopify/app": "3.14.0",
"@shopify/checkout-ui-extensions-react": "^0.19.0",
"@shopify/cli": "3.13.1",
"@shopify/cli": "3.14.0",
"@shopify/post-purchase-ui-extensions-react": "^0.13.3",
"@shopify/web-pixels-extension": "^0.1.1",
"react": "^17.0.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopify/app

## 3.14.0

### Minor Changes

- ddba7e55: Use tunnel by default again (temporary change)

### Patch Changes

- Updated dependencies [1dba11ec]
- @shopify/cli-kit@3.14.0
- @shopify/shopify-cli-extensions@3.14.0

## 3.13.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/app",
"version": "3.13.1",
"version": "3.14.0",
"description": "Utilities for loading, building, and publishing apps.",
"homepage": "https://github.com/shopify/cli#readme",
"bugs": {
Expand Down Expand Up @@ -54,8 +54,8 @@
"dependencies": {
"@luckycatfactory/esbuild-graphql-loader": "3.7.0",
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.13.1",
"@shopify/shopify-cli-extensions": "3.13.1",
"@shopify/cli-kit": "3.14.0",
"@shopify/shopify-cli-extensions": "3.14.0",
"http-proxy": "^1.18.1",
"diff": "^5.1.0",
"esbuild": "0.15.7"
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/cli-hydrogen

## 3.14.0

### Patch Changes

- Updated dependencies [1dba11ec]
- @shopify/cli-kit@3.14.0

## 3.13.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli-hydrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-hydrogen",
"version": "3.13.1",
"version": "3.14.0",
"private": false,
"description": "Commands for building Hydrogen storefronts",
"bugs": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"@types/prettier": "^2.6.3",
"prettier": "^2.6.1",
"vite": "^2.9.13",
"@shopify/cli-kit": "3.13.1",
"@shopify/cli-kit": "3.14.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"typescript": "^4.7.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/cli-kit

## 3.14.0

### Minor Changes

- 1dba11ec: Support upgrade of a globally installed CLI

## 3.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli-kit",
"version": "3.13.1",
"version": "3.14.0",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
"keywords": [
Expand Down
12 changes: 12 additions & 0 deletions packages/cli-main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @shopify/cli

## 3.14.0

### Minor Changes

- 1dba11ec: Support upgrade of a globally installed CLI

### Patch Changes

- Updated dependencies [1dba11ec]
- @shopify/cli-kit@3.14.0
- @shopify/plugin-ngrok@3.14.0

## 3.13.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cli-main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/cli",
"version": "3.13.1",
"version": "3.14.0",
"private": false,
"description": "A CLI tool to build for the Shopify platform",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@oclif/core": "1.9.2",
"@oclif/plugin-help": "^5.1.12",
"@oclif/plugin-plugins": "^2.1.0",
"@shopify/plugin-ngrok": "^3.13.1",
"@shopify/cli-kit": "3.13.1"
"@shopify/plugin-ngrok": "^3.14.0",
"@shopify/cli-kit": "3.14.0"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/create-app

## 3.14.0

### Patch Changes

- Updated dependencies [1dba11ec]
- @shopify/cli-kit@3.14.0

## 3.13.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/create-app",
"version": "3.13.1",
"version": "3.14.0",
"private": false,
"description": "A CLI tool to create a new Shopify app.",
"type": "module",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.13.1"
"@shopify/cli-kit": "3.14.0"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
7 changes: 7 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/create-hydrogen

## 3.14.0

### Patch Changes

- Updated dependencies [1dba11ec]
- @shopify/cli-kit@3.14.0

## 3.13.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create-hydrogen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/create-hydrogen",
"version": "3.13.1",
"version": "3.14.0",
"private": false,
"description": "A CLI tool to create a new Shopify hydrogen app.",
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.13.1",
"@shopify/cli-kit": "3.14.0",
"download": "8.0.0"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-ngrok/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/plugin-ngrok

## 3.14.0

### Patch Changes

- Updated dependencies [1dba11ec]
- @shopify/cli-kit@3.14.0

## 3.13.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-ngrok/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/plugin-ngrok",
"version": "3.13.1",
"version": "3.14.0",
"description": "Enables the creation of ngrok tunnels from `shopify app dev`, allowing previews from any device",
"keywords": [
"shopify",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.13.1",
"@shopify/cli-kit": "3.14.0",
"@shopify/ngrok": "^4.3.2"
},
"eslintConfig": {
Expand Down
7 changes: 7 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/theme

## 3.14.0

### Patch Changes

- Updated dependencies [1dba11ec]
- @shopify/cli-kit@3.14.0

## 3.13.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme",
"version": "3.13.1",
"version": "3.14.0",
"private": false,
"description": "Utilities for building and publishing themes",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.13.1"
"@shopify/cli-kit": "3.14.0"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-extensions-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/shopify-cli-extensions

## 3.14.0

## 3.13.1

## 3.13.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/shopify-cli-extensions",
"author": "Shopify <[email protected]>",
"version": "3.13.1",
"version": "3.14.0",
"description": "A command line tool to build UI extensions",
"license": "MIT",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-extensions-dev-console/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/ui-extensions-dev-console-app

## 3.14.0

### Patch Changes

- @shopify/ui-extensions-server-kit@3.14.0

## 3.13.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ui-extensions-dev-console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@shopify/ui-extensions-dev-console-app",
"version": "3.13.1",
"version": "3.14.0",
"scripts": {
"build": "nx build",
"clean": "nx clean",
Expand All @@ -16,7 +16,7 @@
"@shopify/polaris": "^6.6.0",
"@shopify/polaris-icons": "^4.6.2",
"@shopify/react-i18n": "^6.1.0",
"@shopify/ui-extensions-server-kit": "3.13.1",
"@shopify/ui-extensions-server-kit": "3.14.0",
"@vitejs/plugin-react": "^2.0.1",
"copy-to-clipboard": "^3.3.1",
"qrcode.react": "^1.0.1",
Expand All @@ -33,7 +33,7 @@
},
"devDependencies": {
"@shopify/react-testing": "^3.0.0",
"@shopify/ui-extensions-test-utils": "3.13.1",
"@shopify/ui-extensions-test-utils": "3.14.0",
"@types/qrcode.react": "^1.0.2",
"@types/react": "16.14.0",
"@types/react-dom": "^16.9.11",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-extensions-go-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/ui-extensions-go-cli

## 3.14.0

## 3.13.1

## 3.13.0
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-extensions-go-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions-go-cli",
"version": "3.13.1",
"version": "3.14.0",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"lint:fix": "nx lint:fix"
},
"devDependencies": {
"@shopify/shopify-cli-extensions": "3.13.1"
"@shopify/shopify-cli-extensions": "3.14.0"
}
}
2 changes: 2 additions & 0 deletions packages/ui-extensions-server-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/ui-extensions-server-kit

## 3.14.0

## 3.13.1

## 3.13.0
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-extensions-server-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/ui-extensions-server-kit",
"version": "3.13.1",
"version": "3.14.0",
"private": false,
"main": "index.js",
"module": "index.mjs",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@shopify/react-testing": "^3.0.0",
"@shopify/ui-extensions-test-utils": "3.13.1",
"@shopify/ui-extensions-test-utils": "3.14.0",
"@types/react": "16.14.0",
"@types/react-dom": "^16.9.11",
"@vitejs/plugin-react-refresh": "^1.3.1",
Expand Down
Loading

0 comments on commit 9dcf7cd

Please sign in to comment.