Skip to content

Commit 715c1e1

Browse files
committed
chore(release): 4.3.1-alpha.0
1 parent d43fdd7 commit 715c1e1

File tree

30 files changed

+152
-26
lines changed

30 files changed

+152
-26
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+
## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** do not cache tip lengths because it breaks calibration ([#7778](https://github.com/Opentrons/opentrons/issues/7778)) ([d43fdd7](https://github.com/Opentrons/opentrons/commit/d43fdd7))
12+
13+
14+
15+
16+
617
# [4.3.0](https://github.com/Opentrons/opentrons/compare/v4.2.1...v4.3.0) (2021-05-06)
718

819
### Bug Fixes

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+
## [4.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **api:** do not cache tip lengths because it breaks calibration ([#7778](https://github.com/Opentrons/opentrons/issues/7778)) ([d43fdd7](https://github.com/Opentrons/opentrons/commit/d43fdd7))
12+
13+
14+
15+
16+
617
# [4.3.0](https://github.com/Opentrons/opentrons/compare/v4.2.1...v4.3.0) (2021-05-06)
718

819
### Bug Fixes

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.3.0",
3+
"version": "4.3.1-alpha.0",
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.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/Opentrons/opentrons/compare/v4.2.1...v4.3.0) (2021-05-06)
715

816
### Bug Fixes

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

app/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.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
7+
8+
**Note:** Version bump only for package @opentrons/app
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/Opentrons/opentrons/compare/v4.2.1...v4.3.0) (2021-05-06)
715

816
* **app:** conditionally show module usb order instructions ([#7749](https://github.com/Opentrons/opentrons/issues/7749)) ([cc2e974](https://github.com/Opentrons/opentrons/commit/cc2e974))

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.3.0",
3+
"version": "4.3.1-alpha.0",
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.3.0",
22-
"@opentrons/shared-data": "4.3.0",
21+
"@opentrons/components": "4.3.1-alpha.0",
22+
"@opentrons/shared-data": "4.3.1-alpha.0",
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.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
7+
8+
**Note:** Version bump only for package @opentrons/components
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/Opentrons/opentrons/compare/v4.2.1...v4.3.0) (2021-05-06)
715

816
### Bug Fixes

components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opentrons/components",
3-
"version": "4.3.0",
3+
"version": "4.3.1-alpha.0",
44
"description": "React components library for Opentrons' projects",
55
"flow:main": "flow-types/index.js.flow",
66
"source": "src/index.ts",
@@ -21,7 +21,7 @@
2121
"react-router-dom": "5.1.1"
2222
},
2323
"dependencies": {
24-
"@opentrons/shared-data": "4.3.0",
24+
"@opentrons/shared-data": "4.3.1-alpha.0",
2525
"@popperjs/core": "2.1.1",
2626
"@types/classnames": "^2.2.5",
2727
"@types/lodash": "^4.14.168",

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.3.1-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.3.0...v4.3.1-alpha.0) (2021-05-07)
7+
8+
**Note:** Version bump only for package @opentrons/discovery-client
9+
10+
11+
12+
13+
614
# [4.3.0](https://github.com/Opentrons/opentrons/compare/v4.2.1...v4.3.0) (2021-05-06)
715

816
### Bug Fixes

0 commit comments

Comments
 (0)