Skip to content

Commit

Permalink
chore: upgade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-Peppa committed Nov 10, 2024
1 parent 4cdd26e commit 3b3d970
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b3d970

Please sign in to comment.