From f57d76c64c94ab7acb70a375e2d7daac6a16fcf5 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Fri, 3 Mar 2023 17:12:54 +0100 Subject: [PATCH] - Update `platformVersion` to `2022.1.4` - Change since/until build to `221-231.*` (2022.1 - 2023.1.*) --- .github/template-cleanup/gradle.properties | 6 +++--- CHANGELOG.md | 2 ++ gradle.properties | 6 +++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 041d446..5fd7634 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -7,12 +7,12 @@ pluginRepositoryUrl = https://github.com/%REPOSITORY% pluginVersion = 0.0.1 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 213 -pluginUntilBuild = 223.* +pluginSinceBuild = 221 +pluginUntilBuild = 231.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2021.3.3 +platformVersion = 2022.1.4 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22 diff --git a/CHANGELOG.md b/CHANGELOG.md index c31dd6b..b412ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ - Example code - `FrameStateListener` application listener ### Changed +- Update `platformVersion` to `2022.1.4` +- Change since/until build to `221-231.*` (2022.1 - 2023.1.*) - Example code - registered project service changed into a lightweight one - GitHub Actions - pass changelog release notes as a multi-line content - GitHub Actions - provide `plugin.verifier.home.dir` variable as a system property instead of project property diff --git a/gradle.properties b/gradle.properties index d4b017b..ab9e230 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,12 +7,12 @@ pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-temp pluginVersion = 1.4.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html -pluginSinceBuild = 213 -pluginUntilBuild = 223.* +pluginSinceBuild = 221 +pluginUntilBuild = 231.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC -platformVersion = 2021.3.3 +platformVersion = 2022.1.4 # Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html # Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22