Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloYeew committed Jan 16, 2025
1 parent ab502dd commit 77563df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

- Nothing

## [1.0.4] - 2025-01-16

### Added

- Update light theme UI to support new UI
- Update IntelliJ platform support to 2025.1

## [1.0.3] - 2024-09-20

### Added
Expand Down Expand Up @@ -45,7 +52,8 @@
- Export color scheme to plugin
- Initial release to plugin marketplace!

[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.3...HEAD
[Unreleased]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.4...HEAD
[1.0.3]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.3...v1.0.4
[1.0.3]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.2...v1.0.3
[1.0.2]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.1...v1.0.2
[1.0.1]: https://github.com/HelloYeew/helloyeew-jetbrain-theme/commits/v1.0.0...v1.0.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginVersion = 1.0.3

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
pluginUntilBuild = 243.*
pluginUntilBuild = 251.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IC
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<themeProvider id="8b98b4ae-1012-49e7-b10d-d22f60f4fc73" path="/HelloYeew Light.theme.json"/>
</extensions>

<version>1.0.3</version>
<version>1.0.4</version>
</idea-plugin>

0 comments on commit 77563df

Please sign in to comment.