Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #386

Merged
merged 1 commit into from
Aug 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curly-lemons-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-zoos-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-roses-camp.md

This file was deleted.

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

## 3.9.1

### Patch Changes

- Updated dependencies [b777c41e]
- @shopify/app@3.9.1
- @shopify/cli@3.9.1

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

## 3.9.1

### Patch Changes

- b777c41e: Fixed bug when running CLI on Windows machine. The node executable path is now pointing directly to a node file instead of relying in the node generated files.
- Updated dependencies [08c42c45]
- @shopify/cli-kit@3.9.1
- @shopify/shopify-cli-extensions@3.9.1

## 3.9.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.9.0",
"version": "3.9.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.9.0",
"@shopify/shopify-cli-extensions": "3.9.0",
"@shopify/cli-kit": "3.9.1",
"@shopify/shopify-cli-extensions": "3.9.1",
"http-proxy": "^1.18.1",
"diff": "^5.1.0",
"ws": "^8.7.0"
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.9.1

### Patch Changes

- Updated dependencies [08c42c45]
- @shopify/cli-kit@3.9.1

## 3.9.0

### Minor 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.0",
"version": "3.9.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.9.0",
"@shopify/cli-kit": "3.9.1",
"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.9.1

### Patch Changes

- 08c42c45: Use the Ruby bin directory from environment variable when provided (to fix homebrew issues)

## 3.9.0

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

## 3.9.1

### Patch Changes

- Updated dependencies [08c42c45]
- @shopify/cli-kit@3.9.1

## 3.9.0

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

### Patch Changes

- Updated dependencies [08c42c45]
- @shopify/cli-kit@3.9.1

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

### Patch Changes

- Updated dependencies [08c42c45]
- @shopify/cli-kit@3.9.1

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

## 3.9.1

### Patch Changes

- 869532f9: Remove the theme-command under the theme namespace
- Updated dependencies [08c42c45]
- @shopify/cli-kit@3.9.1

## 3.9.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.9.0",
"version": "3.9.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.9.0"
"@shopify/cli-kit": "3.9.1"
},
"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.1

## 3.9.0

## 3.8.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 <app-extensions@shopify.com>",
"version": "3.9.0",
"version": "3.9.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.9.1

### Patch Changes

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

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

## 3.9.0

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

## 3.9.0

## 3.8.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.0",
"version": "3.9.1",
"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.0",
"@shopify/ui-extensions-test-utils": "3.9.1",
"@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.1

## 3.9.0

## 3.8.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.0",
"version": "3.9.1",
"main": "dist/index",
"types": "dist/index",
"scripts": {
Expand Down
Loading