Skip to content

Commit 6fe869a

Browse files
chore: re-release 0.9.5
1 parent ead94e9 commit 6fe869a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212

1313
## [Unreleased]
1414

15-
## [0.9.5] - 2025-08-18
16-
1715
### Fixed
1816

1917
- Fix compatibility with the newest versions of the registries and configuration files across all the implementations (#89)
@@ -175,8 +173,7 @@
175173

176174
- Initial release
177175

178-
[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.5...HEAD
179-
[0.9.5]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.4...v0.9.5
176+
[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.4...HEAD
180177
[0.9.4]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.3...v0.9.4
181178
[0.9.3]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.2...v0.9.3
182179
[0.9.2]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.9.1...v0.9.2

gradle.properties

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

33
pluginGroup = com.github.warningimhack3r.intellijshadcnplugin
4-
pluginName = intellij-shadcn-plugin
4+
pluginName = shadcn/ui Components Manager
55
pluginRepositoryUrl = https://github.com/WarningImHack3r/intellij-shadcn-plugin
66
# SemVer format -> https://semver.org
77
pluginVersion = 0.9.5

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
rootProject.name = "intellij-shadcn-plugin"
1+
rootProject.name = "shadcnui Components Manager"
22

33
plugins {
44
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"

0 commit comments

Comments
 (0)