Skip to content

Commit ce4d01b

Browse files
shlokaminecormany
andauthored
chore(release): bump to v6.1.0 beta.1 (#11501)
* chore(release): bump to v6.1.0 beta.1 Co-authored-by: Edward Cormany <[email protected]>
1 parent c8c0f60 commit ce4d01b

File tree

38 files changed

+189
-52
lines changed

38 files changed

+189
-52
lines changed

CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package opentrons
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

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

api-client/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package @opentrons/api-client
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

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

api-client/package.json

+2-2
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.1.0-alpha.6",
5+
"version": "6.1.0-beta.1",
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.1.0-alpha.6",
16+
"@opentrons/shared-data": "6.1.0-beta.1",
1717
"axios": "^0.21.1"
1818
}
1919
}

api/release-notes.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# OT-2 Software Changes in 6.1.0-alpha.4
9+
# OT-2 Software Changes in 6.1.0-beta.1
1010

11-
Welcome to the v6.1.0 alpha release of the OT-2 software! This release adds support for the Opentrons Heater-Shaker Module.
11+
Welcome to the v6.1.0 beta release of the OT-2 software! This release adds support for the Opentrons Heater-Shaker Module.
1212

1313
## New Features
1414

@@ -24,11 +24,6 @@ Welcome to the v6.1.0 alpha release of the OT-2 software! This release adds supp
2424
- Fixed issues when running Thermocycler profiles
2525
- Fixed a bug that prevented pipetting to arbitrary deck coordinates
2626

27-
28-
## Known Issues
29-
30-
This alpha is a work in progress! We'll be addressing issues in upcoming releases of 6.1.0.
31-
3227
---
3328

3429
# OT-2 Software Changes in 6.0.1

api/src/opentrons/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package @opentrons/api-server
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

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

