Skip to content

Commit 889bb9f

Browse files
committed
Merge branch 'release/1.2.7'
2 parents f2a59bb + 0a7bef7 commit 889bb9f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
6+
## [1.2.7] - 2025-04-23
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.6] - 2025-03-31
713

814
### Bug Fixes

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
4545

4646
instrumentationTools()
47-
pluginVerifier()
47+
pluginVerifier(version="1.383")
4848
zipSigner()
4949
testFramework(TestFrameworkType.Platform)
5050
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginName = IntelliJ Remix Plugin
55
pluginRepositoryUrl = https://github.com/KartanHQ/intellij-remix
66

77
# SemVer format -> https://semver.org
8-
pluginVersion = 1.2.6
8+
pluginVersion = 1.2.7
99

1010
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1111
pluginSinceBuild = 233

0 commit comments

Comments
 (0)