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 +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11
2+ 1.2.1 / 2023-07-12
3+ ==================
4+
5+ * Add ` || prettier@^3 ` ` peerDependencies ` to package.json...
6+ * Update README to account for prettier@3 breaking changes
7+
281.2.0 / 2023-07-12
39==================
410
Original file line number Diff line number Diff line change 11{
22 "name" : " @shopify/prettier-plugin-liquid" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " Prettier Liquid/HTML plugin by Shopify" ,
55 "repository" : " shopify/prettier-plugin-liquid" ,
66 "author" : " CP Clermont <@charlespwd>" ,
Original file line number Diff line number Diff line change 2121 }
2222
2323 const unpkgUrl =
24- 'https://www.unpkg.com/@shopify/[email protected] .0 /standalone.js' ; 24+ 'https://www.unpkg.com/@shopify/[email protected] .1 /standalone.js' ; 2525 if ( / l o c a l h o s t | 1 2 7 .0 .0 .1 / . test ( window . location . href ) ) {
2626 const script = getScript ( 'assets/standalone.js' ) ;
2727 script . onerror = ( ) => {
5353 href ="https://github.com/shopify/prettier-plugin-liquid/blob/main/CHANGELOG.md "
5454 target ="_blank "
5555 rel ="noreferrer noopener "
56- > v1.2.0 </ a
56+ > v1.2.1 </ a
5757 > </ span
5858 >
5959 </ h1 >
You can’t perform that action at this time.
0 commit comments