api/src/opentrons/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/api-server",
3-
"version": "6.1.0-alpha.6",
3+
"version": "6.1.0-beta.1",
44
"description": "Opentrons API server application",
55
"repository": {
66
"type": "git",

app-shell/CHANGELOG.md

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

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

app-shell/build/release-notes.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# Opentrons App Changes in 6.1.0-alpha.6
9+
# Opentrons App Changes in 6.1.0-beta.1
1010

11-
Welcome to the v6.1.0 alpha release of the Opentrons App! This release focuses on adding support for the [Opentrons Heater-Shaker Module](https://shop.opentrons.com/heater-shaker-module/).
12-
13-
<p align="center"><img alt="Isometric view of the Opentrons Heater-Shaker Module GEN1" src="https://s3.us-east-2.amazonaws.com/images.opentrons.com/modules/heater-shaker/hs_with_pcr_adapter.png" width="300" /></p>
11+
Welcome to the v6.1.0 beta release of the Opentrons App! This release focuses on adding support for the [Opentrons Heater-Shaker Module](https://shop.opentrons.com/heater-shaker-module/).
1412

1513
## New Features
1614

@@ -19,19 +17,19 @@ Welcome to the v6.1.0 alpha release of the Opentrons App! This release focuses o
1917
- Analyze, upload, and run protocols that include the Heater-Shaker
2018
- View the status of a Heater-Shaker connected to an OT-2 and control its heater, shaker, and labware latch
2119
- Update the Heater-Shaker's firmware from the module card
22-
- Module cards now show if a Heater-Shaker or Thermocycler has an error
20+
- Module cards now show if a Heater-Shaker or Thermocycler has an error (new since beta.0)
2321

2422
## Improved Features
2523

2624
- Improvements to the run log, including properly listing labware that is on top of a module
27-
- Clarifies what data is deleted when performing a factory reset of protocol run history
25+
- Clarifies what data is deleted when performing a factory reset of protocol run history (new since beta.0)
2826

2927
## Bug Fixes
3028

31-
- Labware Position Check now suggests the most recent Labware Offset data
29+
- Labware Position Check now suggests the most recent Labware Offset data (new since beta.0)
3230
- Tip Length Calibration no longer silently fails when the chosen pipette is not attached
33-
- Stops the update modal from staying onscreen indefinitely after a robot software update has finished
34-
- Fixes a bug that prevented changing pipette settings when the All Pipette Config feature flag is on
31+
- Stops the update modal from staying onscreen indefinitely after a robot software update has finished (new since beta.0)
32+
- Fixes a bug that prevented changing pipette settings when the All Pipette Config feature flag is on (new since beta.0)
3533
- Interface fixes and improvements
3634

3735
---

app-shell/package.json

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

app/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package @opentrons/app
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

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

app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/app",
3-
"version": "6.1.0-alpha.6",
3+
"version": "6.1.0-beta.1",
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.1.0-alpha.6",
23-
"@opentrons/components": "6.1.0-alpha.6",
24-
"@opentrons/react-api-client": "6.1.0-alpha.6",
25-
"@opentrons/shared-data": "6.1.0-alpha.6",
22+
"@opentrons/api-client": "6.1.0-beta.1",
23+
"@opentrons/components": "6.1.0-beta.1",
24+
"@opentrons/react-api-client": "6.1.0-beta.1",
25+
"@opentrons/shared-data": "6.1.0-beta.1",
2626
"@thi.ng/paths": "1.6.5",
2727
"classnames": "2.2.5",
2828
"connected-react-router": "6.8.0",

components/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package @opentrons/components
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

816
**Note:** Version bump only for package @opentrons/components

components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/components",
3-
"version": "6.1.0-alpha.6",
3+
"version": "6.1.0-beta.1",
44
"description": "React components library for Opentrons' projects",
55
"source": "src/index.ts",
66
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"react-router-dom": "5.1.1"
2121
},
2222
"dependencies": {
23-
"@opentrons/shared-data": "6.1.0-alpha.6",
23+
"@opentrons/shared-data": "6.1.0-beta.1",
2424
"@popperjs/core": "2.1.1",
2525
"@types/classnames": "^2.2.5",
2626
"@types/lodash": "^4.14.168",

discovery-client/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package @opentrons/discovery-client
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

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

discovery-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/discovery-client",
3-
"version": "6.1.0-alpha.6",
3+
"version": "6.1.0-beta.1",
44
"description": "Node.js client for discovering Opentrons robots on the network",
55
"main": "lib/index.js",
66
"flow:main": "flow-types/index.js.flow",

labware-designer/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package labware-designer
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

816
**Note:** Version bump only for package labware-designer

labware-designer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "labware-designer",
1111
"productName": "Opentrons Labware Designer",
1212
"private": true,
13-
"version": "6.1.0-alpha.6",
13+
"version": "6.1.0-beta.1",
1414
"description": "Labware Designer",
1515
"main": "src/index.tsx",
1616
"bugs": {
@@ -19,6 +19,6 @@
1919
"homepage": "https://github.com/Opentrons/opentrons",
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"@opentrons/shared-data": "6.1.0-alpha.6"
22+
"@opentrons/shared-data": "6.1.0-beta.1"
2323
}
2424
}

labware-library/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package @opentrons/labware-library
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

816
**Note:** Version bump only for package @opentrons/labware-library

labware-library/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@opentrons/labware-library",
33
"productName": "Labware Library",
4-
"version": "6.1.0-alpha.6",
4+
"version": "6.1.0-beta.1",
55
"description": "Opentrons standard labware library",
66
"main": "dist/index.js",
77
"source": "src/index.tsx",
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@hot-loader/react-dom": "17.0.1",
32-
"@opentrons/components": "6.1.0-alpha.6",
32+
"@opentrons/components": "6.1.0-beta.1",
3333
"ajv": "6.10.2",
3434
"classnames": "2.2.5",
3535
"cookie": "0.4.0",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
},
1616
"npmClient": "yarn",
1717
"useWorkspaces": true,
18-
"version": "6.1.0-alpha.6"
18+
"version": "6.1.0-beta.1"
1919
}

notify-server/notify_server/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package @opentrons/notify-server
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

816
**Note:** Version bump only for package @opentrons/notify-server

notify-server/notify_server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/notify-server",
3-
"version": "6.1.0-alpha.6",
3+
"version": "6.1.0-beta.1",
44
"description": "Notification pub/sub server for Opentrons robots",
55
"repository": {
66
"type": "git",

protocol-designer/CHANGELOG.md

+8
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.1.0-beta.1](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.6...v6.1.0-beta.1) (2022-09-26)
7+
8+
**Note:** Version bump only for package protocol-designer
9+
10+
11+
12+
13+
614
# [6.1.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v6.1.0-alpha.5...v6.1.0-alpha.6) (2022-09-21)
715

816
**Note:** Version bump only for package protocol-designer

protocol-designer/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "protocol-designer",
1111
"productName": "Opentrons Protocol Designer BETA",
1212
"private": true,
13-
"version": "6.1.0-alpha.6",
13+
"version": "6.1.0-beta.1",
1414
"description": "Protocol designer app",
1515
"main": "src/index.js",
1616
"bugs": {
@@ -20,8 +20,8 @@
2020
"license": "Apache-2.0",
2121
"dependencies": {
2222
"@hot-loader/react-dom": "17.0.1",
23-
"@opentrons/components": "6.1.0-alpha.6",
24-
"@opentrons/step-generation": "6.1.0-alpha.6",
23+
"@opentrons/components": "6.1.0-beta.1",
24+
"@opentrons/step-generation": "6.1.0-beta.1",
2525
"@typeform/embed": "0.16.0",
2626
"@types/redux-actions": "2.6.1",
2727
"@types/ua-parser-js": "0.7.36",

0 commit comments

Comments
 (0)