Skip to content

Commit

Permalink
Release 11-10-23: Updated 2 package versions
Browse files Browse the repository at this point in the history
theme-check-vscode: 1.11.10 -> 1.11.11 (patch)
@shopify/prettier-plugin-liquid: 1.3.1 -> 1.3.2 (patch)
  • Loading branch information
charlespwd committed Oct 11, 2023
1 parent bec7ee0 commit fefd711
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/witty-carrots-judge.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/prettier-plugin-liquid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/prettier-plugin-liquid

## 1.3.2

### Patch Changes

- bec7ee0: Fix idempotence of script tag bodies with both backticks and Liquid in them

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-plugin-liquid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopify/prettier-plugin-liquid",
"version": "1.3.1",
"version": "1.3.2",
"description": "Prettier Liquid/HTML plugin by Shopify",
"repository": "shopify/prettier-plugin-liquid",
"author": "CP Clermont <@charlespwd>",
Expand Down
8 changes: 8 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## theme-check-vscode

## 1.11.11

### Patch Changes

- Patch bump because it depends on @shopify/prettier-plugin-liquid
- Updated dependencies [bec7ee0]
- @shopify/prettier-plugin-liquid@1.3.2

## 1.11.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": {
"name": "charlespwd"
},
"version": "1.11.10",
"version": "1.11.11",
"publisher": "Shopify",
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@shopify/liquid-html-parser": "^1.0.0",
"@shopify/prettier-plugin-liquid": "^1.3.1",
"@shopify/prettier-plugin-liquid": "^1.3.2",
"@shopify/theme-language-server-node": "^1.3.2",
"prettier": "^2.6.2",
"vscode-languageclient": "^8.1.0"
Expand Down

0 comments on commit fefd711

Please sign in to comment.