Skip to content

Commit

Permalink
create release for 2023.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
m0rkeulv committed Aug 19, 2023
1 parent 6acccc8 commit 6539522
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## 1.4.13
## 1.4.13-231
* NOTE: Builds for idea 2023.1 are no longer actively maintained
* Added: Quick fix for incorrect extends and implements (#940)
* Fixed: Resolving type from inline method calls (#868)
* Fixed: Automatic import was placed after class Doc comment (#842)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ subprojects {
changelog {
groups.empty()
keepUnreleasedSection.set(false)
headerParserRegex.set("(\\d+\\.\\d+(\\.\\d+)*)(.*)") // old version names does not conform to standard
headerParserRegex.set("(\\d+\\.\\d+(\\.\\d+)*(-\\d+)?)(.*)") // old version names does not conform to standard
// repositoryUrl.set(properties("pluginRepositoryUrl"))
}

Expand Down
9 changes: 3 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,24 @@ pluginName = Haxe Toolkit Support
pluginRepositoryUrl = https://github.com/HaxeFoundation/intellij-haxe

# SemVer format -> https://semver.org
pluginVersion = 1.4.12
pluginVersion = 1.4.13-231

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IU
#platformVersion = 2022.3.1
platformVersion = 2023.1.2
platformVersion = 2023.1
#platformVersion = LATEST-EAP-SNAPSHOT
platformDownloadSources = true

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 231
pluginUntilBuild = 232.*
pluginUntilBuild = 231.*


# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
# see flex/flash versions at : https://plugins.jetbrains.com/plugin/14508-flash-flex/versions/stable/252411
#platformPlugins = com.intellij.java, com.intellij.flex:223.7571.123, JavaScript
platformPlugins = com.intellij.java, com.intellij.flex:231.8109.90, JavaScript
#platformPlugins = com.intellij.java, com.intellij.flex:232.8296.17, JavaScript

# Java language level used to compile sources and to generate the files for - Java 17 is required since 2022.2
javaVersion = 17
Expand Down

0 comments on commit 6539522

Please sign in to comment.