Skip to content

Commit d9b7ade

Browse files
ci: release (#7755)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38f8bcd commit d9b7ade

36 files changed

Lines changed: 88 additions & 72 deletions

File tree

.changeset/every-states-sort.md

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

.changeset/gold-lamps-try.md

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

.changeset/public-experts-change.md

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

.changeset/witty-tools-love.md

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

crates/biome_css_analyze/src/lint/nursery/no_empty_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare_lint_rule! {
6161
/// ```
6262
///
6363
pub NoEmptySource {
64-
version: "next",
64+
version: "2.2.7",
6565
name: "noEmptySource",
6666
language: "css",
6767
sources: &[RuleSource::Stylelint("no-empty-source").same()],

crates/biome_graphql_analyze/src/lint/nursery/no_empty_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ declare_lint_rule! {
6464
/// ```
6565
///
6666
pub NoEmptySource {
67-
version: "next",
67+
version: "2.2.7",
6868
name: "noEmptySource",
6969
language: "graphql",
7070
recommended: false,

crates/biome_js_analyze/src/lint/nursery/no_empty_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ declare_lint_rule! {
102102
/// ```
103103
///
104104
pub NoEmptySource {
105-
version: "next",
105+
version: "2.2.7",
106106
name: "noEmptySource",
107107
language: "js",
108108
sources: &[RuleSource::EslintUnicorn("no-empty-file").same()],

crates/biome_json_analyze/src/lint/nursery/no_empty_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ declare_lint_rule! {
5959
/// ```
6060
///
6161
pub NoEmptySource {
62-
version: "next",
62+
version: "2.2.7",
6363
name: "noEmptySource",
6464
language: "json",
6565
recommended: false,

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.20
4+
35
## 2.0.19
46

57
## 2.0.18

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

0 commit comments

Comments
 (0)