diff --git a/CHANGELOG.md b/CHANGELOG.md index 05d5927..c5da7a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ - not call subtreeChanged, UI cost very expensive - add getQuickNavigateInfo to polyfill mouse left info +## [1.0.2] - 2024-11-10 + +- update version number for jetbarins 2024.3 + ## [1.0.0] - 2024-10-01 - fix bug not show completion when first active @@ -81,8 +85,8 @@ - support css selector has pseudo [Unreleased]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.1...HEAD - -[1.0.1]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.0...v1.0.1 +[1.0.2]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.0...v1.0.2 +[1.0.1]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.2...v1.0.1 [1.0.0]: https://github.com/Q-Peppa/react-css-modules-all/compare/v0.0.12...v1.0.0 [0.0.12]: https://github.com/Q-Peppa/react-css-modules-all/compare/v0.0.11...v0.0.12 [0.0.11]: https://github.com/Q-Peppa/react-css-modules-all/compare/v0.0.10...v0.0.11 diff --git a/gradle.properties b/gradle.properties index 7f8f461..ecde3d2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,13 +4,13 @@ pluginGroup = com.example.css pluginName = React Css Modules All pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all # SemVer format -> https://semver.org -pluginVersion=1.0.1 -version=1.0.1 +pluginVersion=1.0.2 +version=1.0.2 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 231 -pluginUntilBuild = 242.* +# pluginUntilBuild = 242.* # for Supported all version > 231 # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IC