Skip to content

Commit 75df461

Browse files
committed
chore(release): 6.0.1-alpha.0
1 parent b65093f commit 75df461

File tree

36 files changed

+193
-36
lines changed

36 files changed

+193
-36
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** ensure correct sync hardware API is used for analysis ([#11227](https://github.com/Opentrons/opentrons/issues/11227)) ([503dc95](https://github.com/Opentrons/opentrons/commit/503dc957e2d2bd9906db7770be0a09295a141eaa))
12+
* **app, app-shell:** fix python override path select on windows ([#11257](https://github.com/Opentrons/opentrons/issues/11257)) ([0da8f98](https://github.com/Opentrons/opentrons/commit/0da8f983b9b3483b30f5b84dc821865996c6fa50))
13+
14+
15+
16+
17+
618
# [6.0.0](https://github.com/Opentrons/opentrons/compare/v5.0.2...v6.0.0) (2022-07-14)
719

820

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.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
7+
8+
**Note:** Version bump only for package @opentrons/api-client
9+
10+
11+
12+
13+
614
# [6.0.0](https://github.com/Opentrons/opentrons/compare/v5.0.2...v6.0.0) (2022-07-14)
715

816

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",
5+
"version": "6.0.1-alpha.0",
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",
16+
"@opentrons/shared-data": "6.0.1-alpha.0",
1717
"axios": "^0.21.1"
1818
}
1919
}

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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** ensure correct sync hardware API is used for analysis ([#11227](https://github.com/Opentrons/opentrons/issues/11227)) ([503dc95](https://github.com/Opentrons/opentrons/commit/503dc957e2d2bd9906db7770be0a09295a141eaa))
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/Opentrons/opentrons/compare/v5.0.2...v6.0.0) (2022-07-14)
718

819

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",
3+
"version": "6.0.1-alpha.0",
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.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **app, app-shell:** fix python override path select on windows ([#11257](https://github.com/Opentrons/opentrons/issues/11257)) ([0da8f98](https://github.com/Opentrons/opentrons/commit/0da8f983b9b3483b30f5b84dc821865996c6fa50))
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/Opentrons/opentrons/compare/v5.0.2...v6.0.0) (2022-07-14)
718

819

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",
5+
"version": "6.0.1-alpha.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": "6.0.0",
32-
"@opentrons/discovery-client": "6.0.0",
33-
"@opentrons/shared-data": "6.0.0"
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"
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.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **app, app-shell:** fix python override path select on windows ([#11257](https://github.com/Opentrons/opentrons/issues/11257)) ([0da8f98](https://github.com/Opentrons/opentrons/commit/0da8f983b9b3483b30f5b84dc821865996c6fa50))
12+
13+
14+
15+
16+
617
# [6.0.0](https://github.com/Opentrons/opentrons/compare/v5.0.2...v6.0.0) (2022-07-14)
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.0",
3+
"version": "6.0.1-alpha.0",
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",
23-
"@opentrons/components": "6.0.0",
24-
"@opentrons/react-api-client": "6.0.0",
25-
"@opentrons/shared-data": "6.0.0",
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",
2626
"@thi.ng/paths": "1.6.5",
2727
"classnames": "2.2.5",
2828
"connected-react-router": "6.8.0",

components/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.0](https://github.com/Opentrons/opentrons/compare/v6.0.0...v6.0.1-alpha.0) (2022-08-02)
7+
8+
**Note:** Version bump only for package @opentrons/components
9+
10+
11+
12+
13+
614
# [6.0.0](https://github.com/Opentrons/opentrons/compare/v5.0.2...v6.0.0) (2022-07-14)
715

816

0 commit comments

Comments
 (0)