-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "New release flow example PR (#702)"
This reverts commit 1e56c55.
- Loading branch information
1 parent
1e56c55
commit 5cc79ed
Showing
27 changed files
with
60 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/theme-language-server-common': minor | ||
--- | ||
|
||
Support schema presets block type completion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/theme-check-common': minor | ||
--- | ||
|
||
[internal] Add `offset` information on Schema objects |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'release-orchestrator': minor | ||
--- | ||
|
||
Remove git operations from release-orchestrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
'@shopify/theme-language-server-common': minor | ||
'theme-check-vscode': minor | ||
--- | ||
|
||
Add "On theme block rename" handling | ||
|
||
Whenever a theme block gets renamed, the following will now happen: | ||
1. References in files with a `{% schema %}` will be updated automatically | ||
2. References in template files will be updated automatically | ||
3. References in section groups will be updated automatically | ||
4. References in `{% content_for "block", type: "oldName" %}` will be updated automatically |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/liquid-html-parser", | ||
"version": "2.2.1", | ||
"version": "2.2.0", | ||
"description": "Liquid HTML parser by Shopify", | ||
"author": "CP Clermont <[email protected]>", | ||
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/liquid-html-parser#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/prettier-plugin-liquid", | ||
"version": "1.6.4", | ||
"version": "1.6.3", | ||
"description": "Prettier Liquid/HTML plugin by Shopify", | ||
"author": "CP Clermont <[email protected]>", | ||
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/prettier-plugin-liquid#readme", | ||
|
@@ -59,7 +59,7 @@ | |
"tsconfig-paths": "^3.14.1" | ||
}, | ||
"dependencies": { | ||
"@shopify/liquid-html-parser": "^2.2.1", | ||
"@shopify/liquid-html-parser": "^2.2.0", | ||
"html-styles": "^1.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "release-orchestrator", | ||
"version": "1.2.0", | ||
"version": "1.1.0", | ||
"description": "Internal theme-tools package for handling the release process.", | ||
"main": "dist/index.js", | ||
"author": "Albert Chu <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/theme-check-docs-updater", | ||
"version": "3.6.0", | ||
"version": "3.5.0", | ||
"description": "Scripts to initialize theme-check data with assets from the theme-liquid-docs repo.", | ||
"main": "dist/index.js", | ||
"author": "Albert Chu <[email protected]>", | ||
|
@@ -30,7 +30,7 @@ | |
"type-check": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@shopify/theme-check-common": "^3.6.0", | ||
"@shopify/theme-check-common": "^3.5.0", | ||
"env-paths": "^2.2.1", | ||
"node-fetch": "^2.6.11" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/theme-check-node", | ||
"version": "3.6.0", | ||
"version": "3.5.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CP Clermont <[email protected]>", | ||
|
@@ -33,8 +33,8 @@ | |
"type-check": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@shopify/theme-check-common": "3.6.0", | ||
"@shopify/theme-check-docs-updater": "3.6.0", | ||
"@shopify/theme-check-common": "3.5.0", | ||
"@shopify/theme-check-docs-updater": "3.5.0", | ||
"glob": "^8.0.3", | ||
"vscode-uri": "^3.0.7", | ||
"yaml": "^2.3.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/theme-language-server-browser", | ||
"version": "2.4.0", | ||
"version": "2.3.3", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CP Clermont <[email protected]>", | ||
|
@@ -27,7 +27,7 @@ | |
"type-check": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@shopify/theme-language-server-common": "2.4.0", | ||
"@shopify/theme-language-server-common": "2.3.3", | ||
"vscode-languageserver": "^8.0.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/theme-language-server-common", | ||
"version": "2.4.0", | ||
"version": "2.3.3", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CP Clermont <[email protected]>", | ||
|
@@ -27,8 +27,8 @@ | |
"type-check": "tsc --noEmit -p src/tsconfig.json" | ||
}, | ||
"dependencies": { | ||
"@shopify/liquid-html-parser": "^2.2.1", | ||
"@shopify/theme-check-common": "3.6.0", | ||
"@shopify/liquid-html-parser": "^2.2.0", | ||
"@shopify/theme-check-common": "3.5.0", | ||
"@vscode/web-custom-data": "^0.4.6", | ||
"vscode-json-languageservice": "^5.3.10", | ||
"vscode-languageserver": "^8.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@shopify/theme-language-server-node", | ||
"version": "2.4.0", | ||
"version": "2.3.3", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "CP Clermont <[email protected]>", | ||
|
@@ -27,9 +27,9 @@ | |
"type-check": "tsc --noEmit" | ||
}, | ||
"dependencies": { | ||
"@shopify/theme-language-server-common": "2.4.0", | ||
"@shopify/theme-check-node": "^3.6.0", | ||
"@shopify/theme-check-docs-updater": "^3.6.0", | ||
"@shopify/theme-language-server-common": "2.3.3", | ||
"@shopify/theme-check-node": "^3.5.0", | ||
"@shopify/theme-check-docs-updater": "^3.5.0", | ||
"glob": "^8.0.3", | ||
"node-fetch": "^2.6.11", | ||
"vscode-languageserver": "^8.0.2", | ||
|
Oops, something went wrong.