Skip to content

Commit b4b61e9

Browse files
authored
chore(release): 5.0.2-alpha.1 (#9616)
1 parent 0651d91 commit b4b61e9

File tree

37 files changed

+193
-37
lines changed

37 files changed

+193
-37
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
## [5.0.2-alpha.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** lowercase filename before checking extension in ProtocolReader ([#9609](https://github.com/Opentrons/opentrons/issues/9609)) ([474c448](https://github.com/Opentrons/opentrons/commit/474c44860ac8b29c621b3a704e826688aa57ca59))
12+
* **app:** do not pass `directionControlButtonColor` into DOM ([#9615](https://github.com/Opentrons/opentrons/issues/9615)) ([0651d91](https://github.com/Opentrons/opentrons/commit/0651d914685f21ef9ca0f11e0339b147df745090))
13+
* **app:** show labware def display name in lpc summary screen, fix nested lw render condition ([#9614](https://github.com/Opentrons/opentrons/issues/9614)) ([fa33c33](https://github.com/Opentrons/opentrons/commit/fa33c33cd586b2694ec6f87642d5019b4cf49c51))
14+
15+
16+
17+
18+
619
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
720

821

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+
## [5.0.2-alpha.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02)
7+
8+
**Note:** Version bump only for package @opentrons/api-client
9+
10+
11+
12+
13+
614
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
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": "5.0.2-alpha.0",
5+
"version": "5.0.2-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": "5.0.2-alpha.0",
16+
"@opentrons/shared-data": "5.0.2-alpha.1",
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
@@ -25,7 +25,7 @@ The 5.0.2 hotfix release contains two fixes in the robot software:
2525

2626
1. The robot now understands how to use labware loaded via `load_labware_from_definition` during Labware Position Check.
2727
2. User-defined labware labels are now returned to the Opentrons App from protocol analyses and runs.
28-
28+
3. Protocol file uploads now permit uppercase .json and .py extensions.
2929

3030
## 5.0.0 to 5.0.1
3131

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+
## [5.0.2-alpha.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** lowercase filename before checking extension in ProtocolReader ([#9609](https://github.com/Opentrons/opentrons/issues/9609)) ([474c448](https://github.com/Opentrons/opentrons/commit/474c44860ac8b29c621b3a704e826688aa57ca59))
12+
13+
14+
15+
16+
617
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
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": "5.0.2-alpha.0",
3+
"version": "5.0.2-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+
## [5.0.2-alpha.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02)
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
614
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
715

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

app/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+
## [5.0.2-alpha.1](https://github.com/Opentrons/opentrons/compare/v5.0.2-alpha.0...v5.0.2-alpha.1) (2022-03-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** do not pass `directionControlButtonColor` into DOM ([#9615](https://github.com/Opentrons/opentrons/issues/9615)) ([0651d91](https://github.com/Opentrons/opentrons/commit/0651d914685f21ef9ca0f11e0339b147df745090))
12+
* **app:** show labware def display name in lpc summary screen, fix nested lw render condition ([#9614](https://github.com/Opentrons/opentrons/issues/9614)) ([fa33c33](https://github.com/Opentrons/opentrons/commit/fa33c33cd586b2694ec6f87642d5019b4cf49c51))
13+
14+
15+
16+
17+
618
## [5.0.2-alpha.0](https://github.com/Opentrons/opentrons/compare/v5.0.1...v5.0.2-alpha.0) (2022-03-01)
719

820

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": "5.0.2-alpha.0",
3+
"version": "5.0.2-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": "5.0.2-alpha.0",
23-
"@opentrons/components": "5.0.2-alpha.0",
24-
"@opentrons/react-api-client": "5.0.2-alpha.0",
25-
"@opentrons/shared-data": "5.0.2-alpha.0",
22+
"@opentrons/api-client": "5.0.2-alpha.1",
23+
"@opentrons/components": "5.0.2-alpha.1",
24+
"@opentrons/react-api-client": "5.0.2-alpha.1",
25+
"@opentrons/shared-data": "5.0.2-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)