From 785a593bf473719545f5fb1bec3deb75f72ef631 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Mar 2023 14:31:57 +0000 Subject: [PATCH] [ci] release --- .changeset/bright-clouds-yawn.md | 5 ----- .changeset/four-boxes-brush.md | 5 ----- .changeset/nice-cats-relate.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 15 insertions(+), 18 deletions(-) delete mode 100644 .changeset/bright-clouds-yawn.md delete mode 100644 .changeset/four-boxes-brush.md delete mode 100644 .changeset/nice-cats-relate.md diff --git a/.changeset/bright-clouds-yawn.md b/.changeset/bright-clouds-yawn.md deleted file mode 100644 index d28a9096..00000000 --- a/.changeset/bright-clouds-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": patch ---- - -Avoid continuing expressions after a period if after the whitespace is something that could not be an identifier. diff --git a/.changeset/four-boxes-brush.md b/.changeset/four-boxes-brush.md deleted file mode 100644 index 87410f8d..00000000 --- a/.changeset/four-boxes-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -In concise mode, a new line which starts with a coma will now continue attributes for the current tag. diff --git a/.changeset/nice-cats-relate.md b/.changeset/nice-cats-relate.md deleted file mode 100644 index 1594fa72..00000000 --- a/.changeset/nice-cats-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"htmljs-parser": minor ---- - -Allow a comma to follow the tag name to begin attributes. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8984d9e1..2092da4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # htmljs-parser +## 5.4.0 + +### Minor Changes + +- [#154](https://github.com/marko-js/htmljs-parser/pull/154) [`6b5b196`](https://github.com/marko-js/htmljs-parser/commit/6b5b1968d332078042406c62ee9be3f21e5ed687) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - In concise mode, a new line which starts with a coma will now continue attributes for the current tag. + +- [#154](https://github.com/marko-js/htmljs-parser/pull/154) [`6b5b196`](https://github.com/marko-js/htmljs-parser/commit/6b5b1968d332078042406c62ee9be3f21e5ed687) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Allow a comma to follow the tag name to begin attributes. + +### Patch Changes + +- [#154](https://github.com/marko-js/htmljs-parser/pull/154) [`61e6966`](https://github.com/marko-js/htmljs-parser/commit/61e696631d18472978e2c5a2f4959cb852e0414f) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid continuing expressions after a period if after the whitespace is something that could not be an identifier. + ## 5.3.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index b8269d66..49231352 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmljs-parser", - "version": "5.3.0", + "version": "5.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "htmljs-parser", - "version": "5.3.0", + "version": "5.4.0", "license": "MIT", "devDependencies": { "@changesets/changelog-github": "^0.4.7", diff --git a/package.json b/package.json index 2d2714a9..c7ba687a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "htmljs-parser", "description": "An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values", - "version": "5.3.0", + "version": "5.4.0", "devDependencies": { "@changesets/changelog-github": "^0.4.7", "@changesets/cli": "^2.25.2",