Skip to content

Commit becfe74

Browse files
authored
chore(release): 6.0.1-alpha.1 (#11304)
bump to version 6.0.1-alpha.1
1 parent 14228ac commit becfe74

File tree

37 files changed

+188
-37
lines changed

37 files changed

+188
-37
lines changed

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.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.0.1-alpha.0...v6.0.1-alpha.1) (2022-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** connect pipette settings form's submit button ([#11288](https://github.com/Opentrons/opentrons/issues/11288)) ([14228ac](https://github.com/Opentrons/opentrons/commit/14228ac5540d61c31f3dcf18543d9e3630bced51))
12+
13+
14+
15+
16+
617
## [6.0.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
718

819

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.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.0.1-alpha.0...v6.0.1-alpha.1) (2022-08-08)
7+
8+
**Note:** Version bump only for package @opentrons/api-client
9+
10+
11+
12+
13+
614
## [6.0.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
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.1-alpha.0",
5+
"version": "6.0.1-alpha.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.0.1-alpha.0",
16+
"@opentrons/shared-data": "6.0.1-alpha.1",
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.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.0.1-alpha.0...v6.0.1-alpha.1) (2022-08-08)
7+
8+
**Note:** Version bump only for package @opentrons/api-server
9+
10+
11+
12+
13+
614
## [6.0.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
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.1-alpha.0",
3+
"version": "6.0.1-alpha.1",
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.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.0.1-alpha.0...v6.0.1-alpha.1) (2022-08-08)
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
614
## [6.0.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
715

816

app-shell/build/release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ This release also includes updates to the robot operating system, so be sure to
1414

1515
## 6.0.0 to 6.0.1
1616

17-
The `6.0.1` hotfix release fixes one Opentrons App bug present in the original `6.0.0` release:
17+
The `6.0.1` hotfix release fixes two Opentrons App bugs present in the original `6.0.0` release:
1818

1919
- Fixed the app's "Override Path to Python" advanced setting on Windows
20+
- Fixed the advanced pipette settings form
2021

2122
## New Features
2223

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

app/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.1-alpha.1](https://github.com/Opentrons/opentrons/compare/v6.0.1-alpha.0...v6.0.1-alpha.1) (2022-08-08)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** connect pipette settings form's submit button ([#11288](https://github.com/Opentrons/opentrons/issues/11288)) ([14228ac](https://github.com/Opentrons/opentrons/commit/14228ac5540d61c31f3dcf18543d9e3630bced51))
12+
13+
14+
15+
16+
617
## [6.0.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
718

819

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.1-alpha.0",
3+
"version": "6.0.1-alpha.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.0.1-alpha.0",
23-
"@opentrons/components": "6.0.1-alpha.0",
24-
"@opentrons/react-api-client": "6.0.1-alpha.0",
25-
"@opentrons/shared-data": "6.0.1-alpha.0",
22+
"@opentrons/api-client": "6.0.1-alpha.1",
23+
"@opentrons/components": "6.0.1-alpha.1",
24+
"@opentrons/react-api-client": "6.0.1-alpha.1",
25+
"@opentrons/shared-data": "6.0.1-alpha.1",
2626
"@thi.ng/paths": "1.6.5",
2727
"classnames": "2.2.5",
2828
"connected-react-router": "6.8.0",

0 commit comments

Comments
 (0)