Skip to content

Commit f77aafa

Browse files
Theme Tools Release — 2025-10-20
1 parent b522a88 commit f77aafa

File tree

26 files changed

+151
-57
lines changed

26 files changed

+151
-57
lines changed

.changeset/dull-jobs-tap.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/flat-suns-join.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

packages/liquid-html-parser/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @shopify/liquid-html-parser
22

3+
## 2.10.0
4+
5+
### Minor Changes
6+
7+
- dc679574: Added parsing support for the `snippet` tag by updating the ohm rules
8+
9+
### Patch Changes
10+
11+
- 8f523617: Bump to TypeScript 5
12+
313
## 2.9.0
414

515
### Minor Changes

packages/liquid-html-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/liquid-html-parser",
3-
"version": "2.9.0",
3+
"version": "2.10.0",
44
"description": "Liquid HTML parser by Shopify",
55
"author": "CP Clermont <[email protected]>",
66
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/liquid-html-parser#readme",

packages/prettier-plugin-liquid/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @shopify/prettier-plugin-liquid
22

3+
## 1.11.0
4+
5+
### Minor Changes
6+
7+
- dc679574: Added parsing support for the `snippet` tag by updating the ohm rules
8+
9+
### Patch Changes
10+
11+
- 8f523617: Bump to TypeScript 5
12+
- Updated dependencies [dc679574]
13+
- Updated dependencies [8f523617]
14+
- @shopify/liquid-html-parser@2.10.0
15+
316
## 1.10.0
417

518
### Minor Changes

packages/prettier-plugin-liquid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/prettier-plugin-liquid",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "Prettier Liquid/HTML plugin by Shopify",
55
"author": "CP Clermont <[email protected]>",
66
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/prettier-plugin-liquid#readme",
@@ -59,7 +59,7 @@
5959
"tsconfig-paths": "^3.14.1"
6060
},
6161
"dependencies": {
62-
"@shopify/liquid-html-parser": "^2.9.0",
62+
"@shopify/liquid-html-parser": "^2.10.0",
6363
"html-styles": "^1.0.0"
6464
}
6565
}

packages/release-orchestrator/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# release-orchestrator
22

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- 8f523617: Bump to TypeScript 5
8+
39
## 1.2.0
410

511
### Minor Changes

packages/release-orchestrator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "release-orchestrator",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Internal theme-tools package for handling the release process.",
55
"main": "dist/index.js",
66
"author": "Albert Chu <[email protected]>",

packages/theme-check-browser/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @shopify/theme-check-browser
22

3+
## 3.23.1
4+
5+
### Patch Changes
6+
7+
- 8f523617: Bump to TypeScript 5
8+
- Updated dependencies [8f523617]
9+
- @shopify/theme-check-common@3.23.1
10+
311
## 3.23.0
412

513
### Patch Changes

packages/theme-check-browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/theme-check-browser",
3-
"version": "3.23.0",
3+
"version": "3.23.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
@@ -26,6 +26,6 @@
2626
"type-check": "tsc --noEmit"
2727
},
2828
"dependencies": {
29-
"@shopify/theme-check-common": "3.23.0"
29+
"@shopify/theme-check-common": "3.23.1"
3030
}
3131
}

0 commit comments

Comments
 (0)