Skip to content

Commit 75f5482

Browse files
authored
chore: bump jetbrains plugin max version (#2269)
1 parent ee00e54 commit 75f5482

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/ide/jetbrains/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### Fixed
66

7+
- Update JetBrains platform version compatibility.
8+
9+
## 2.18.0
10+
11+
### Fixed
12+
713
- Views are not required to have a unique identifying field marked with `@id` or `@unique`.
814

915
## 2.17.0

packages/ide/jetbrains/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ tasks {
5757

5858
patchPluginXml {
5959
sinceBuild.set("233.2")
60-
untilBuild.set("251.*")
60+
untilBuild.set("271.*")
6161
changeNotes.set(provider {
6262
changelog.renderItem(
6363
changelog

0 commit comments

Comments
 (0)