Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 5d8da04

Browse files
committed
chore(release): version bump to 6.0.0 and update the changelog
Since the current changelog between the 6.0.0-beta and the 6.0.0 release is minor, updated the changelog by removing the -beta.
1 parent d777738 commit 5d8da04

File tree

3 files changed

+35
-48
lines changed

3 files changed

+35
-48
lines changed

Diff for: CHANGELOG.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
# 6.0.1-beta
2-
3-
Minor fixes to remove the control flow completely and to prevent random execution order in Jasmine 3.
4-
5-
- ([0a2809e](https://github.com/angular/protractor/commit/0a2809e62f34ed75632c80e1e792214e01eb0afe))
6-
chore(types): fix types to use not @types/selenium-webdriver (#5127)
7-
8-
- Remove the USE_PROMISE_MANAGER test in spec/ts/basic
9-
- Remove the check if we are using the control flow or not
10-
- ([84cdc50](https://github.com/angular/protractor/commit/84cdc50771b23f840bf62cb33f742dff3aaff990))
11-
chore(jasmine): prevent random execution order in jasmine 3 (#5126)
12-
13-
# 6.0.0-beta
1+
# 6.0.0
142

153
Selenium 4 removes the control flow and most of these changes are based on those changes. To see the full list of changes, please refer to selenium-webdriver's [CHANGELOG](https://github.com/SeleniumHQ/selenium/blob/master/javascript/node/selenium-webdriver/CHANGES.md)
164

@@ -126,6 +114,18 @@ Selenium 4 removes the control flow and most of these changes are based on those
126114
webdriver-manager
127115
closes #5087
128116

117+
## Miscellaneous
118+
119+
Minor fixes to remove the control flow completely and to prevent random execution order in Jasmine 3.
120+
121+
- ([0a2809e](https://github.com/angular/protractor/commit/0a2809e62f34ed75632c80e1e792214e01eb0afe))
122+
chore(types): fix types to use not @types/selenium-webdriver (#5127)
123+
124+
- Remove the USE_PROMISE_MANAGER test in spec/ts/basic
125+
- Remove the check if we are using the control flow or not
126+
- ([84cdc50](https://github.com/angular/protractor/commit/84cdc50771b23f840bf62cb33f742dff3aaff990))
127+
chore(jasmine): prevent random execution order in jasmine 3 (#5126)
128+
129129

130130
# 5.4.2
131131

Diff for: package-lock.json

+20-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"saucelabs": "^1.5.0",
2222
"selenium-webdriver": "^4.0.0-alpha.1",
2323
"source-map-support": "~0.4.0",
24-
"webdriver-manager": "13.0.0-beta"
24+
"webdriver-manager": "13.0.0"
2525
},
2626
"devDependencies": {
2727
"@types/chalk": "^0.4.28",
@@ -77,5 +77,5 @@
7777
"engines": {
7878
"node": ">=8.8.x"
7979
},
80-
"version": "6.0.1-beta"
80+
"version": "6.0.0"
8181
}

0 commit comments

Comments
 (0)