From 93b71fbac945c8a284a35fe205bca3b041cb3144 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 29 Nov 2023 12:28:24 -0500 Subject: [PATCH 1/7] update package.json --- packages/@biomejs/biome/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@biomejs/biome/package.json b/packages/@biomejs/biome/package.json index b937e0b206c2..befb50e021ef 100644 --- a/packages/@biomejs/biome/package.json +++ b/packages/@biomejs/biome/package.json @@ -1,6 +1,6 @@ { "name": "@biomejs/biome", - "version": "1.4.0", + "version": "1.4.1", "bin": "bin/biome", "scripts": { "postinstall": "node scripts/postinstall.js" From 772edf3124815f531f45d35f34241e01088c569b Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 29 Nov 2023 12:31:24 -0500 Subject: [PATCH 2/7] update changelog --- CHANGELOG.md | 8 +------- website/src/content/docs/internals/changelog.mdx | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0622bd9f4861..5f918085c50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,7 @@ Read our [guidelines to categorize a change](https://biomejs.dev/internals/versi New entries must be placed in a section entitled `Unreleased`. Read our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog). -## Unreleased - -### Analyzer - -### CLI - -### Configuration +## 1.4.1 (2023-29-11) ### Editors diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index 3ae7cbc12fe2..c73e4d992997 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -14,13 +14,7 @@ Read our [guidelines to categorize a change](https://biomejs.dev/internals/versi New entries must be placed in a section entitled `Unreleased`. Read our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog). -## Unreleased - -### Analyzer - -### CLI - -### Configuration +## 1.4.1 (2023-29-11) ### Editors From 2e0a124ab0bbd1ab5c57fe51df20f6c26b607ede Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 29 Nov 2023 09:54:48 -0800 Subject: [PATCH 3/7] chore: add formatting changelog entries for 1.4.1 (#969) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f918085c50f..2b25611f88ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Formatter +#### Bug fixes + +- Fix some accidental line breaks when printing array expressions within arrow functions and other long lines [#917](https://github.com/biomejs/biome/pull/917). Contributed by @faultyserver + +- Match Prettier's breaking strategy for `ArrowChain` layouts [#934](https://github.com/biomejs/biome/pull/934). Contributed by @faultyserver + +- Fix double-printing of leading comments in arrow chain expressions [#951](https://github.com/biomejs/biome/pull/951). Contributed by @faultyserver + ### JavaScript APIs ### Linter From b09f8cca2ef02564ad787275632e3be3d8a739fc Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Wed, 29 Nov 2023 15:53:42 -0500 Subject: [PATCH 4/7] add one more fix --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b25611f88ad..79481577234b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,10 +24,12 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom - Fix double-printing of leading comments in arrow chain expressions [#951](https://github.com/biomejs/biome/pull/951). Contributed by @faultyserver -### JavaScript APIs - ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. + #### New features #### Enhancement From df2c44777e84023982f53b393a820a282c21c427 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:05:54 +0000 Subject: [PATCH 5/7] docs: fix changelog release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79481577234b..68a63fd9deaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ Read our [guidelines to categorize a change](https://biomejs.dev/internals/versi New entries must be placed in a section entitled `Unreleased`. Read our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog). -## 1.4.1 (2023-29-11) +## 1.4.1 (2023-11-30) ### Editors From e4ecb056458ef933e92ad5b20bc19ac8e9335971 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 30 Nov 2023 04:48:24 -0500 Subject: [PATCH 6/7] Update CHANGELOG.md Co-authored-by: unvalley <38400669+unvalley@users.noreply.github.com> --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68a63fd9deaa..7f8f31ee6020 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom #### Bug fixes -- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. Contributed by @vasucp1207 #### New features From e599436c20c03103f6fd51b0d75891cbc744b519 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Thu, 30 Nov 2023 14:21:11 -0500 Subject: [PATCH 7/7] rebase --- website/src/content/docs/internals/changelog.mdx | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/website/src/content/docs/internals/changelog.mdx b/website/src/content/docs/internals/changelog.mdx index c73e4d992997..5d3cf2e1a45e 100644 --- a/website/src/content/docs/internals/changelog.mdx +++ b/website/src/content/docs/internals/changelog.mdx @@ -14,7 +14,7 @@ Read our [guidelines to categorize a change](https://biomejs.dev/internals/versi New entries must be placed in a section entitled `Unreleased`. Read our [guidelines for writing a good changelog entry](https://github.com/biomejs/biome/blob/main/CONTRIBUTING.md#changelog). -## 1.4.1 (2023-29-11) +## 1.4.1 (2023-11-30) ### Editors @@ -22,10 +22,20 @@ Read our [guidelines for writing a good changelog entry](https://github.com/biom ### Formatter -### JavaScript APIs +#### Bug fixes + +- Fix some accidental line breaks when printing array expressions within arrow functions and other long lines [#917](https://github.com/biomejs/biome/pull/917). Contributed by @faultyserver + +- Match Prettier's breaking strategy for `ArrowChain` layouts [#934](https://github.com/biomejs/biome/pull/934). Contributed by @faultyserver + +- Fix double-printing of leading comments in arrow chain expressions [#951](https://github.com/biomejs/biome/pull/951). Contributed by @faultyserver ### Linter +#### Bug fixes + +- Fix [#910](https://github.com/biomejs/biome/issues/910), where the rule `noSvgWithoutTitle` should skip elements that have `aria-hidden` attributes. Contributed by @vasucp1207 + #### New features #### Enhancement