Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit 6540f1d

Browse files
committed
Bump version to 1.2.2
1 parent b0cd0e3 commit 6540f1d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
1.2.2 / 2023-07-18
3+
==================
4+
5+
* Fixup mode passing in toLiquidHtmlAst
6+
* Fixup toAttributePosition with array name (empty string)
7+
* Add RAW_TAGS constant in parser/grammar.ts
8+
29
1.2.1 / 2023-07-12
310
==================
411

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shopify/prettier-plugin-liquid",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Prettier Liquid/HTML plugin by Shopify",
55
"repository": "shopify/prettier-plugin-liquid",
66
"author": "CP Clermont <@charlespwd>",

playground/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222

2323
const unpkgUrl =
24-
'https://www.unpkg.com/@shopify/[email protected].1/standalone.js';
24+
'https://www.unpkg.com/@shopify/[email protected].2/standalone.js';
2525
if (/localhost|127.0.0.1/.test(window.location.href)) {
2626
const script = getScript('assets/standalone.js');
2727
script.onerror = () => {
@@ -53,7 +53,7 @@ <h1>
5353
href="https://github.com/shopify/prettier-plugin-liquid/blob/main/CHANGELOG.md"
5454
target="_blank"
5555
rel="noreferrer noopener"
56-
>v1.2.1</a
56+
>v1.2.2</a
5757
></span
5858
>
5959
</h1>

0 commit comments

Comments
 (0)