Skip to content

Commit 91df27f

Browse files
committed
chore(release): 4.0.0-alpha.13
1 parent 858219e commit 91df27f

File tree

30 files changed

+159
-25
lines changed

30 files changed

+159
-25
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [4.0.0-alpha.13](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** Filter pipette offset calibrations by mount as well ([#7017](https://github.com/Opentrons/opentrons/issues/7017)) ([8bf5a71](https://github.com/Opentrons/opentrons/commit/8bf5a71))
12+
* **app:** fix pipette info page flag for configuring or changing pipette ([#7018](https://github.com/Opentrons/opentrons/issues/7018)) ([74d9cb4](https://github.com/Opentrons/opentrons/commit/74d9cb4))
13+
* **robot-server:** deck cal: clear pipette offset cal when deck cal completes ([#7019](https://github.com/Opentrons/opentrons/issues/7019)) ([243c683](https://github.com/Opentrons/opentrons/commit/243c683))
14+
* **robot-server:** remove pip offset after tlc in fused flow ([#7020](https://github.com/Opentrons/opentrons/issues/7020)) ([858219e](https://github.com/Opentrons/opentrons/commit/858219e))
15+
16+
17+
18+
19+
620
# [4.0.0-alpha.12](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) (2020-11-16)
721

822

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+
# [4.0.0-alpha.13](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-17)
7+
8+
**Note:** Version bump only for package @opentrons/api-server
9+
10+
11+
12+
13+
614
# [4.0.0-alpha.12](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) (2020-11-16)
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": "4.0.0-alpha.12",
3+
"version": "4.0.0-alpha.13",
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+
# [4.0.0-alpha.13](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-17)
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
614
# [4.0.0-alpha.12](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) (2020-11-16)
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": "4.0.0-alpha.12",
5+
"version": "4.0.0-alpha.13",
66
"description": "Opentrons desktop application",
77
"main": "lib/main.js",
88
"scripts": {
@@ -27,9 +27,9 @@
2727
]
2828
},
2929
"devDependencies": {
30-
"@opentrons/app": "4.0.0-alpha.12",
31-
"@opentrons/discovery-client": "4.0.0-alpha.12",
32-
"@opentrons/shared-data": "4.0.0-alpha.12"
30+
"@opentrons/app": "4.0.0-alpha.13",
31+
"@opentrons/discovery-client": "4.0.0-alpha.13",
32+
"@opentrons/shared-data": "4.0.0-alpha.13"
3333
},
3434
"dependencies": {
3535
"@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+
# [4.0.0-alpha.13](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **app:** Filter pipette offset calibrations by mount as well ([#7017](https://github.com/Opentrons/opentrons/issues/7017)) ([8bf5a71](https://github.com/Opentrons/opentrons/commit/8bf5a71))
12+
* **app:** fix pipette info page flag for configuring or changing pipette ([#7018](https://github.com/Opentrons/opentrons/issues/7018)) ([74d9cb4](https://github.com/Opentrons/opentrons/commit/74d9cb4))
13+
14+
15+
16+
17+
618
# [4.0.0-alpha.12](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) (2020-11-16)
719

820

app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/app",
3-
"version": "4.0.0-alpha.12",
3+
"version": "4.0.0-alpha.13",
44
"description": "Opentrons desktop application UI",
55
"main": "src/index.js",
66
"repository": {
@@ -18,8 +18,8 @@
1818
"homepage": "https://github.com/Opentrons/opentrons",
1919
"dependencies": {
2020
"@hot-loader/react-dom": "16.8.6",
21-
"@opentrons/components": "4.0.0-alpha.12",
22-
"@opentrons/shared-data": "4.0.0-alpha.12",
21+
"@opentrons/components": "4.0.0-alpha.13",
22+
"@opentrons/shared-data": "4.0.0-alpha.13",
2323
"@thi.ng/paths": "1.6.5",
2424
"classnames": "2.2.5",
2525
"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+
# [4.0.0-alpha.13](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-17)
7+
8+
**Note:** Version bump only for package @opentrons/components
9+
10+
11+
12+
13+
614
# [4.0.0-alpha.12](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) (2020-11-16)
715

816

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/components",
3-
"version": "4.0.0-alpha.12",
3+
"version": "4.0.0-alpha.13",
44
"description": "React components library for Opentrons' projects",
55
"main": "src/index.js",
66
"style": "src/index.css",

discovery-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+
# [4.0.0-alpha.13](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.12...v4.0.0-alpha.13) (2020-11-17)
7+
8+
**Note:** Version bump only for package @opentrons/discovery-client
9+
10+
11+
12+
13+
614
# [4.0.0-alpha.12](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.11...v4.0.0-alpha.12) (2020-11-16)
715

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

0 commit comments

Comments
 (0)