Skip to content

Commit 027f846

Browse files
committed
Prepare version 0.4.2
Signed-off-by: Martin Szuc <[email protected]>
1 parent fd37b1d commit 027f846

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## 0.4.2 (Sep 17, 2024)
4+
- fix: IdeaProject folder getting deleted by running local tests fixed #293 by @martinszuc in [(#294)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/294)
5+
- fix(UITest): fix for unstable tests & minor improvements #212 & #296 by @martinszuc in [(#301)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/301)
6+
- fix(UITest): fix for unstable MenuBar tests #278 by @martinszuc in [(#295)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/295)
7+
- Integrate the UI Test Robot properties inside test-project #256 by @richardkocian in [(#282)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/295)
8+
- waitForDialogsToDisappear method for empty project creation process #284 by @martinszuc in [(#285)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/285)
9+
- feat: Add UI integration tests for IntelliJ Ultimate #240 by @richardkocian in [(#286)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/286)
10+
- chore(deps): bump org.jetbrains.kotlin:kotlin-reflect from 2.0.0 to 2.0.20 in [(#298)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/298)
11+
- chore(deps): bump org.jetbrains.kotlin.jvm from 2.0.0 to 2.0.20 in [(#299)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/299)
12+
- chore(deps): bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.20 in [(#297)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/297)
13+
314
## 0.4.1 (Jul 30, 2024)
415
- Add platformType and platformVersion to ProcessBuilder parameters [(#239)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/239)
516
- Fix Project creation failing on GHA [(#260)](https://github.com/redhat-developer/intellij-common-ui-test-library/pull/260)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
Add the following dependency:
3333
```
3434
dependencies {
35-
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.2-SNAPSHOT'
35+
compile 'com.redhat.devtools.intellij:intellij-common-ui-test-library:0.4.2'
3636
}
3737
```
3838

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
projectVersion=0.4.2-SNAPSHOT
1+
projectVersion=0.4.2
22
nexusUser=invalid
33
nexusPassword=invalid

0 commit comments

Comments
 (0)