Skip to content

Commit 5153f2f

Browse files
ci: release (#9094)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66931a8 commit 5153f2f

File tree

32 files changed

+84
-68
lines changed

32 files changed

+84
-68
lines changed

.changeset/calm-carpets-enter.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/silver-sites-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-pants-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-ideas-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/@biomejs/backend-jsonrpc/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @biomejs/backend-jsonrpc
22

3+
## 2.0.38
4+
35
## 2.0.37
46

57
## 2.0.36

packages/@biomejs/backend-jsonrpc/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biomejs/backend-jsonrpc",
3-
"version": "2.0.37",
3+
"version": "2.0.38",
44
"main": "dist/index.js",
55
"scripts": {
66
"test": "vitest",
@@ -45,13 +45,13 @@
4545
"provenance": true
4646
},
4747
"optionalDependencies": {
48-
"@biomejs/cli-win32-x64": "2.4.0",
49-
"@biomejs/cli-win32-arm64": "2.4.0",
50-
"@biomejs/cli-darwin-x64": "2.4.0",
51-
"@biomejs/cli-darwin-arm64": "2.4.0",
52-
"@biomejs/cli-linux-x64": "2.4.0",
53-
"@biomejs/cli-linux-arm64": "2.4.0",
54-
"@biomejs/cli-linux-x64-musl": "2.4.0",
55-
"@biomejs/cli-linux-arm64-musl": "2.4.0"
48+
"@biomejs/cli-win32-x64": "2.4.1",
49+
"@biomejs/cli-win32-arm64": "2.4.1",
50+
"@biomejs/cli-darwin-x64": "2.4.1",
51+
"@biomejs/cli-darwin-arm64": "2.4.1",
52+
"@biomejs/cli-linux-x64": "2.4.1",
53+
"@biomejs/cli-linux-arm64": "2.4.1",
54+
"@biomejs/cli-linux-x64-musl": "2.4.1",
55+
"@biomejs/cli-linux-arm64-musl": "2.4.1"
5656
}
5757
}

packages/@biomejs/biome/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @biomejs/biome
22

3+
## 2.4.1
4+
5+
### Patch Changes
6+
7+
- [#9092](https://github.com/biomejs/biome/pull/9092) [`6edd600`](https://github.com/biomejs/biome/commit/6edd6006b3f58e2e60f16eecd232cb6029794d5e) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#9052](https://github.com/biomejs/biome/issues/9052). This PR reverts changes introduced by https://github.com/biomejs/biome/pull/8519, which caused unwanted changes on how paths are resolved.
8+
9+
- [#9091](https://github.com/biomejs/biome/pull/9091) [`3bf674d`](https://github.com/biomejs/biome/commit/3bf674d2b30dc039b2488f2e57a779aea29024ae) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#9090](https://github.com/biomejs/biome/issues/9090), where SCSS files were incorrectly processed by Biome. This was a regressions caused by the latest developments for supporting SCSS out of the box.
10+
11+
- [#9100](https://github.com/biomejs/biome/pull/9100) [`66931a8`](https://github.com/biomejs/biome/commit/66931a8d024fb33b004b1aad3ae8fe63ddac4781) Thanks [@siketyan](https://github.com/siketyan)! - Fixed [#9081](https://github.com/biomejs/biome/issues/9081): The `noUnknownPseudoElement` rule no longer reports false positives for any known pseudo elements in CSS modules. This was a regression introduced in v2.4.0.
12+
13+
- [#9102](https://github.com/biomejs/biome/pull/9102) [`d01b903`](https://github.com/biomejs/biome/commit/d01b90322ee587c65fbb7920ecd5d21ae13eeb52) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#9095](https://github.com/biomejs/biome/issues/9095), where Biome didn't print anything in stdin mode. This was a regression caused by a recent, internal refactor.
14+
315
## 2.4.0
416

517
### Minor Changes

packages/@biomejs/biome/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biomejs/biome",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"bin": {
55
"biome": "bin/biome"
66
},
@@ -46,13 +46,13 @@
4646
"provenance": true
4747
},
4848
"optionalDependencies": {
49-
"@biomejs/cli-win32-x64": "2.4.0",
50-
"@biomejs/cli-win32-arm64": "2.4.0",
51-
"@biomejs/cli-darwin-x64": "2.4.0",
52-
"@biomejs/cli-darwin-arm64": "2.4.0",
53-
"@biomejs/cli-linux-x64": "2.4.0",
54-
"@biomejs/cli-linux-arm64": "2.4.0",
55-
"@biomejs/cli-linux-x64-musl": "2.4.0",
56-
"@biomejs/cli-linux-arm64-musl": "2.4.0"
49+
"@biomejs/cli-win32-x64": "2.4.1",
50+
"@biomejs/cli-win32-arm64": "2.4.1",
51+
"@biomejs/cli-darwin-x64": "2.4.1",
52+
"@biomejs/cli-darwin-arm64": "2.4.1",
53+
"@biomejs/cli-linux-x64": "2.4.1",
54+
"@biomejs/cli-linux-arm64": "2.4.1",
55+
"@biomejs/cli-linux-x64-musl": "2.4.1",
56+
"@biomejs/cli-linux-arm64-musl": "2.4.1"
5757
}
5858
}

packages/@biomejs/cli-darwin-arm64/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @biomejs/cli-darwin-arm64
22

3+
## 2.4.1
4+
35
## 2.4.0
46

57
## 2.3.15

packages/@biomejs/cli-darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biomejs/cli-darwin-arm64",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"license": "MIT OR Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)