Skip to content

Commit a1db664

Browse files
committed
chore(plugin): 更新插件名称和配置
- 将插件名称从 "React Css Modules All" 更改为 "CSS Modules" - 更新 plugin.xml 中的插件显示名称 - 修改 gradle.properties 中的 pluginGroup 和 pluginName - 更新 settings.gradle.kts 中的 rootProject.name 配置
1 parent 21b4194 commit a1db664

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [1.5.3] - 2025-12-10
6+
7+
- 将插件名称从 "React Css Modules All" 更改为 "CSS Modules"
8+
59
## [1.5.2] - 2025-12-10
610

711
- 将所有相关类从com.example.ide包迁移至com.peppa.css包
@@ -151,7 +155,8 @@
151155
- support a little complex parents selector
152156
- support css selector has pseudo
153157

154-
[Unreleased]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.2...HEAD
158+
[Unreleased]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.3...HEAD
159+
[1.5.3]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.2...v1.5.3
155160
[1.5.2]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.1...v1.5.2
156161
[1.5.1]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.5.0...v1.5.1
157162
[1.5.0]: https://github.com/Q-Peppa/react-css-modules-all/compare/v1.3.0...v1.5.0

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
22

3-
pluginGroup = com.example.css
4-
pluginName = React Css Modules All
3+
pluginGroup = com.peppa.css
4+
pluginName = CSS Modules
55
pluginRepositoryUrl = https://github.com/Q-Peppa/react-css-modules-all
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.5.2
8-
version = 1.5.2
7+
pluginVersion = 1.5.3
8+
version = 1.5.3
99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild=242
1111
# pluginUntilBuild = 242.* # for Supported all version > 231

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "React Css Modules All"
1+
rootProject.name = "CSS Modules"

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22
<idea-plugin>
33
<id>react.css.module.all</id>
4-
<name>React Css Modules All</name>
4+
<name>CSS Modules</name>
55
<vendor>Peppa</vendor>
66
<description><![CDATA[
77
<p><b>CSS Modules support for React/JavaScript projects</b></p>

0 commit comments

Comments
 (0)