Skip to content

Commit 5235117

Browse files
committed
publish: 填写publish说明
1 parent e1a81f2 commit 5235117

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [1.3.0] - 2025-05-08
6+
7+
- refactor: move css into completion
8+
59
## [1.2.1] - 2025-04-11
610

711
- fix: fix some error completion not in JSIndexedPropertyAccessExpression
@@ -107,8 +111,9 @@
107111
- support a little complex parents selector
108112
- support css selector has pseudo
109113

110-
[Unreleased]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.0...HEAD
111-
114+
[Unreleased]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.3.0...HEAD
115+
[1.3.0]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.1...v1.3.0
116+
[1.2.1]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.2.0...v1.2.1
112117
[1.2.0]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.1.0...v1.2.0
113118
[1.1.0]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.3...v1.1.0
114119
[1.0.3]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.0.1...v1.0.3

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ pluginGroup = com.example.css
44
pluginName = React Css Modules All
55
pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all
66
# SemVer format -> https://semver.org
7-
pluginVersion=1.2.1
8-
version=1.2.1
7+
pluginVersion=1.3.0
8+
version=1.3.0
99

1010

1111
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html

0 commit comments

Comments
 (0)