Skip to content

Commit

Permalink
Merge pull request #406 from Shopify/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
pepicrft committed Aug 31, 2022
2 parents ad40901 + 98309f9 commit 845d130
Show file tree
Hide file tree
Showing 27 changed files with 87 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-ears-drum.md

This file was deleted.

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

## 3.9.2

### Patch Changes

- @shopify/cli@3.9.2
- @shopify/app@3.9.2

## 3.9.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.9.1",
"version": "3.9.2",
"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.9.1",
"@shopify/app": "3.9.2",
"@shopify/checkout-ui-extensions-react": "^0.18.0",
"@shopify/cli": "3.9.1",
"@shopify/cli": "3.9.2",
"@shopify/post-purchase-ui-extensions-react": "^0.13.3",
"@shopify/web-pixels-extension": "^0.1.1",
"react": "^18.1.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @shopify/app

## 3.9.2

### Patch Changes

- @shopify/cli-kit@3.9.2
- @shopify/shopify-cli-extensions@3.9.2

## 3.9.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.9.1",
"version": "3.9.2",
"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.9.1",
"@shopify/shopify-cli-extensions": "3.9.1",
"@shopify/cli-kit": "3.9.2",
"@shopify/shopify-cli-extensions": "3.9.2",
"http-proxy": "^1.18.1",
"diff": "^5.1.0",
"ws": "^8.7.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/cli-hydrogen

## 3.9.2

### Patch Changes

- @shopify/cli-kit@3.9.2

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

## 3.9.2

## 3.9.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.9.1",
"version": "3.9.2",
"private": false,
"description": "A set of utilities, interfaces, and models that are common across all the platform features",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/cli-main/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/cli

## 3.9.2

### Patch Changes

- @shopify/cli-kit@3.9.2

## 3.9.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 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.9.1",
"version": "3.9.2",
"private": false,
"description": "A CLI tool to build for the Shopify platform",
"homepage": "https://github.com/shopify/cli#readme",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@oclif/plugin-help": "^5.1.12",
"@oclif/plugin-plugins": "^2.1.0",
"@shopify/plugin-ngrok": "^0.2.9",
"@shopify/cli-kit": "3.9.1"
"@shopify/cli-kit": "3.9.2"
},
"devDependencies": {
"vitest": "^0.22.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/create-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/create-app

## 3.9.2

### Patch Changes

- @shopify/cli-kit@3.9.2

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

## 3.9.2

### Patch Changes

- @shopify/cli-kit@3.9.2

## 3.9.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.9.1",
"version": "3.9.2",
"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.9.1",
"@shopify/cli-kit": "3.9.2",
"download": "8.0.0"
},
"devDependencies": {
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.9.2

### Patch Changes

- 1e524fae: Fix syntax of the Homebrew formula
- @shopify/cli-kit@3.9.2

## 3.9.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.9.1",
"version": "3.9.2",
"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.9.1"
"@shopify/cli-kit": "3.9.2"
},
"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.9.2

## 3.9.1

## 3.9.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.9.1",
"version": "3.9.2",
"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.9.2

### Patch Changes

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

## 3.9.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.9.1",
"version": "3.9.2",
"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.9.1",
"@shopify/ui-extensions-server-kit": "3.9.2",
"@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.9.1",
"@shopify/ui-extensions-test-utils": "3.9.2",
"@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.9.2

## 3.9.1

## 3.9.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.9.1",
"version": "3.9.2",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,6 +12,6 @@
"lint:fix": "nx lint:fix"
},
"devDependencies": {
"@shopify/shopify-cli-extensions": "3.9.1"
"@shopify/shopify-cli-extensions": "3.9.2"
}
}
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.9.2

## 3.9.1

## 3.9.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.9.1",
"version": "3.9.2",
"private": true,
"main": "index.js",
"module": "index.mjs",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@shopify/react-testing": "^3.0.0",
"@shopify/ui-extensions-test-utils": "3.9.1",
"@shopify/ui-extensions-test-utils": "3.9.2",
"@types/react": "16.14.0",
"@types/react-dom": "^16.9.11",
"@vitejs/plugin-react-refresh": "^1.3.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-extensions-test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @shopify/ui-extensions-test-utils

## 3.9.2

## 3.9.1

## 3.9.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-extensions-test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@shopify/ui-extensions-test-utils",
"version": "3.9.1",
"version": "3.9.2",
"main": "dist/index",
"types": "dist/index",
"scripts": {
Expand Down

0 comments on commit 845d130

Please sign in to comment.