Skip to content

Commit 4241559

Browse files
ci: release (#6415)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31dd03f commit 4241559

File tree

33 files changed

+70
-60
lines changed

33 files changed

+70
-60
lines changed

.changeset/common-melons-see.md

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

.changeset/few-points-drum.md

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

.changeset/long-hairs-guess.md

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

.changeset/shiny-groups-leave.md

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

.changeset/sixty-files-run.md

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

.changeset/thirty-pandas-taste.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.1
4+
35
## 2.0.0
46

57
### Major Changes

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

packages/@biomejs/biome/CHANGELOG.md

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

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- [#6414](https://github.com/biomejs/biome/pull/6414) [`a5ef2d9`](https://github.com/biomejs/biome/commit/a5ef2d905a1e6e14df6c80512068b80966a2b87c) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#6360](https://github.com/biomejs/biome/issues/6360): The following pseudo classes and elements are no longer reported by `noUnknownPseudoClass` or `noUnknownPseudoElement` rules.
8+
9+
- `:open`
10+
- `::details-content`
11+
- `::prefix`
12+
- `::search-text`
13+
- `::suffix`
14+
15+
- [#6414](https://github.com/biomejs/biome/pull/6414) [`a5ef2d9`](https://github.com/biomejs/biome/commit/a5ef2d905a1e6e14df6c80512068b80966a2b87c) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#6357](https://github.com/biomejs/biome/issues/6357), where the boolean values weren't correctly merged when using the `extends` functionality. Now Biome correctly merges the values.
16+
17+
- [#6414](https://github.com/biomejs/biome/pull/6414) [`a5ef2d9`](https://github.com/biomejs/biome/commit/a5ef2d905a1e6e14df6c80512068b80966a2b87c) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#6341](https://github.com/biomejs/biome/issues/6341): Fixed an issue where Biome would throw an error for the language tags `nb` and `nn`.
18+
19+
- [#6414](https://github.com/biomejs/biome/pull/6414) [`a5ef2d9`](https://github.com/biomejs/biome/commit/a5ef2d905a1e6e14df6c80512068b80966a2b87c) Thanks [@ematipico](https://github.com/ematipico)! - Fixed [#6278](github.com/biomejs/biome/issues/6278): `useExhaustiveDependencies` no longer adds duplicated dependencies into the list.
20+
21+
- [#6414](https://github.com/biomejs/biome/pull/6414) [`a5ef2d9`](https://github.com/biomejs/biome/commit/a5ef2d905a1e6e14df6c80512068b80966a2b87c) Thanks [@ematipico](https://github.com/ematipico)! - Fix #6396, where `vi.useFakeTimers()` and `vi.useRealTimers()` incorrectly triggered React Hooks-related rules
22+
23+
- [#6414](https://github.com/biomejs/biome/pull/6414) [`a5ef2d9`](https://github.com/biomejs/biome/commit/a5ef2d905a1e6e14df6c80512068b80966a2b87c) Thanks [@ematipico](https://github.com/ematipico)! - Fixed a bug where Biome didn't correctly discover nested configuration files when using the `lint` command and the linter is disabled in the root configuration.
24+
325
## 2.0.0
426

527
### Major Changes

packages/@biomejs/biome/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@biomejs/biome",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"bin": {
55
"biome": "bin/biome"
66
},

0 commit comments

Comments
 (0)