Skip to content

Commit ccb05b7

Browse files
committed
Update IntelliJ platform version
1 parent da0e23a commit ccb05b7

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
- Nothing
1010

11+
## [1.0.5] - 2025-05-01
12+
13+
### Added
14+
15+
- Update IntelliJ platform support to 2025.2
16+
1117
## [1.0.4] - 2025-01-16
1218

1319
### Added
@@ -52,7 +58,8 @@
5258
- Export color scheme to plugin
5359
- Initial release to plugin marketplace!
5460

55-
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.4...HEAD
61+
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.5...HEAD
62+
[1.0.5]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.4...v1.0.5
5663
[1.0.4]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.3...v1.0.4
5764
[1.0.3]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.2...v1.0.3
5865
[1.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.1...v1.0.2

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ pluginGroup = com.github.helloyeew.helloyeewjetbraintheme
44
pluginName = helloyeew-theme
55
pluginRepositoryUrl = https://github.com/HelloYeew/helloyeew-jetbrain-theme
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.0.4
7+
pluginVersion = 1.0.5
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233
11-
pluginUntilBuild = 251.*
11+
pluginUntilBuild = 252.*
1212

1313
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
1414
platformType = IC

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
<themeProvider id="8b98b4ae-1012-49e7-b10d-d22f60f4fc73" path="/HelloYeew Light.theme.json"/>
1212
</extensions>
1313

14-
<version>1.0.4</version>
14+
<version>1.0.5</version>
1515
</idea-plugin>

0 commit comments

Comments
 (0)