Skip to content

Commit 3bc088d

Browse files
ci: release
1 parent fe90c78 commit 3bc088d

File tree

32 files changed

+84
-68
lines changed

32 files changed

+84
-68
lines changed

.changeset/afraid-meals-help.md

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

.changeset/fair-crabs-play.md

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

.changeset/itchy-aliens-ask.md

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

.changeset/soft-rules-feel.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.22
4+
35
## 2.0.21
46

57
## 2.0.20

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.21",
3+
"version": "2.0.22",
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.3.0",
49-
"@biomejs/cli-win32-arm64": "2.3.0",
50-
"@biomejs/cli-darwin-x64": "2.3.0",
51-
"@biomejs/cli-darwin-arm64": "2.3.0",
52-
"@biomejs/cli-linux-x64": "2.3.0",
53-
"@biomejs/cli-linux-arm64": "2.3.0",
54-
"@biomejs/cli-linux-x64-musl": "2.3.0",
55-
"@biomejs/cli-linux-arm64-musl": "2.3.0"
48+
"@biomejs/cli-win32-x64": "2.3.1",
49+
"@biomejs/cli-win32-arm64": "2.3.1",
50+
"@biomejs/cli-darwin-x64": "2.3.1",
51+
"@biomejs/cli-darwin-arm64": "2.3.1",
52+
"@biomejs/cli-linux-x64": "2.3.1",
53+
"@biomejs/cli-linux-arm64": "2.3.1",
54+
"@biomejs/cli-linux-x64-musl": "2.3.1",
55+
"@biomejs/cli-linux-arm64-musl": "2.3.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.3.1
4+
5+
### Patch Changes
6+
7+
- [#7840](https://github.com/biomejs/biome/pull/7840) [`72afdfa`](https://github.com/biomejs/biome/commit/72afdfa3451eb02d499c1a2a7dc826b37e3d5f8d) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#7838](https://github.com/biomejs/biome/issues/7838), which caused the new `--css-parse-*` arguments not being recognised by the `ci` command.
8+
9+
- [#7789](https://github.com/biomejs/biome/pull/7789) [`d5b416e`](https://github.com/biomejs/biome/commit/d5b416eae710f062fe96a4c774b3bf885857ffa8) Thanks [@fronterior](https://github.com/fronterior)! - Fixed the LSP method `workspace/didChangeWorkspaceFolders` to perform incremental updates instead of replacing the entire folder list.
10+
11+
- [#7852](https://github.com/biomejs/biome/pull/7852) [`bd254c7`](https://github.com/biomejs/biome/commit/bd254c7a4c8de8fa0a2cd9ae05591b6ee881a622) Thanks [@dyc3](https://github.com/dyc3)! - Fixed #7843: The CSS parser, when `tailwindDirectives` is enabled, correctly parses `--*: initial;`.
12+
13+
- [#7853](https://github.com/biomejs/biome/pull/7853) [`fe90c78`](https://github.com/biomejs/biome/commit/fe90c785e244b2a17ba8650972fb7eb6ddc6907f) Thanks [@dyc3](https://github.com/dyc3)! - Fixed #7848: The css parser with `tailwindDirectives` enabled will now correctly parse tailwind's source exclude syntax: `@source not "foo.css";`
14+
315
## 2.3.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.3.0",
3+
"version": "2.3.1",
44
"bin": {
55
"biome": "bin/biome"
66
},
@@ -46,13 +46,13 @@
4646
"provenance": true
4747
},
4848
"optionalDependencies": {
49-
"@biomejs/cli-win32-x64": "2.3.0",
50-
"@biomejs/cli-win32-arm64": "2.3.0",
51-
"@biomejs/cli-darwin-x64": "2.3.0",
52-
"@biomejs/cli-darwin-arm64": "2.3.0",
53-
"@biomejs/cli-linux-x64": "2.3.0",
54-
"@biomejs/cli-linux-arm64": "2.3.0",
55-
"@biomejs/cli-linux-x64-musl": "2.3.0",
56-
"@biomejs/cli-linux-arm64-musl": "2.3.0"
49+
"@biomejs/cli-win32-x64": "2.3.1",
50+
"@biomejs/cli-win32-arm64": "2.3.1",
51+
"@biomejs/cli-darwin-x64": "2.3.1",
52+
"@biomejs/cli-darwin-arm64": "2.3.1",
53+
"@biomejs/cli-linux-x64": "2.3.1",
54+
"@biomejs/cli-linux-arm64": "2.3.1",
55+
"@biomejs/cli-linux-x64-musl": "2.3.1",
56+
"@biomejs/cli-linux-arm64-musl": "2.3.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.3.1
4+
35
## 2.3.0
46

57
## 2.2.7

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.3.0",
3+
"version": "2.3.1",
44
"license": "MIT OR Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)