Skip to content

Commit 92bdcad

Browse files
authored
chore: prepare v1.10.0 (#211)
1 parent 3915305 commit 92bdcad

File tree

4 files changed

+24
-13
lines changed

4 files changed

+24
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.10.0
6+
7+
### Bug Fixes
8+
9+
- Revert a change to use `DocumentUtil.executeInBulk` ([#208](https://github.com/biomejs/biome-intellij/pull/208))
10+
- Fallback to child config when no root config was found in the project ([#210](https://github.com/biomejs/biome-intellij/pull/210))
11+
12+
### Features
13+
14+
- Improve diagnostics message ([#209](https://github.com/biomejs/biome-intellij/pull/209))
15+
516
## 1.9.0
617

718
### Bug Fixes

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Biome - IntelliJ Plugin
22

3-
[![IntelliJ IDEA Ultimate Version](https://img.shields.io/badge/IntelliJ%20IDEA%20Ultimate-2024.1-374151.svg?labelcolor=000&logo=intellij-idea&labelColor=black)](https://www.jetbrains.com/idea/)
4-
[![WebStorm Version](https://img.shields.io/badge/WebStorm-2024.1-1F3263.svg?labelcolor=000&logo=webstorm&labelColor=black)](https://www.jetbrains.com/webstorm/)
5-
[![AppCode Version](https://img.shields.io/badge/AppCode-2024.1-2380B0.svg?labelcolor=000&logo=appcode&labelColor=black)](https://www.jetbrains.com/objc/)
6-
[![PhpStorm Version](https://img.shields.io/badge/PhpStorm-2024.1-953D8C.svg?labelcolor=000&logo=phpstorm&labelColor=black)](https://www.jetbrains.com/phpstorm/)
7-
[![RubyMine Version](https://img.shields.io/badge/RubyMine-2024.1-A11523.svg?labelcolor=000&logo=ruby&labelColor=black)](https://www.jetbrains.com/ruby/)
3+
[![IntelliJ IDEA Ultimate Version](https://img.shields.io/badge/IntelliJ%20IDEA%20Ultimate-2024.3-374151.svg?labelcolor=000&logo=intellij-idea&labelColor=black)](https://www.jetbrains.com/idea/)
4+
[![WebStorm Version](https://img.shields.io/badge/WebStorm-2024.3-1F3263.svg?labelcolor=000&logo=webstorm&labelColor=black)](https://www.jetbrains.com/webstorm/)
5+
[![AppCode Version](https://img.shields.io/badge/AppCode-2024.3-2380B0.svg?labelcolor=000&logo=appcode&labelColor=black)](https://www.jetbrains.com/objc/)
6+
[![PhpStorm Version](https://img.shields.io/badge/PhpStorm-2024.3-953D8C.svg?labelcolor=000&logo=phpstorm&labelColor=black)](https://www.jetbrains.com/phpstorm/)
7+
[![RubyMine Version](https://img.shields.io/badge/RubyMine-2024.3-A11523.svg?labelcolor=000&logo=ruby&labelColor=black)](https://www.jetbrains.com/ruby/)
88

99
[Biome](https://biomejs.dev/) is a powerful tool designed to enhance your development experience.
1010
This plugin integrates seamlessly with many [JetBrains IDE's](#supported-ides) to provide the following capabilities.
@@ -64,15 +64,15 @@ If you want to format code on save, navigate to **Actions on Save** settings and
6464

6565
This plugin is currently supported in the following IDEs:
6666

67-
- [![IntelliJ IDEA Ultimate Version](https://img.shields.io/badge/IntelliJ%20IDEA%20Ultimate-2024.1-374151.svg?labelcolor=000&logo=intellij-idea&labelColor=black)](https://www.jetbrains.com/idea/)
67+
- [![IntelliJ IDEA Ultimate Version](https://img.shields.io/badge/IntelliJ%20IDEA%20Ultimate-2024.3-374151.svg?labelcolor=000&logo=intellij-idea&labelColor=black)](https://www.jetbrains.com/idea/)
6868

69-
- [![WebStorm Version](https://img.shields.io/badge/WebStorm-2024.1-1F3263.svg?labelcolor=000&logo=webstorm&labelColor=black)](https://www.jetbrains.com/webstorm/)
69+
- [![WebStorm Version](https://img.shields.io/badge/WebStorm-2024.3-1F3263.svg?labelcolor=000&logo=webstorm&labelColor=black)](https://www.jetbrains.com/webstorm/)
7070

71-
- [![AppCode Version](https://img.shields.io/badge/AppCode-2024.1-2380B0.svg?labelcolor=000&logo=appcode&labelColor=black)](https://www.jetbrains.com/objc/)
71+
- [![AppCode Version](https://img.shields.io/badge/AppCode-2024.3-2380B0.svg?labelcolor=000&logo=appcode&labelColor=black)](https://www.jetbrains.com/objc/)
7272

73-
- [![PhpStorm Version](https://img.shields.io/badge/PhpStorm-2024.1-953D8C.svg?labelcolor=000&logo=phpstorm&labelColor=black)](https://www.jetbrains.com/phpstorm/)
73+
- [![PhpStorm Version](https://img.shields.io/badge/PhpStorm-2024.3-953D8C.svg?labelcolor=000&logo=phpstorm&labelColor=black)](https://www.jetbrains.com/phpstorm/)
7474

75-
- [![RubyMine Version](https://img.shields.io/badge/RubyMine-2024.1-A11523.svg?labelcolor=000&logo=ruby&labelColor=black)](https://www.jetbrains.com/ruby/)
75+
- [![RubyMine Version](https://img.shields.io/badge/RubyMine-2024.3-A11523.svg?labelcolor=000&logo=ruby&labelColor=black)](https://www.jetbrains.com/ruby/)
7676

7777
## Usage
7878

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginGroup=com.github.biomejs.intellijbiome
33
pluginName=Biome
44
pluginRepositoryUrl=https://github.com/biomejs/biome-intellij
55
# SemVer format -> https://semver.org
6-
pluginVersion=1.9.0
6+
pluginVersion=1.10.0
77

88
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
99
pluginSinceBuild = 243
@@ -19,7 +19,7 @@ platformPlugins =
1919
platformBundledPlugins = JavaScript
2020

2121
# Gradle Releases -> https://github.com/gradle/gradle/releases
22-
gradleVersion = 8.14.2
22+
gradleVersion = 9.0.0
2323

2424
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
2525
kotlin.stdlib.default.dependency = false

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ junit = "4.13.2"
44
kotlinxSerialization = "1.8.1"
55

66
# plugins
7-
intelliJPlatform = "2.6.0"
7+
intelliJPlatform = "2.7.0"
88
# Keep it compatibile with the bundled Kotlin stdlib.
99
# https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#bundled-stdlib-versions
1010
kotlin = "2.0.21"

0 commit comments

Comments
 (0)