Skip to content

Commit bb567aa

Browse files
authored
chore(release): 6.0.0-beta.2 (#11086)
Bump to version 6.0.0-beta.2
1 parent 331c52e commit bb567aa

File tree

38 files changed

+230
-38
lines changed

38 files changed

+230
-38
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,34 @@
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.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** Address Labware import slideout design feedback ([#10994](https://github.com/Opentrons/opentrons/issues/10994)) ([6943c37](https://github.com/Opentrons/opentrons/commit/6943c37e5fadab983b10366b69ea7706a5c587f8)), closes [#10926](https://github.com/Opentrons/opentrons/issues/10926)
12+
* **app:** Address labware landing page design feedback ([#10957](https://github.com/Opentrons/opentrons/issues/10957)) ([6baaa46](https://github.com/Opentrons/opentrons/commit/6baaa46169d6f6e7907a1bf75b88719cbccf729c)), closes [#10905](https://github.com/Opentrons/opentrons/issues/10905)
13+
* **app:** Address protocols landing design feedback ([#10993](https://github.com/Opentrons/opentrons/issues/10993)) ([1e83a0f](https://github.com/Opentrons/opentrons/commit/1e83a0f0a0ab0977d2accca9db0f67485e29de49)), closes [#10767](https://github.com/Opentrons/opentrons/issues/10767) [#10208](https://github.com/Opentrons/opentrons/issues/10208) [#10208](https://github.com/Opentrons/opentrons/issues/10208)
14+
* **app:** change error text when creation error is run is busy ([#11069](https://github.com/Opentrons/opentrons/issues/11069)) ([b9f2ba4](https://github.com/Opentrons/opentrons/commit/b9f2ba4436a20758f7dcb3356b54ba3f0a0060c9)), closes [#11060](https://github.com/Opentrons/opentrons/issues/11060)
15+
* **app:** disable protocol runs when robot update available ([#11050](https://github.com/Opentrons/opentrons/issues/11050)) ([3618c9a](https://github.com/Opentrons/opentrons/commit/3618c9a73c7bb751413f435925ff9b53e52765ad)), closes [#10935](https://github.com/Opentrons/opentrons/issues/10935)
16+
* **app:** fix jump to current step when outside current window ([#11052](https://github.com/Opentrons/opentrons/issues/11052)) ([eb8cf4c](https://github.com/Opentrons/opentrons/commit/eb8cf4c3c31442822fd01bf487a066719ba4f73c)), closes [#10898](https://github.com/Opentrons/opentrons/issues/10898)
17+
* **app:** fix labware info overlay styling with vector ([#11008](https://github.com/Opentrons/opentrons/issues/11008)) ([ebe2ed5](https://github.com/Opentrons/opentrons/commit/ebe2ed559d0e5180a14f57250a7c1be5bc4acbc3)), closes [#10942](https://github.com/Opentrons/opentrons/issues/10942)
18+
* **app:** historical runs labware offset should list display names ([#11064](https://github.com/Opentrons/opentrons/issues/11064)) ([09fbb1f](https://github.com/Opentrons/opentrons/commit/09fbb1fb76e103af6378693f043f7db8ac1fc465)), closes [#11062](https://github.com/Opentrons/opentrons/issues/11062)
19+
* **app:** protocol run page design qa ([#11013](https://github.com/Opentrons/opentrons/issues/11013)) ([529a0d4](https://github.com/Opentrons/opentrons/commit/529a0d40f4a78b2237dc85b76bc75b730d291d15))
20+
* **app:** remove focus state in nav on app load ([#11068](https://github.com/Opentrons/opentrons/issues/11068)) ([ace77fd](https://github.com/Opentrons/opentrons/commit/ace77fd5417e4b21602eb1fa155b84b4924d2b01))
21+
* **app:** render LPC summary data as a table to prevent misalignment ([#11084](https://github.com/Opentrons/opentrons/issues/11084)) ([331c52e](https://github.com/Opentrons/opentrons/commit/331c52ec6bc926e06ecb4536dfb6a6f4732185f9)), closes [#11077](https://github.com/Opentrons/opentrons/issues/11077)
22+
* **app:** this will fix [#11028](https://github.com/Opentrons/opentrons/issues/11028) ([#11053](https://github.com/Opentrons/opentrons/issues/11053)) ([7497d68](https://github.com/Opentrons/opentrons/commit/7497d683e143f00d20d90bb4c912ff74c46b4926))
23+
* **engine:** do not allow completed timestamp to change once set ([#11055](https://github.com/Opentrons/opentrons/issues/11055)) ([b413d40](https://github.com/Opentrons/opentrons/commit/b413d40312715fceeabe6b873640d6c892a65501))
24+
25+
26+
### Features
27+
28+
* **app:** device Details design qa round 2 and fix card overflow btn bugs ([#11054](https://github.com/Opentrons/opentrons/issues/11054)) ([2804048](https://github.com/Opentrons/opentrons/commit/280404814882be82f12ea0b2d9b2ca8c9ea405b1)), closes [#10892](https://github.com/Opentrons/opentrons/issues/10892)
29+
30+
31+
32+
33+
634
# [6.0.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.0.0-alpha.5...v6.0.0-beta.1) (2022-07-06)
735

836
**Note:** Version bump only for package opentrons

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.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @opentrons/api-client
9+
10+
11+
12+
13+
614
# [6.0.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.0.0-alpha.5...v6.0.0-beta.1) (2022-07-06)
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.1",
5+
"version": "6.0.0-beta.2",
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.1",
16+
"@opentrons/shared-data": "6.0.0-beta.2",
1717
"axios": "^0.21.1"
1818
}
1919
}

api/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# OT-2 Software Changes in 6.0.0-beta.1
9+
# OT-2 Software Changes in 6.0.0-beta.2
1010

1111
Welcome to the v6.0.0 beta release of the OT-2 software!
1212

api/src/opentrons/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.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **engine:** do not allow completed timestamp to change once set ([#11055](https://github.com/Opentrons/opentrons/issues/11055)) ([b413d40](https://github.com/Opentrons/opentrons/commit/b413d40312715fceeabe6b873640d6c892a65501))
12+
13+
14+
15+
16+
617
# [6.0.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.0.0-alpha.5...v6.0.0-beta.1) (2022-07-06)
718

819
**Note:** Version bump only for package @opentrons/api-server

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

app-shell/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.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
614
# [6.0.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.0.0-alpha.5...v6.0.0-beta.1) (2022-07-06)
715

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

app-shell/build/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# Opentrons App Changes in 6.0.0-beta.1
9+
# Opentrons App Changes in 6.0.0-beta.2
1010

1111
Welcome to the v6.0.0 beta release of the Opentrons App! This release focuses on a visual redesign of the app that offers more ways to manage protocols even when you're not connected to a robot.
1212

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

app/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.2](https://github.com/Opentrons/opentrons/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2022-07-12)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** Address Labware import slideout design feedback ([#10994](https://github.com/Opentrons/opentrons/issues/10994)) ([6943c37](https://github.com/Opentrons/opentrons/commit/6943c37e5fadab983b10366b69ea7706a5c587f8)), closes [#10926](https://github.com/Opentrons/opentrons/issues/10926)
12+
* **app:** Address labware landing page design feedback ([#10957](https://github.com/Opentrons/opentrons/issues/10957)) ([6baaa46](https://github.com/Opentrons/opentrons/commit/6baaa46169d6f6e7907a1bf75b88719cbccf729c)), closes [#10905](https://github.com/Opentrons/opentrons/issues/10905)
13+
* **app:** Address protocols landing design feedback ([#10993](https://github.com/Opentrons/opentrons/issues/10993)) ([1e83a0f](https://github.com/Opentrons/opentrons/commit/1e83a0f0a0ab0977d2accca9db0f67485e29de49)), closes [#10767](https://github.com/Opentrons/opentrons/issues/10767) [#10208](https://github.com/Opentrons/opentrons/issues/10208) [#10208](https://github.com/Opentrons/opentrons/issues/10208)
14+
* **app:** change error text when creation error is run is busy ([#11069](https://github.com/Opentrons/opentrons/issues/11069)) ([b9f2ba4](https://github.com/Opentrons/opentrons/commit/b9f2ba4436a20758f7dcb3356b54ba3f0a0060c9)), closes [#11060](https://github.com/Opentrons/opentrons/issues/11060)
15+
* **app:** disable protocol runs when robot update available ([#11050](https://github.com/Opentrons/opentrons/issues/11050)) ([3618c9a](https://github.com/Opentrons/opentrons/commit/3618c9a73c7bb751413f435925ff9b53e52765ad)), closes [#10935](https://github.com/Opentrons/opentrons/issues/10935)
16+
* **app:** fix jump to current step when outside current window ([#11052](https://github.com/Opentrons/opentrons/issues/11052)) ([eb8cf4c](https://github.com/Opentrons/opentrons/commit/eb8cf4c3c31442822fd01bf487a066719ba4f73c)), closes [#10898](https://github.com/Opentrons/opentrons/issues/10898)
17+
* **app:** fix labware info overlay styling with vector ([#11008](https://github.com/Opentrons/opentrons/issues/11008)) ([ebe2ed5](https://github.com/Opentrons/opentrons/commit/ebe2ed559d0e5180a14f57250a7c1be5bc4acbc3)), closes [#10942](https://github.com/Opentrons/opentrons/issues/10942)
18+
* **app:** historical runs labware offset should list display names ([#11064](https://github.com/Opentrons/opentrons/issues/11064)) ([09fbb1f](https://github.com/Opentrons/opentrons/commit/09fbb1fb76e103af6378693f043f7db8ac1fc465)), closes [#11062](https://github.com/Opentrons/opentrons/issues/11062)
19+
* **app:** protocol run page design qa ([#11013](https://github.com/Opentrons/opentrons/issues/11013)) ([529a0d4](https://github.com/Opentrons/opentrons/commit/529a0d40f4a78b2237dc85b76bc75b730d291d15))
20+
* **app:** remove focus state in nav on app load ([#11068](https://github.com/Opentrons/opentrons/issues/11068)) ([ace77fd](https://github.com/Opentrons/opentrons/commit/ace77fd5417e4b21602eb1fa155b84b4924d2b01))
21+
* **app:** render LPC summary data as a table to prevent misalignment ([#11084](https://github.com/Opentrons/opentrons/issues/11084)) ([331c52e](https://github.com/Opentrons/opentrons/commit/331c52ec6bc926e06ecb4536dfb6a6f4732185f9)), closes [#11077](https://github.com/Opentrons/opentrons/issues/11077)
22+
* **app:** this will fix [#11028](https://github.com/Opentrons/opentrons/issues/11028) ([#11053](https://github.com/Opentrons/opentrons/issues/11053)) ([7497d68](https://github.com/Opentrons/opentrons/commit/7497d683e143f00d20d90bb4c912ff74c46b4926))
23+
24+
25+
### Features
26+
27+
* **app:** device Details design qa round 2 and fix card overflow btn bugs ([#11054](https://github.com/Opentrons/opentrons/issues/11054)) ([2804048](https://github.com/Opentrons/opentrons/commit/280404814882be82f12ea0b2d9b2ca8c9ea405b1)), closes [#10892](https://github.com/Opentrons/opentrons/issues/10892)
28+
29+
30+
31+
32+
633
# [6.0.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.0.0-alpha.5...v6.0.0-beta.1) (2022-07-06)
734

835
**Note:** Version bump only for package @opentrons/app

0 commit comments

Comments
 (0)