File tree Expand file tree Collapse file tree 7 files changed +16
-10
lines changed Expand file tree Collapse file tree 7 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 65
65
66
66
# Set up Java environment for the next steps
67
67
- name : Setup Java
68
- uses : actions/setup-java@v4.7.0
68
+ uses : actions/setup-java@v4.7.1
69
69
with :
70
70
distribution : zulu
71
71
java-version : 17
@@ -137,7 +137,7 @@ jobs:
137
137
138
138
# Set up Java environment for the next steps
139
139
- name : Setup Java
140
- uses : actions/setup-java@v4.7.0
140
+ uses : actions/setup-java@v4.7.1
141
141
with :
142
142
distribution : zulu
143
143
java-version : 17
@@ -191,7 +191,7 @@ jobs:
191
191
192
192
# Set up Java environment for the next steps
193
193
- name : Setup Java
194
- uses : actions/setup-java@v4.7.0
194
+ uses : actions/setup-java@v4.7.1
195
195
with :
196
196
distribution : zulu
197
197
java-version : 17
@@ -222,7 +222,7 @@ jobs:
222
222
223
223
# Set up Java environment for the next steps
224
224
- name : Setup Java
225
- uses : actions/setup-java@v4.7.0
225
+ uses : actions/setup-java@v4.7.1
226
226
with :
227
227
distribution : zulu
228
228
java-version : 17
Original file line number Diff line number Diff line change 22
22
23
23
# Set up Java environment for the next steps
24
24
- name : Setup Java
25
- uses : actions/setup-java@v4.7.0
25
+ uses : actions/setup-java@v4.7.1
26
26
with :
27
27
distribution : zulu
28
28
java-version : 17
Original file line number Diff line number Diff line change 26
26
27
27
# Set up Java environment for the next steps
28
28
- name : Setup Java
29
- uses : actions/setup-java@v4.7.0
29
+ uses : actions/setup-java@v4.7.1
30
30
with :
31
31
distribution : zulu
32
32
java-version : 17
Original file line number Diff line number Diff line change 37
37
38
38
# Set up Java environment for the next steps
39
39
- name : Setup Java
40
- uses : actions/setup-java@v4.7.0
40
+ uses : actions/setup-java@v4.7.1
41
41
with :
42
42
distribution : zulu
43
43
java-version : 17
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.8] - 2025-06-09
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.7] - 2025-04-23
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ 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.7
8
+ pluginVersion = 1.2.8
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
12
- pluginUntilBuild = 251 .*
12
+ pluginUntilBuild = 252 .*
13
13
14
14
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
15
15
platformType = IU
Original file line number Diff line number Diff line change 1
1
rootProject.name = " intellij-remix"
2
2
3
3
plugins {
4
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
4
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.10 .0"
5
5
}
You can’t perform that action at this time.
0 commit comments