Skip to content

Commit

Permalink
Revert "New release flow example PR (#702)"
Browse files Browse the repository at this point in the history
This reverts commit 1e56c55.
  • Loading branch information
charlespwd authored Jan 13, 2025
1 parent 1e56c55 commit 5cc79ed
Show file tree
Hide file tree
Showing 27 changed files with 60 additions and 154 deletions.
5 changes: 5 additions & 0 deletions .changeset/bright-dancers-explode.md
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
5 changes: 5 additions & 0 deletions .changeset/green-mice-wait.md
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
5 changes: 5 additions & 0 deletions .changeset/plenty-weeks-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'release-orchestrator': minor
---

Remove git operations from release-orchestrator
12 changes: 12 additions & 0 deletions .changeset/wild-beers-study.md
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
9 changes: 4 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- demo/changeset-action-in-action

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down Expand Up @@ -56,10 +55,10 @@ jobs:
uses: changesets/action@v1
with:
# Put date in the title and commit message
title: "(Demo) Theme Tools Release — ${{ steps.date.outputs.date }}"
commit: "(Demo) Theme Rools Release — ${{ steps.date.outputs.date }}"
title: "Theme Tools Release — ${{ steps.date.outputs.date }}"
commit: "Theme Rools Release — ${{ steps.date.outputs.date }}"
# When there are no changesets, this gets called
publish: echo yarn changeset publish
publish: yarn changeset publish
# When there are changesets, this gets called and then a PR is opened/updated
version: yarn release
env:
Expand All @@ -68,4 +67,4 @@ jobs:

- name: VS Code Marketplace publish
if: steps.changesets.outputs.hasChangesets == 'false' && steps.marketplace-version.outputs.version != steps.package-version.outputs.version
run: echo yarn publish:vsce
run: yarn publish:vsce
6 changes: 0 additions & 6 deletions packages/liquid-html-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @shopify/liquid-html-parser

## 2.2.1

### Patch Changes

- e998b8ab: Example bump of something with LOTS of dependents

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/liquid-html-parser/package.json
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",
Expand Down
8 changes: 0 additions & 8 deletions packages/prettier-plugin-liquid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @shopify/prettier-plugin-liquid

## 1.6.4

### Patch Changes

- Patch bump because it depends on @shopify/liquid-html-parser
- Updated dependencies [e998b8ab]
- @shopify/liquid-html-parser@2.2.1

## 1.6.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-plugin-liquid/package.json
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",
Expand Down Expand Up @@ -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"
}
}
10 changes: 0 additions & 10 deletions packages/release-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# release-orchestrator

## 1.2.0

### Minor Changes

- 94716e66: Remove git operations from release-orchestrator

### Patch Changes

- e998b8ab: Example bump of something with no dependents

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/release-orchestrator/package.json
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]>",
Expand Down
7 changes: 0 additions & 7 deletions packages/theme-check-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @shopify/theme-check-browser

## 3.6.0

### Patch Changes

- Updated dependencies [b31e0f85]
- @shopify/theme-check-common@3.6.0

## 3.5.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-check-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-check-browser",
"version": "3.6.0",
"version": "3.5.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand All @@ -26,6 +26,6 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/theme-check-common": "3.6.0"
"@shopify/theme-check-common": "3.5.0"
}
}
11 changes: 0 additions & 11 deletions packages/theme-check-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @shopify/theme-check-common

## 3.6.0

### Minor Changes

- b31e0f85: [internal] Add `offset` information on Schema objects

### Patch Changes

- Updated dependencies [e998b8ab]
- @shopify/liquid-html-parser@2.2.1

## 3.5.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-check-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-check-common",
"version": "3.6.0",
"version": "3.5.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/liquid-html-parser": "2.2.1",
"@shopify/liquid-html-parser": "2.2.0",
"cross-fetch": "^4.0.0",
"jsonc-parser": "^3.2.0",
"line-column": "^1.0.2",
Expand Down
7 changes: 0 additions & 7 deletions packages/theme-check-docs-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @shopify/theme-check-docs-updater

## 3.6.0

### Patch Changes

- Updated dependencies [b31e0f85]
- @shopify/theme-check-common@3.6.0

## 3.5.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-check-docs-updater/package.json
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]>",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 0 additions & 8 deletions packages/theme-check-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @shopify/theme-check-node

## 3.6.0

### Patch Changes

- Updated dependencies [b31e0f85]
- @shopify/theme-check-common@3.6.0
- @shopify/theme-check-docs-updater@3.6.0

## 3.5.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-check-node/package.json
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]>",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions packages/theme-language-server-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @shopify/theme-language-server-browser

## 2.4.0

### Patch Changes

- Updated dependencies [dc9c6da6]
- Updated dependencies [b31e0f85]
- @shopify/theme-language-server-common@2.4.0

## 2.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/theme-language-server-browser/package.json
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]>",
Expand All @@ -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"
}
}
21 changes: 0 additions & 21 deletions packages/theme-language-server-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,5 @@
# @shopify/theme-language-server-common

## 2.4.0

### Minor Changes

- dc9c6da6: Support schema presets block type completion
- b31e0f85: 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

### Patch Changes

- Updated dependencies [b31e0f85]
- Updated dependencies [e998b8ab]
- @shopify/theme-check-common@3.6.0
- @shopify/liquid-html-parser@2.2.1

## 2.3.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/theme-language-server-common/package.json
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]>",
Expand All @@ -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",
Expand Down
10 changes: 0 additions & 10 deletions packages/theme-language-server-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @shopify/theme-language-server-node

## 2.4.0

### Patch Changes

- Updated dependencies [dc9c6da6]
- Updated dependencies [b31e0f85]
- @shopify/theme-language-server-common@2.4.0
- @shopify/theme-check-node@3.6.0
- @shopify/theme-check-docs-updater@3.6.0

## 2.3.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/theme-language-server-node/package.json
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]>",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 5cc79ed

Please sign in to comment.