Skip to content

Commit 3d5bcad

Browse files
committed
Merge branch 'release/1.2.21'
2 parents 9bb60f8 + 450e394 commit 3d5bcad

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Setup Gradle
5555
- name: Setup Gradle
56-
uses: gradle/gradle-build-action@v2.6.0
56+
uses: gradle/gradle-build-action@v2.6.1
5757

5858
# Set environment variables
5959
- name: Export Properties
@@ -125,7 +125,7 @@ jobs:
125125

126126
# Setup Gradle
127127
- name: Setup Gradle
128-
uses: gradle/gradle-build-action@v2.6.0
128+
uses: gradle/gradle-build-action@v2.6.1
129129

130130
# Cache Plugin Verifier IDEs
131131
- name: Setup Plugin Verifier IDEs Cache
@@ -164,7 +164,7 @@ jobs:
164164
# Run Qodana inspections
165165
- name: Qodana - Code Inspection
166166
if: ${{ github.actor != 'dependabot[bot]' }}
167-
uses: JetBrains/qodana-action@v2023.1.5
167+
uses: JetBrains/qodana-action@v2023.2.1
168168
with:
169169
cache-default-branch-only: true
170170

.github/workflows/run-ui-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333

3434
# Check out current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v3.5.2
3737

3838
# Setup Java environment for the next steps
3939
- name: Setup Java
40-
uses: actions/setup-java@v3
40+
uses: actions/setup-java@v3.11.9
4141
with:
4242
distribution: zulu
4343
java-version: 17
@@ -49,7 +49,7 @@ jobs:
4949

5050
# Wait for IDEA to be started
5151
- name: Health Check
52-
uses: jtalk/url-health-check-action@v3
52+
uses: jtalk/url-health-check-action@v3.1
5353
with:
5454
url: http://127.0.0.1:8082
5555
max-attempts: 15

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.21] - 2023-07-22
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.20] - 2023-07-18
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 = IntelliJ Next.js Plugin
55
pluginRepositoryUrl = https://github.com/nekofar/intellij-nextjs
66

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

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

0 commit comments

Comments
 (0)