Skip to content

Commit c20e808

Browse files
authored
chore(release): 4.5.0 (#8197)
1 parent f5c96da commit c20e808

File tree

32 files changed

+47
-179
lines changed

32 files changed

+47
-179
lines changed

CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +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.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)
7-
8-
9-
### Bug Fixes
10-
11-
* **api:** reduce the severity of retry message from warning to info. ([#8192](https://github.com/Opentrons/opentrons/issues/8192)) ([47bc77a](https://github.com/Opentrons/opentrons/commit/47bc77a1a0b89becf9e43ac2f32b53f2b6efa048))
12-
13-
14-
15-
16-
17-
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
6+
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)
187

198

209
### Bug Fixes
2110

2211
* **api:** fix module path for jupyter notebook ([#8009](https://github.com/Opentrons/opentrons/issues/8009)) ([f8bdf5c](https://github.com/Opentrons/opentrons/commit/f8bdf5c096c444320e9b70d5f88f6eec38a2dc01))
2312
* **api:** ignore missing aionotify more properly ([#8154](https://github.com/Opentrons/opentrons/issues/8154)) ([bb0e3a0](https://github.com/Opentrons/opentrons/commit/bb0e3a02720b4e7f9c3e0678ea6f8d4d9b5145a4))
13+
* **api:** reduce the severity of retry message from warning to info. ([#8192](https://github.com/Opentrons/opentrons/issues/8192)) ([47bc77a](https://github.com/Opentrons/opentrons/commit/47bc77a1a0b89becf9e43ac2f32b53f2b6efa048))
2414
* **api:** tolerate bad json in calibration defs ([#7962](https://github.com/Opentrons/opentrons/issues/7962)) ([588668a](https://github.com/Opentrons/opentrons/commit/588668a8500297ce52bb36d67a93b14790c4d91b))
2515
* **app:** Run timer stays at 00:00:00 if you reconnect in the middle of a delay ([#7937](https://github.com/Opentrons/opentrons/issues/7937)) ([6415c90](https://github.com/Opentrons/opentrons/commit/6415c9036e5f0368a9862cb11d6608702c0815a3))
2616
* **labware-creator:** add margin to bottom of LC ([#8034](https://github.com/Opentrons/opentrons/issues/8034)) ([eeace5b](https://github.com/Opentrons/opentrons/commit/eeace5b3f3f953e10c2052e645a7f1551d99a24f)), closes [#8027](https://github.com/Opentrons/opentrons/issues/8027)

api/src/opentrons/CHANGELOG.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +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.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)
7-
8-
9-
### Bug Fixes
10-
11-
* **api:** reduce the severity of retry message from warning to info. ([#8192](https://github.com/Opentrons/opentrons/issues/8192)) ([47bc77a](https://github.com/Opentrons/opentrons/commit/47bc77a1a0b89becf9e43ac2f32b53f2b6efa048))
12-
13-
14-
15-
16-
17-
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
6+
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)
187

198

209
### Bug Fixes
2110

2211
* **api:** fix module path for jupyter notebook ([#8009](https://github.com/Opentrons/opentrons/issues/8009)) ([f8bdf5c](https://github.com/Opentrons/opentrons/commit/f8bdf5c096c444320e9b70d5f88f6eec38a2dc01))
2312
* **api:** ignore missing aionotify more properly ([#8154](https://github.com/Opentrons/opentrons/issues/8154)) ([bb0e3a0](https://github.com/Opentrons/opentrons/commit/bb0e3a02720b4e7f9c3e0678ea6f8d4d9b5145a4))
13+
* **api:** reduce the severity of retry message from warning to info. ([#8192](https://github.com/Opentrons/opentrons/issues/8192)) ([47bc77a](https://github.com/Opentrons/opentrons/commit/47bc77a1a0b89becf9e43ac2f32b53f2b6efa048))
2414
* **api:** tolerate bad json in calibration defs ([#7962](https://github.com/Opentrons/opentrons/issues/7962)) ([588668a](https://github.com/Opentrons/opentrons/commit/588668a8500297ce52bb36d67a93b14790c4d91b))
2515

2616

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.5.0-alpha.1",
3+
"version": "4.5.0",
44
"description": "Opentrons API server application",
55
"repository": {
66
"type": "git",

app-shell/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
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.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)
7-
8-
**Note:** Version bump only for package @opentrons/app-shell
9-
10-
11-
12-
13-
14-
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
6+
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)
157

168
**Note:** Version bump only for package @opentrons/app-shell
179

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

app/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
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.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)
7-
8-
**Note:** Version bump only for package @opentrons/app
9-
10-
11-
12-
13-
14-
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
6+
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)
157

168

179
### Bug Fixes

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.5.0-alpha.1",
3+
"version": "4.5.0",
44
"description": "Opentrons desktop application UI",
55
"source": "src/index.tsx",
66
"types": "lib/index.d.ts",
@@ -19,8 +19,8 @@
1919
"homepage": "https://github.com/Opentrons/opentrons",
2020
"dependencies": {
2121
"@hot-loader/react-dom": "16.8.6",
22-
"@opentrons/components": "4.5.0-alpha.1",
23-
"@opentrons/shared-data": "4.5.0-alpha.1",
22+
"@opentrons/components": "4.5.0",
23+
"@opentrons/shared-data": "4.5.0",
2424
"@thi.ng/paths": "1.6.5",
2525
"classnames": "2.2.5",
2626
"connected-react-router": "6.8.0",

components/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
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.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)
7-
8-
**Note:** Version bump only for package @opentrons/components
9-
10-
11-
12-
13-
14-
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
6+
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)
157

168

179
### Features

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.5.0-alpha.1",
3+
"version": "4.5.0",
44
"description": "React components library for Opentrons' projects",
55
"source": "src/index.ts",
66
"types": "lib/index.d.ts",
@@ -20,7 +20,7 @@
2020
"react-router-dom": "5.1.1"
2121
},
2222
"dependencies": {
23-
"@opentrons/shared-data": "4.5.0-alpha.1",
23+
"@opentrons/shared-data": "4.5.0",
2424
"@popperjs/core": "2.1.1",
2525
"@types/classnames": "^2.2.5",
2626
"@types/lodash": "^4.14.168",

discovery-client/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,7 @@
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.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)
7-
8-
**Note:** Version bump only for package @opentrons/discovery-client
9-
10-
11-
12-
13-
14-
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
6+
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)
157

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

0 commit comments

Comments
 (0)