From 9c3cfa7e946c0f8ab240583e88b0e7d8d4692dff Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 16 Jan 2024 02:06:15 +0000 Subject: [PATCH 1/2] Changelog update - v0.6.4 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc5a3f..c9df587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ ## [Unreleased] +## [0.6.4] - 2024-01-16 + ### Fixed - Reverted 'go to' changes added in `0.6.1` — it introduced too many bugs when using templating languages like Blade @@ -128,7 +130,8 @@ A bug was introduced that impacted Alpine when you did something like `x-data="@ ### Fixed - Removed Alpine icon which seemed to cause issues for some people -[Unreleased]: https://github.com/inxilpro/IntellijAlpine/compare/v0.6.3...HEAD +[Unreleased]: https://github.com/inxilpro/IntellijAlpine/compare/v0.6.4...HEAD +[0.6.4]: https://github.com/inxilpro/IntellijAlpine/compare/v0.6.3...v0.6.4 [0.6.3]: https://github.com/inxilpro/IntellijAlpine/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/inxilpro/IntellijAlpine/compare/v0.6.0...v0.6.2 [0.6.1]: https://github.com/inxilpro/IntellijAlpine/compare/v0.6.0...v0.6.1 From d501023ced4e8f4f5e1215f83fd8355b5274d63f Mon Sep 17 00:00:00 2001 From: Chris Morrell Date: Tue, 23 Apr 2024 11:41:59 -0400 Subject: [PATCH 2/2] Add 2024.* support --- .gitignore | 1 + gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e2e5d94..f9f8715 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .idea .qodana build +.DS_Store \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 592fb51..03c6604 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,11 +5,11 @@ pluginGroup = com.github.inxilpro.intellijalpine pluginName = Alpine.js Support pluginRepositoryUrl = https://github.com/inxilpro/IntellijAlpine # SemVer format -> https://semver.org -pluginVersion = 0.6.4 +pluginVersion = 0.6.5 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 231 -pluginUntilBuild = 233.* +pluginUntilBuild = 242.* # IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension platformType = IU