File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
+ ## [ 1.2.7] - 2025-04-23
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.6] - 2025-03-31
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
plugins(providers.gradleProperty(" platformPlugins" ).map { it.split(' ,' ) })
45
45
46
46
instrumentationTools()
47
- pluginVerifier()
47
+ pluginVerifier(version = " 1.383 " )
48
48
zipSigner()
49
49
testFramework(TestFrameworkType .Platform )
50
50
}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginName = IntelliJ Remix Plugin
5
5
pluginRepositoryUrl = https://github.com/KartanHQ/intellij-remix
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 1.2.6
8
+ pluginVersion = 1.2.7
9
9
10
10
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
pluginSinceBuild = 233
You can’t perform that action at this time.
0 commit comments