Skip to content
Open
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/breezy-countries-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dull-jobs-tap.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/flat-suns-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-turkey-try.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/wicked-candles-bathe.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/liquid-html-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/liquid-html-parser

## 2.10.0

### Minor Changes

- dc679574: Added parsing support for the `snippet` tag by updating the ohm rules
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should remove this

- 7a8b3cce: Reach parity with Liquid 5.11.0

### Patch Changes

- 8f523617: Bump to TypeScript 5

## 2.9.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.9.0",
"version": "2.10.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
15 changes: 15 additions & 0 deletions packages/prettier-plugin-liquid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @shopify/prettier-plugin-liquid

## 1.11.0

### Minor Changes

- dc679574: Added parsing support for the `snippet` tag by updating the ohm rules
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should remove this

- 7a8b3cce: Reach parity with Liquid 5.11.0

### Patch Changes

- 8f523617: Bump to TypeScript 5
- Updated dependencies [dc679574]
- Updated dependencies [8f523617]
- Updated dependencies [7a8b3cce]
- @shopify/liquid-html-parser@2.10.0

## 1.10.0

### Minor 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.10.0",
"version": "1.11.0",
"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.9.0",
"@shopify/liquid-html-parser": "^2.10.0",
"html-styles": "^1.0.0"
}
}
6 changes: 6 additions & 0 deletions packages/release-orchestrator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# release-orchestrator

## 1.2.1

### Patch Changes

- 8f523617: Bump to TypeScript 5

## 1.2.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.2.1",
"description": "Internal theme-tools package for handling the release process.",
"main": "dist/index.js",
"author": "Albert Chu <[email protected]>",
Expand Down
9 changes: 9 additions & 0 deletions packages/theme-check-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/theme-check-browser

## 3.24.0

### Patch Changes

- 8f523617: Bump to TypeScript 5
- Updated dependencies [8f523617]
- Updated dependencies [7a8b3cce]
- @shopify/[email protected]

## 3.23.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.23.0",
"version": "3.24.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.23.0"
"@shopify/theme-check-common": "3.24.0"
}
}
14 changes: 14 additions & 0 deletions packages/theme-check-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @shopify/theme-check-common

## 3.24.0

### Minor Changes

- 7a8b3cce: Reach parity with Liquid 5.11.0

### Patch Changes

- 8f523617: Bump to TypeScript 5
- Updated dependencies [dc679574]
- Updated dependencies [8f523617]
- Updated dependencies [7a8b3cce]
- @shopify/[email protected]

## 3.23.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.23.0",
"version": "3.24.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.9.0",
"@shopify/liquid-html-parser": "2.10.0",
"cross-fetch": "^4.0.0",
"jsonc-parser": "^3.2.0",
"line-column": "^1.0.2",
Expand Down
9 changes: 9 additions & 0 deletions packages/theme-check-docs-updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/theme-check-docs-updater

## 3.24.0

### Patch Changes

- 8f523617: Bump to TypeScript 5
- Updated dependencies [8f523617]
- Updated dependencies [7a8b3cce]
- @shopify/[email protected]

## 3.23.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.23.0",
"version": "3.24.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.23.0",
"@shopify/theme-check-common": "^3.24.0",
"env-paths": "^2.2.1",
"node-fetch": "^2.6.11"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/theme-check-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @shopify/theme-check-node

## 3.24.0

### Patch Changes

- 8f523617: Bump to TypeScript 5
- Updated dependencies [8f523617]
- Updated dependencies [7a8b3cce]
- @shopify/[email protected]
- @shopify/[email protected]

## 3.23.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.23.0",
"version": "3.24.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.23.0",
"@shopify/theme-check-docs-updater": "3.23.0",
"@shopify/theme-check-common": "3.24.0",
"@shopify/theme-check-docs-updater": "3.24.0",
"glob": "^8.0.3",
"vscode-uri": "^3.0.7",
"yaml": "^2.3.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/theme-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# shopify/theme-graph

## 0.2.2

### Patch Changes

- a7444f17: Include @shopify/theme-check-node as a dependency
- 8f523617: Bump to TypeScript 5
- Updated dependencies [dc679574]
- Updated dependencies [8f523617]
- Updated dependencies [7a8b3cce]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]

## 0.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/theme-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/theme-graph",
"version": "0.2.1",
"version": "0.2.2",
"description": "Shopify Theme Graph as a data structure",
"author": "CP Clermont <[email protected]>",
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/theme-graph#readme",
Expand Down Expand Up @@ -29,9 +29,9 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@shopify/liquid-html-parser": "^2.9.0",
"@shopify/theme-check-common": "^3.23.0",
"@shopify/theme-check-node": "^3.23.0",
"@shopify/liquid-html-parser": "^2.10.0",
"@shopify/theme-check-common": "^3.24.0",
"@shopify/theme-check-node": "^3.24.0",
"acorn": "^8.14.1",
"acorn-walk": "^8.3.4",
"vscode-uri": "^3.0.7"
Expand Down
9 changes: 9 additions & 0 deletions packages/theme-language-server-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @shopify/theme-language-server-browser

## 2.20.1

### Patch Changes

- 8f523617: Bump to TypeScript 5
- Updated dependencies [8f523617]
- Updated dependencies [4fca8ef6]
- @shopify/[email protected]

## 2.20.0

### 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.20.0",
"version": "2.20.1",
"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.20.0",
"@shopify/theme-language-server-common": "2.20.1",
"vscode-languageserver": "^8.0.2"
}
}
14 changes: 14 additions & 0 deletions packages/theme-language-server-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @shopify/theme-language-server-common

## 2.20.1

### Patch Changes

- 8f523617: Bump to TypeScript 5
- 4fca8ef6: Added jj to the URI prefixes ignored by hasUnsupportedDocument
- Updated dependencies [a7444f17]
- Updated dependencies [dc679574]
- Updated dependencies [8f523617]
- Updated dependencies [7a8b3cce]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]

## 2.20.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 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.20.0",
"version": "2.20.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "CP Clermont <[email protected]>",
Expand All @@ -27,9 +27,9 @@
"type-check": "tsc --noEmit -p src/tsconfig.json"
},
"dependencies": {
"@shopify/liquid-html-parser": "^2.9.0",
"@shopify/theme-check-common": "3.23.0",
"@shopify/theme-graph": "^0.2.1",
"@shopify/liquid-html-parser": "^2.10.0",
"@shopify/theme-check-common": "3.24.0",
"@shopify/theme-graph": "^0.2.2",
"@vscode/web-custom-data": "^0.4.6",
"vscode-json-languageservice": "^5.3.10",
"vscode-languageserver": "^8.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/theme-language-server-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @shopify/theme-language-server-node

## 2.20.1

### Patch Changes

- 8f523617: Bump to TypeScript 5
- Updated dependencies [8f523617]
- Updated dependencies [4fca8ef6]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]

## 2.20.0

### Patch Changes
Expand Down
Loading