Skip to content

Commit 352151b

Browse files
Theme Tools Release — 2025-11-27
1 parent 7a8b3cc commit 352151b

File tree

28 files changed

+168
-69
lines changed

28 files changed

+168
-69
lines changed

.changeset/breezy-countries-own.md

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

.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.

.changeset/wicked-candles-bathe.md

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

packages/liquid-html-parser/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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+
- 7a8b3cce: Reach parity with Liquid 5.11.0
9+
10+
### Patch Changes
11+
12+
- 8f523617: Bump to TypeScript 5
13+
314
## 2.9.0
415

516
### 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 <cp.clermont@shopify.com>",
66
"homepage": "https://github.com/Shopify/theme-tools/tree/main/packages/liquid-html-parser#readme",

packages/prettier-plugin-liquid/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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+
- 7a8b3cce: Reach parity with Liquid 5.11.0
9+
10+
### Patch Changes
11+
12+
- 8f523617: Bump to TypeScript 5
13+
- Updated dependencies [dc679574]
14+
- Updated dependencies [8f523617]
15+
- Updated dependencies [7a8b3cce]
16+
- @shopify/liquid-html-parser@2.10.0
17+
318
## 1.10.0
419

520
### 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 <cp.clermont@shopify.com>",
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 <albert.chu@shopify.com>",

0 commit comments

Comments
 (0)