Skip to content

Commit 05640e5

Browse files
committed
Update IntelliJ platform version
1 parent a41771e commit 05640e5

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.7] - 2025-11-12
12+
13+
### Added
14+
15+
- Update IntelliJ platform support to 2025.3
16+
1117
## [1.0.6] - 2025-07-01
1218

1319
### Added
@@ -66,7 +72,8 @@
6672
- Export color scheme to plugin
6773
- Initial release to plugin marketplace!
6874

69-
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.6...HEAD
75+
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.7...HEAD
76+
[1.0.6]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.6...v1.0.7
7077
[1.0.6]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.5...v1.0.6
7178
[1.0.5]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.4...v1.0.5
7279
[1.0.4]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.3...v1.0.4

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.6
7+
pluginVersion = 1.0.7
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 = 252.*
11+
pluginUntilBuild = 253.*
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.6</version>
14+
<version>1.0.7</version>
1515
</idea-plugin>

0 commit comments

Comments
 (0)