Skip to content

Commit eb62b71

Browse files
ci: release (#6779)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9bbd34f commit eb62b71

File tree

32 files changed

+99
-70
lines changed

32 files changed

+99
-70
lines changed

.changeset/early-pots-win.md

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

.changeset/flat-wolves-fall.md

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

.changeset/serious-mangos-relate.md

Lines changed: 0 additions & 11 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.8
4+
35
## 2.0.7
46

57
## 2.0.6

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.7",
3+
"version": "2.0.8",
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.1.0",
49-
"@biomejs/cli-win32-arm64": "2.1.0",
50-
"@biomejs/cli-darwin-x64": "2.1.0",
51-
"@biomejs/cli-darwin-arm64": "2.1.0",
52-
"@biomejs/cli-linux-x64": "2.1.0",
53-
"@biomejs/cli-linux-arm64": "2.1.0",
54-
"@biomejs/cli-linux-x64-musl": "2.1.0",
55-
"@biomejs/cli-linux-arm64-musl": "2.1.0"
48+
"@biomejs/cli-win32-x64": "2.1.1",
49+
"@biomejs/cli-win32-arm64": "2.1.1",
50+
"@biomejs/cli-darwin-x64": "2.1.1",
51+
"@biomejs/cli-darwin-arm64": "2.1.1",
52+
"@biomejs/cli-linux-x64": "2.1.1",
53+
"@biomejs/cli-linux-arm64": "2.1.1",
54+
"@biomejs/cli-linux-x64-musl": "2.1.1",
55+
"@biomejs/cli-linux-arm64-musl": "2.1.1"
5656
}
5757
}

packages/@biomejs/biome/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#6781](https://github.com/biomejs/biome/pull/6781) [`9bbd34f`](https://github.com/biomejs/biome/commit/9bbd34f8d4be3dd4ba4c63746a5b2915e578e339) Thanks [@siketyan](https://github.com/siketyan)! - Fixed the `FileFeaturesResult` interface in the WASM API was defined as a mapped object but the actual value was a `Map` object.
8+
9+
- [#6761](https://github.com/biomejs/biome/pull/6761) [`cf3c2ce`](https://github.com/biomejs/biome/commit/cf3c2ce3ac28a36eee948ad689794783b0ba23ef) Thanks [@dyc3](https://github.com/dyc3)! - Fixed [#6759](https://github.com/biomejs/biome/issues/6759), a false positive for `noFocusedTests` that was triggered by calling any function with the name `fit` on any object.
10+
11+
The following code will now pass the `noFocusedTests` rule:
12+
13+
```js
14+
import foo from "foo";
15+
foo.fit();
16+
```
17+
318
## 2.1.0
419

520
### 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.1.0",
3+
"version": "2.1.1",
44
"bin": {
55
"biome": "bin/biome"
66
},
@@ -46,13 +46,13 @@
4646
"provenance": true
4747
},
4848
"optionalDependencies": {
49-
"@biomejs/cli-win32-x64": "2.1.0",
50-
"@biomejs/cli-win32-arm64": "2.1.0",
51-
"@biomejs/cli-darwin-x64": "2.1.0",
52-
"@biomejs/cli-darwin-arm64": "2.1.0",
53-
"@biomejs/cli-linux-x64": "2.1.0",
54-
"@biomejs/cli-linux-arm64": "2.1.0",
55-
"@biomejs/cli-linux-x64-musl": "2.1.0",
56-
"@biomejs/cli-linux-arm64-musl": "2.1.0"
49+
"@biomejs/cli-win32-x64": "2.1.1",
50+
"@biomejs/cli-win32-arm64": "2.1.1",
51+
"@biomejs/cli-darwin-x64": "2.1.1",
52+
"@biomejs/cli-darwin-arm64": "2.1.1",
53+
"@biomejs/cli-linux-x64": "2.1.1",
54+
"@biomejs/cli-linux-arm64": "2.1.1",
55+
"@biomejs/cli-linux-x64-musl": "2.1.1",
56+
"@biomejs/cli-linux-arm64-musl": "2.1.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.1.1
4+
35
## 2.1.0
46

57
## 2.0.6

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

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

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

3+
## 2.1.1
4+
35
## 2.1.0
46

57
## 2.0.6

0 commit comments

Comments
 (0)