Skip to content

Commit 847533c

Browse files
committed
Merge branch 'release/1.2.4'
2 parents 889506f + a3f0a03 commit 847533c

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
# Store an already-built plugin as an artifact for downloading
124124
- name: Upload artifact
125-
uses: actions/upload-artifact@v5.0.0
125+
uses: actions/upload-artifact@v6.0.0
126126
with:
127127
name: ${{ steps.artifact.outputs.filename }}
128128
path: ./build/distributions/content/*/*
@@ -165,7 +165,7 @@ jobs:
165165
# Collect Tests Result of failed tests
166166
- name: Collect Tests Result
167167
if: ${{ failure() }}
168-
uses: actions/upload-artifact@v5.0.0
168+
uses: actions/upload-artifact@v6.0.0
169169
with:
170170
name: tests-result
171171
path: ${{ github.workspace }}/build/reports/tests
@@ -253,7 +253,7 @@ jobs:
253253
# Collect Plugin Verifier Result
254254
- name: Collect Plugin Verifier Result
255255
if: ${{ always() }}
256-
uses: actions/upload-artifact@v5.0.0
256+
uses: actions/upload-artifact@v6.0.0
257257
with:
258258
name: pluginVerifier-result
259259
path: ${{ github.workspace }}/build/reports/pluginVerifier

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.4] - 2026-01-05
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.3] - 2025-12-13
713

814
### Bug Fixes

gradle.properties

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

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

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

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ opentest4j = "1.3.0"
66
# plugins
77
changelog = "2.5.0"
88
intelliJPlatform = "2.10.4"
9-
kotlin = "2.2.21"
9+
kotlin = "2.3.0"
1010
kover = "0.9.4"
11-
qodana = "2025.2.4"
11+
qodana = "2025.3.1"
1212

1313
[libraries]
1414
junit = { group = "junit", name = "junit", version.ref = "junit" }

0 commit comments

Comments
 (0)