Skip to content

Commit 4875656

Browse files
authored
chore(release): 4.2.0 (#7517)
1 parent ad3c5b8 commit 4875656

File tree

31 files changed

+44
-287
lines changed

31 files changed

+44
-287
lines changed

CHANGELOG.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.1...v4.2.0-alpha.2) (2021-03-18)
7-
8-
**Note:** Version bump only for package opentrons
9-
10-
11-
12-
13-
14-
# [4.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.0...v4.2.0-alpha.1) (2021-03-12)
15-
16-
**Note:** Version bump only for package opentrons
17-
18-
19-
20-
21-
22-
# [4.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0-alpha.0) (2021-03-05)
23-
6+
# [4.2.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0) (2021-03-18)
247

258
### Bug Fixes
269

api/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
1515
- If you are experiencing this issue, you should recalibrate your pipettes after updating.
1616
- Fixed an issue where the OT-2 would be unable to connect to Wi-Fi networks using 802.1x Fast Migration.
1717

18+
## Known Issues
19+
20+
In 4.2.0 and previous releases, the OT-2 will only use TLS 1.0 for WPA2 Enterprise association. Some RADIUS servers have disabled this version of TLS; it must be enabled to connect the OT-2 to a RADIUS-secured network.
21+
1822
---
1923

2024
## OT-2 Software Changes in 4.1.1

api/src/opentrons/CHANGELOG.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.1...v4.2.0-alpha.2) (2021-03-18)
7-
8-
**Note:** Version bump only for package @opentrons/api-server
9-
10-
11-
12-
13-
14-
# [4.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.0...v4.2.0-alpha.1) (2021-03-12)
15-
16-
**Note:** Version bump only for package @opentrons/api-server
17-
18-
19-
20-
21-
22-
# [4.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0-alpha.0) (2021-03-05)
23-
6+
# [4.2.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0) (2021-03-18)
247

258
### Bug Fixes
269

api/src/opentrons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/api-server",
3-
"version": "4.2.0-alpha.2",
3+
"version": "4.2.0",
44
"description": "Opentrons API server application",
55
"repository": {
66
"type": "git",

app-shell/CHANGELOG.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.1...v4.2.0-alpha.2) (2021-03-18)
7-
8-
**Note:** Version bump only for package @opentrons/app-shell
9-
10-
11-
12-
13-
14-
# [4.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.0...v4.2.0-alpha.1) (2021-03-12)
15-
16-
**Note:** Version bump only for package @opentrons/app-shell
17-
18-
19-
20-
21-
22-
# [4.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0-alpha.0) (2021-03-05)
6+
# [4.2.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0) (2021-03-18)
237

248
**Note:** Version bump only for package @opentrons/app-shell
259

app-shell/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@opentrons/app-shell",
33
"private": true,
44
"productName": "Opentrons",
5-
"version": "4.2.0-alpha.2",
5+
"version": "4.2.0",
66
"description": "Opentrons desktop application",
77
"main": "lib/main.js",
88
"types": "lib/main.d.ts",
@@ -28,9 +28,9 @@
2828
]
2929
},
3030
"devDependencies": {
31-
"@opentrons/app": "4.2.0-alpha.2",
32-
"@opentrons/discovery-client": "4.2.0-alpha.2",
33-
"@opentrons/shared-data": "4.2.0-alpha.2"
31+
"@opentrons/app": "4.2.0",
32+
"@opentrons/discovery-client": "4.2.0",
33+
"@opentrons/shared-data": "4.2.0"
3434
},
3535
"dependencies": {
3636
"@thi.ng/paths": "1.6.5",

app/CHANGELOG.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.1...v4.2.0-alpha.2) (2021-03-18)
7-
8-
**Note:** Version bump only for package @opentrons/app
9-
10-
11-
12-
13-
14-
# [4.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.0...v4.2.0-alpha.1) (2021-03-12)
15-
16-
**Note:** Version bump only for package @opentrons/app
17-
18-
19-
20-
21-
22-
# [4.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0-alpha.0) (2021-03-05)
23-
6+
# [4.2.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0) (2021-03-18)
247

258
### Bug Fixes
269

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/app",
3-
"version": "4.2.0-alpha.2",
3+
"version": "4.2.0",
44
"description": "Opentrons desktop application UI",
55
"main": "src/index.js",
66
"repository": {
@@ -18,8 +18,8 @@
1818
"homepage": "https://github.com/Opentrons/opentrons",
1919
"dependencies": {
2020
"@hot-loader/react-dom": "16.8.6",
21-
"@opentrons/components": "4.2.0-alpha.2",
22-
"@opentrons/shared-data": "4.2.0-alpha.2",
21+
"@opentrons/components": "4.2.0",
22+
"@opentrons/shared-data": "4.2.0",
2323
"@thi.ng/paths": "1.6.5",
2424
"classnames": "2.2.5",
2525
"connected-react-router": "6.8.0",

components/CHANGELOG.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,7 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
# [4.2.0-alpha.2](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.1...v4.2.0-alpha.2) (2021-03-18)
7-
8-
**Note:** Version bump only for package @opentrons/components
9-
10-
11-
12-
13-
14-
# [4.2.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.2.0-alpha.0...v4.2.0-alpha.1) (2021-03-12)
15-
16-
**Note:** Version bump only for package @opentrons/components
17-
18-
19-
20-
21-
22-
# [4.2.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0-alpha.0) (2021-03-05)
23-
6+
# [4.2.0](https://github.com/Opentrons/opentrons/compare/v4.1.1...v4.2.0) (2021-03-18)
247

258
### Bug Fixes
269

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/components",
3-
"version": "4.2.0-alpha.2",
3+
"version": "4.2.0",
44
"description": "React components library for Opentrons' projects",
55
"main": "src/index.js",
66
"style": "src/index.css",

0 commit comments

Comments
 (0)