Skip to content

Commit

Permalink
Merge pull request #439 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
amcaplan authored Sep 8, 2022
2 parents c0f8ff8 + bea29c6 commit 2873ff0
Show file tree
Hide file tree
Showing 31 changed files with 129 additions and 51 deletions.
8 changes: 0 additions & 8 deletions .changeset/forty-cooks-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-ants-refuse.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/rotten-pigs-do.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.10.1

### Patch Changes

- Updated dependencies [f04ec835]
- Updated dependencies [b23e0461]
- @shopify/app@3.10.1
- @shopify/cli@3.10.1

## 3.10.0

### 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.10.0",
"version": "3.10.1",
"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.10.0",
"@shopify/app": "3.10.1",
"@shopify/checkout-ui-extensions-react": "^0.18.0",
"@shopify/cli": "3.10.0",
"@shopify/cli": "3.10.1",
"@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.10.1

### Patch Changes

- f04ec835: Fix store initialization for Homebrew (project version error)
- b23e0461: Add theme info command
- Updated dependencies [f04ec835]
- Updated dependencies [dc364f39]
- Updated dependencies [b23e0461]
- @shopify/cli-kit@3.10.1
- @shopify/shopify-cli-extensions@3.10.1

## 3.10.0

### Minor 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.10.0",
"version": "3.10.1",
"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": {
"@fastify/reply-from": "^8.0.0",
"@oclif/core": "1.9.2",
"@shopify/cli-kit": "3.10.0",
"@shopify/shopify-cli-extensions": "3.10.0",
"@shopify/cli-kit": "3.10.1",
"@shopify/shopify-cli-extensions": "3.10.1",
"http-proxy": "^1.18.1",
"diff": "^5.1.0",
"ws": "^8.7.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/cli-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/cli-hydrogen

## 3.10.1

### Patch Changes

- Updated dependencies [f04ec835]
- Updated dependencies [b23e0461]
- @shopify/cli-kit@3.10.1

## 3.10.0

### 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.10.0",
"version": "3.10.1",
"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.10.0",
"@shopify/cli-kit": "3.10.1",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"typescript": "^4.7.4",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/cli-kit

## 3.10.1

### Patch Changes

- f04ec835: Fix store initialization for Homebrew (project version error)
- b23e0461: Add theme info command

## 3.10.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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.10.0",
"version": "3.10.1",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
"keywords": [
Expand Down Expand Up @@ -136,8 +136,8 @@
"vitest": "^0.22.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Shopify/cli/edit/main/packages/cli-kit"
"type": "git",
"url": "https://github.com/Shopify/cli/edit/main/packages/cli-kit"
},
"bugs": {
"url": "https://github.com/Shopify/cli/issues/new/choose"
Expand Down
10 changes: 10 additions & 0 deletions packages/cli-main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/cli

## 3.10.1

### Patch Changes

- f04ec835: Fix store initialization for Homebrew (project version error)
- Updated dependencies [f04ec835]
- Updated dependencies [b23e0461]
- @shopify/cli-kit@3.10.1
- @shopify/plugin-ngrok@3.10.1

## 3.10.0

### 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.10.0",
"version": "3.10.1",
"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.10.0",
"@shopify/cli-kit": "3.10.0"
"@shopify/plugin-ngrok": "^3.10.1",
"@shopify/cli-kit": "3.10.1"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/create-app

## 3.10.1

### Patch Changes

- Updated dependencies [f04ec835]
- Updated dependencies [b23e0461]
- @shopify/cli-kit@3.10.1

## 3.10.0

### 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.10.0",
"version": "3.10.1",
"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.10.0"
"@shopify/cli-kit": "3.10.1"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/create-hydrogen

## 3.10.1

### Patch Changes

- Updated dependencies [f04ec835]
- Updated dependencies [b23e0461]
- @shopify/cli-kit@3.10.1

## 3.10.0

### 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.10.0",
"version": "3.10.1",
"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.10.0",
"@shopify/cli-kit": "3.10.1",
"download": "8.0.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugin-ngrok/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/plugin-ngrok

## 3.10.1

### Patch Changes

- Updated dependencies [f04ec835]
- Updated dependencies [b23e0461]
- @shopify/cli-kit@3.10.1

## 3.10.0

### Minor 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.10.0",
"version": "3.10.1",
"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.10.0",
"@shopify/cli-kit": "3.10.1",
"@shopify/ngrok": "^4.3.2"
},
"eslintConfig": {
Expand Down
10 changes: 10 additions & 0 deletions packages/theme/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/theme

## 3.10.1

### Patch Changes

- f04ec835: Fix store initialization for Homebrew (project version error)
- b23e0461: Add theme info command
- Updated dependencies [f04ec835]
- Updated dependencies [b23e0461]
- @shopify/cli-kit@3.10.1

## 3.10.0

### 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.10.0",
"version": "3.10.1",
"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.10.0"
"@shopify/cli-kit": "3.10.1"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-extensions-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/shopify-cli-extensions

## 3.10.1

### Patch Changes

- dc364f39: Keep watching and rebuilding extension even if it fails once

## 3.10.0

## 3.9.2
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.10.0",
"version": "3.10.1",
"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.10.1

### Patch Changes

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

## 3.10.0

### 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.10.0",
"version": "3.10.1",
"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.10.0",
"@shopify/ui-extensions-server-kit": "3.10.1",
"@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.10.0",
"@shopify/ui-extensions-test-utils": "3.10.1",
"@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.10.1

## 3.10.0

## 3.9.2
Expand Down
Loading

0 comments on commit 2873ff0

Please sign in to comment.