We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee00e54 commit 75f5482Copy full SHA for 75f5482
packages/ide/jetbrains/CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
### Fixed
6
7
+- Update JetBrains platform version compatibility.
8
+
9
+## 2.18.0
10
11
+### Fixed
12
13
- Views are not required to have a unique identifying field marked with `@id` or `@unique`.
14
15
## 2.17.0
packages/ide/jetbrains/build.gradle.kts
@@ -57,7 +57,7 @@ tasks {
57
58
patchPluginXml {
59
sinceBuild.set("233.2")
60
- untilBuild.set("251.*")
+ untilBuild.set("271.*")
61
changeNotes.set(provider {
62
changelog.renderItem(
63
changelog
0 commit comments