Skip to content

Commit 48c0415

Browse files
committed
Merge branch 'release/1.2.26'
2 parents 53805a1 + 7dec16d commit 48c0415

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
# Check out current repository
6060
- name: Fetch Sources
61-
uses: actions/checkout@v4.1.0
61+
uses: actions/checkout@v4.1.1
6262

6363
# Validate wrapper
6464
- name: Gradle Wrapper Validation
@@ -136,7 +136,7 @@ jobs:
136136

137137
# Check out current repository
138138
- name: Fetch Sources
139-
uses: actions/checkout@v4.1.0
139+
uses: actions/checkout@v4.1.1
140140

141141
# Setup Java environment for the next steps
142142
- name: Setup Java
@@ -180,7 +180,7 @@ jobs:
180180

181181
# Check out current repository
182182
- name: Fetch Sources
183-
uses: actions/checkout@v4.1.0
183+
uses: actions/checkout@v4.1.1
184184

185185
# Setup Java environment for the next steps
186186
- name: Setup Java
@@ -209,7 +209,7 @@ jobs:
209209
210210
# Check out current repository
211211
- name: Fetch Sources
212-
uses: actions/checkout@v4.1.0
212+
uses: actions/checkout@v4.1.1
213213

214214
# Setup Java environment for the next steps
215215
- name: Setup Java
@@ -254,7 +254,7 @@ jobs:
254254

255255
# Check out current repository
256256
- name: Fetch Sources
257-
uses: actions/checkout@v4.1.0
257+
uses: actions/checkout@v4.1.1
258258

259259
# Setup Java environment for the next steps
260260
- name: Setup Java

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
# Check out current repository
1818
- name: Fetch Sources
19-
uses: actions/checkout@v4.1.0
19+
uses: actions/checkout@v4.1.1
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Check out current repository
2222
- name: Fetch Sources
23-
uses: actions/checkout@v4.1.0
23+
uses: actions/checkout@v4.1.1
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

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

3838
# Setup Java environment for the next steps
3939
- name: Setup Java

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.26] - 2023-10-29
7+
8+
### Bug Fixes
9+
10+
- Solve some minor issues and update dependencies
11+
612
## [1.2.25] - 2023-10-15
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.25
8+
pluginVersion = 1.2.26
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)