Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
- Fix incorrect id from copy-paste for 0.7.1
  • Loading branch information
WarningImHack3r committed Feb 16, 2024
1 parent 8d2a999 commit 841799a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@

## [Unreleased]

## [0.7.2] - 2024-02-16

### Fixed

- Fix a conflict with my other plugin, `npm-update-dependencies`

## [0.7.1] - 2024-02-11

### Added
Expand All @@ -31,6 +37,7 @@

- Initial release

[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/compare/v0.7.2...HEAD
[0.7.2]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/commits/v0.7.1...v0.7.2
[0.7.1]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/commits/v0.7.0...v0.7.1
[0.7.0]: https://github.com/WarningImHack3r/intellij-shadcn-plugin/commits/v0.7.0
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.warningimhack3r.intellijshadcnplugin
pluginName = intellij-shadcn-plugin
pluginRepositoryUrl = https://github.com/WarningImHack3r/intellij-shadcn-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.7.1
pluginVersion = 0.7.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 213
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<depends>com.intellij.modules.platform</depends>

<actions>
<action id="com.github.warningimhack3r.npmupdatedependencies.errorsubmitter.ErrorThrowingAction"
<action id="com.github.warningimhack3r.intellijshadcnplugin.errorsubmitter.ErrorThrowingAction"
class="com.github.warningimhack3r.intellijshadcnplugin.errorsubmitter.ErrorThrowingAction"
text="[shadcn/ui Debug] Throw an Error"
description="[shadcn/ui Debug] Try out the error handler"
Expand Down

0 comments on commit 841799a

Please sign in to comment.