This repository was archived by the owner on Jun 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.0.1 / 2022-12-13
3
+ ==================
4
+
5
+ ## Fixes
6
+
7
+ * Fix trailing whitespace after opening raw tag breaking formatting ([ #145 ] ( https://github.com/shopify/prettier-plugin-liquid/issues/145 ) )
8
+ * Add typings for standalone.js
9
+
2
10
1.0.0 / 2022-12-09
3
11
==================
4
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shopify/prettier-plugin-liquid" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Prettier Liquid/HTML plugin by Shopify" ,
5
5
"repository" : " shopify/prettier-plugin-liquid" ,
6
6
"author" : " CP Clermont <@charlespwd>" ,
Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
const unpkgUrl =
24
- 'https://www.unpkg.com/@shopify/[email protected] .0 /standalone.js' ;
24
+ 'https://www.unpkg.com/@shopify/[email protected] .1 /standalone.js' ;
25
25
if ( / l o c a l h o s t | 1 2 7 .0 .0 .1 / . test ( window . location . href ) ) {
26
26
const script = getScript ( 'assets/standalone.js' ) ;
27
27
script . onerror = ( ) => {
53
53
href ="https://github.com/shopify/prettier-plugin-liquid/blob/main/CHANGELOG.md "
54
54
target ="_blank "
55
55
rel ="noreferrer noopener "
56
- > v1.0.0 </ a
56
+ > v1.0.1 </ a
57
57
> </ span
58
58
>
59
59
</ h1 >
You can’t perform that action at this time.
0 commit comments