Skip to content

Commit a32ae7c

Browse files
authored
chore(release): 6.0.0-beta.3 (#11130)
Bump to version 6.0.0-beta.3
1 parent 06edad6 commit a32ae7c

File tree

36 files changed

+231
-36
lines changed

36 files changed

+231
-36
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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+
# [6.0.0-beta.3](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2022-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** 6.0 overall design QA ([#11081](https://github.com/Opentrons/opentrons/issues/11081)) ([bec8e23](https://github.com/Opentrons/opentrons/commit/bec8e23b9dfc4d29c88d5b5de73dd315a0c00885))
12+
* **app:** Address Choose a robot to run slideout design feedback ([#11065](https://github.com/Opentrons/opentrons/issues/11065)) ([1b1f84e](https://github.com/Opentrons/opentrons/commit/1b1f84e195ebd4daf709ce2736defcd6d55c37a2)), closes [#11029](https://github.com/Opentrons/opentrons/issues/11029) [#11057](https://github.com/Opentrons/opentrons/issues/11057)
13+
* **app:** firmware update modal copy update ([#11088](https://github.com/Opentrons/opentrons/issues/11088)) ([27bed72](https://github.com/Opentrons/opentrons/commit/27bed7252268881abe1163ddbe8c96483da46b47)), closes [#11075](https://github.com/Opentrons/opentrons/issues/11075)
14+
* **app:** fix Browse file system button issues ([#11113](https://github.com/Opentrons/opentrons/issues/11113)) ([ec1a4bb](https://github.com/Opentrons/opentrons/commit/ec1a4bbeab8af136cd4162d156b7916a1c95f65d)), closes [#11105](https://github.com/Opentrons/opentrons/issues/11105)
15+
* **app:** fix devices landing page text wrapping ([#11110](https://github.com/Opentrons/opentrons/issues/11110)) ([9de3dca](https://github.com/Opentrons/opentrons/commit/9de3dca436a96c8c975ca23e2d230016fe17a892)), closes [#10886](https://github.com/Opentrons/opentrons/issues/10886)
16+
* **app:** fix labware offset text alignment, fix historical run log missing timestamps ([#11114](https://github.com/Opentrons/opentrons/issues/11114)) ([94c32a7](https://github.com/Opentrons/opentrons/commit/94c32a70da46201af28481703df775296c600199)), closes [#11109](https://github.com/Opentrons/opentrons/issues/11109) [#11108](https://github.com/Opentrons/opentrons/issues/11108)
17+
* **app:** no longer require app restart after python override path config is updated ([#11049](https://github.com/Opentrons/opentrons/issues/11049)) ([25cc201](https://github.com/Opentrons/opentrons/commit/25cc201c98a30a6431a26b18510bf827e10b978b)), closes [#10612](https://github.com/Opentrons/opentrons/issues/10612)
18+
* **app:** open tc lid in LPC via protocol engine command ([#11111](https://github.com/Opentrons/opentrons/issues/11111)) ([f74853b](https://github.com/Opentrons/opentrons/commit/f74853b072ff31d3a383ce639d35d0ff5d4db033)), closes [#11096](https://github.com/Opentrons/opentrons/issues/11096)
19+
* **app:** rm analyzing state in run header for historical runs ([#11122](https://github.com/Opentrons/opentrons/issues/11122)) ([efa83d4](https://github.com/Opentrons/opentrons/commit/efa83d4da31d27bb2d16dd35ddd91757dace02fb))
20+
* **app:** sanitize legacy command text in new run log to protect for non string values ([#11129](https://github.com/Opentrons/opentrons/issues/11129)) ([06edad6](https://github.com/Opentrons/opentrons/commit/06edad69dae9c8827c9083562304f59bc399c016))
21+
* **app:** sanitize legacy command text in run log to protect for non string values ([#11127](https://github.com/Opentrons/opentrons/issues/11127)) ([e586bfe](https://github.com/Opentrons/opentrons/commit/e586bfefd904587673fa7ca4cd71ffee524aa484))
22+
23+
24+
### Features
25+
26+
* **app:** fix choose protocol/robot slideout robot busy error logic ([#11106](https://github.com/Opentrons/opentrons/issues/11106)) ([d7ae58b](https://github.com/Opentrons/opentrons/commit/d7ae58bba1bcdf5b2c9bc0197881a65e4488e4c2)), closes [#11060](https://github.com/Opentrons/opentrons/issues/11060)
27+
* **app:** Robot Settings Design QA 2 ([#11020](https://github.com/Opentrons/opentrons/issues/11020)) ([8b43995](https://github.com/Opentrons/opentrons/commit/8b439959d97cc077e3795cfdfb82398ea6e62d9b)), closes [#10893](https://github.com/Opentrons/opentrons/issues/10893)
28+
29+
30+
31+
32+
633
# [6.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
734

835

api-client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [6.0.0-beta.3](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2022-07-13)
7+
8+
**Note:** Version bump only for package @opentrons/api-client
9+
10+
11+
12+
13+
614
# [6.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
715

816
**Note:** Version bump only for package @opentrons/api-client

api-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "@opentrons/api-client",
44
"description": "Opentrons robot API client for Node.js and the browser",
5-
"version": "6.0.0-beta.2",
5+
"version": "6.0.0-beta.3",
66
"license": "Apache-2.0",
77
"main": "dist/api-client.js",
88
"module": "dist/api-client.mjs",
@@ -13,7 +13,7 @@
1313
"./dist/api-client.mjs": "./dist/api-client.browser.mjs"
1414
},
1515
"dependencies": {
16-
"@opentrons/shared-data": "6.0.0-beta.2",
16+
"@opentrons/shared-data": "6.0.0-beta.3",
1717
"axios": "^0.21.1"
1818
}
1919
}

api/src/opentrons/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [6.0.0-beta.3](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2022-07-13)
7+
8+
**Note:** Version bump only for package @opentrons/api-server
9+
10+
11+
12+
13+
614
# [6.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
715

816

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": "6.0.0-beta.2",
3+
"version": "6.0.0-beta.3",
44
"description": "Opentrons API server application",
55
"repository": {
66
"type": "git",

app-shell/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# [6.0.0-beta.3](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2022-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** no longer require app restart after python override path config is updated ([#11049](https://github.com/Opentrons/opentrons/issues/11049)) ([25cc201](https://github.com/Opentrons/opentrons/commit/25cc201c98a30a6431a26b18510bf827e10b978b)), closes [#10612](https://github.com/Opentrons/opentrons/issues/10612)
12+
13+
14+
15+
16+
617
# [6.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
718

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

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": "6.0.0-beta.2",
5+
"version": "6.0.0-beta.3",
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": "6.0.0-beta.2",
32-
"@opentrons/discovery-client": "6.0.0-beta.2",
33-
"@opentrons/shared-data": "6.0.0-beta.2"
31+
"@opentrons/app": "6.0.0-beta.3",
32+
"@opentrons/discovery-client": "6.0.0-beta.3",
33+
"@opentrons/shared-data": "6.0.0-beta.3"
3434
},
3535
"dependencies": {
3636
"@thi.ng/paths": "1.6.5",

app/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
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+
# [6.0.0-beta.3](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2022-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** 6.0 overall design QA ([#11081](https://github.com/Opentrons/opentrons/issues/11081)) ([bec8e23](https://github.com/Opentrons/opentrons/commit/bec8e23b9dfc4d29c88d5b5de73dd315a0c00885))
12+
* **app:** Address Choose a robot to run slideout design feedback ([#11065](https://github.com/Opentrons/opentrons/issues/11065)) ([1b1f84e](https://github.com/Opentrons/opentrons/commit/1b1f84e195ebd4daf709ce2736defcd6d55c37a2)), closes [#11029](https://github.com/Opentrons/opentrons/issues/11029) [#11057](https://github.com/Opentrons/opentrons/issues/11057)
13+
* **app:** firmware update modal copy update ([#11088](https://github.com/Opentrons/opentrons/issues/11088)) ([27bed72](https://github.com/Opentrons/opentrons/commit/27bed7252268881abe1163ddbe8c96483da46b47)), closes [#11075](https://github.com/Opentrons/opentrons/issues/11075)
14+
* **app:** fix Browse file system button issues ([#11113](https://github.com/Opentrons/opentrons/issues/11113)) ([ec1a4bb](https://github.com/Opentrons/opentrons/commit/ec1a4bbeab8af136cd4162d156b7916a1c95f65d)), closes [#11105](https://github.com/Opentrons/opentrons/issues/11105)
15+
* **app:** fix devices landing page text wrapping ([#11110](https://github.com/Opentrons/opentrons/issues/11110)) ([9de3dca](https://github.com/Opentrons/opentrons/commit/9de3dca436a96c8c975ca23e2d230016fe17a892)), closes [#10886](https://github.com/Opentrons/opentrons/issues/10886)
16+
* **app:** fix labware offset text alignment, fix historical run log missing timestamps ([#11114](https://github.com/Opentrons/opentrons/issues/11114)) ([94c32a7](https://github.com/Opentrons/opentrons/commit/94c32a70da46201af28481703df775296c600199)), closes [#11109](https://github.com/Opentrons/opentrons/issues/11109) [#11108](https://github.com/Opentrons/opentrons/issues/11108)
17+
* **app:** open tc lid in LPC via protocol engine command ([#11111](https://github.com/Opentrons/opentrons/issues/11111)) ([f74853b](https://github.com/Opentrons/opentrons/commit/f74853b072ff31d3a383ce639d35d0ff5d4db033)), closes [#11096](https://github.com/Opentrons/opentrons/issues/11096)
18+
* **app:** rm analyzing state in run header for historical runs ([#11122](https://github.com/Opentrons/opentrons/issues/11122)) ([efa83d4](https://github.com/Opentrons/opentrons/commit/efa83d4da31d27bb2d16dd35ddd91757dace02fb))
19+
* **app:** sanitize legacy command text in new run log to protect for non string values ([#11129](https://github.com/Opentrons/opentrons/issues/11129)) ([06edad6](https://github.com/Opentrons/opentrons/commit/06edad69dae9c8827c9083562304f59bc399c016))
20+
* **app:** sanitize legacy command text in run log to protect for non string values ([#11127](https://github.com/Opentrons/opentrons/issues/11127)) ([e586bfe](https://github.com/Opentrons/opentrons/commit/e586bfefd904587673fa7ca4cd71ffee524aa484))
21+
22+
23+
### Features
24+
25+
* **app:** fix choose protocol/robot slideout robot busy error logic ([#11106](https://github.com/Opentrons/opentrons/issues/11106)) ([d7ae58b](https://github.com/Opentrons/opentrons/commit/d7ae58bba1bcdf5b2c9bc0197881a65e4488e4c2)), closes [#11060](https://github.com/Opentrons/opentrons/issues/11060)
26+
* **app:** Robot Settings Design QA 2 ([#11020](https://github.com/Opentrons/opentrons/issues/11020)) ([8b43995](https://github.com/Opentrons/opentrons/commit/8b439959d97cc077e3795cfdfb82398ea6e62d9b)), closes [#10893](https://github.com/Opentrons/opentrons/issues/10893)
27+
28+
29+
30+
31+
632
# [6.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
733

834

app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/app",
3-
"version": "6.0.0-beta.2",
3+
"version": "6.0.0-beta.3",
44
"description": "Opentrons desktop application UI",
55
"source": "src/index.tsx",
66
"types": "lib/index.d.ts",
@@ -19,10 +19,10 @@
1919
"homepage": "https://github.com/Opentrons/opentrons",
2020
"dependencies": {
2121
"@hot-loader/react-dom": "17.0.1",
22-
"@opentrons/api-client": "6.0.0-beta.2",
23-
"@opentrons/components": "6.0.0-beta.2",
24-
"@opentrons/react-api-client": "6.0.0-beta.2",
25-
"@opentrons/shared-data": "6.0.0-beta.2",
22+
"@opentrons/api-client": "6.0.0-beta.3",
23+
"@opentrons/components": "6.0.0-beta.3",
24+
"@opentrons/react-api-client": "6.0.0-beta.3",
25+
"@opentrons/shared-data": "6.0.0-beta.3",
2626
"@thi.ng/paths": "1.6.5",
2727
"classnames": "2.2.5",
2828
"connected-react-router": "6.8.0",

components/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
# [6.0.0-beta.3](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.2...v6.0.0-beta.3) (2022-07-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** 6.0 overall design QA ([#11081](https://github.com/Opentrons/opentrons/issues/11081)) ([bec8e23](https://github.com/Opentrons/opentrons/commit/bec8e23b9dfc4d29c88d5b5de73dd315a0c00885))
12+
13+
14+
### Features
15+
16+
* **app:** Robot Settings Design QA 2 ([#11020](https://github.com/Opentrons/opentrons/issues/11020)) ([8b43995](https://github.com/Opentrons/opentrons/commit/8b439959d97cc077e3795cfdfb82398ea6e62d9b)), closes [#10893](https://github.com/Opentrons/opentrons/issues/10893)
17+
18+
19+
20+
21+
622
# [6.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
723

824

0 commit comments

Comments
 (0)