Skip to content

Commit

Permalink
chore(release): 4.5.0 (#8197)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous authored Aug 3, 2021
1 parent f5c96da commit c20e808
Show file tree
Hide file tree
Showing 32 changed files with 47 additions and 179 deletions.
14 changes: 2 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)


### Bug Fixes

* **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))





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)


### Bug Fixes

* **api:** fix module path for jupyter notebook ([#8009](https://github.com/Opentrons/opentrons/issues/8009)) ([f8bdf5c](https://github.com/Opentrons/opentrons/commit/f8bdf5c096c444320e9b70d5f88f6eec38a2dc01))
* **api:** ignore missing aionotify more properly ([#8154](https://github.com/Opentrons/opentrons/issues/8154)) ([bb0e3a0](https://github.com/Opentrons/opentrons/commit/bb0e3a02720b4e7f9c3e0678ea6f8d4d9b5145a4))
* **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))
* **api:** tolerate bad json in calibration defs ([#7962](https://github.com/Opentrons/opentrons/issues/7962)) ([588668a](https://github.com/Opentrons/opentrons/commit/588668a8500297ce52bb36d67a93b14790c4d91b))
* **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))
* **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)
Expand Down
14 changes: 2 additions & 12 deletions api/src/opentrons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)


### Bug Fixes

* **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))





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)


### Bug Fixes

* **api:** fix module path for jupyter notebook ([#8009](https://github.com/Opentrons/opentrons/issues/8009)) ([f8bdf5c](https://github.com/Opentrons/opentrons/commit/f8bdf5c096c444320e9b70d5f88f6eec38a2dc01))
* **api:** ignore missing aionotify more properly ([#8154](https://github.com/Opentrons/opentrons/issues/8154)) ([bb0e3a0](https://github.com/Opentrons/opentrons/commit/bb0e3a02720b4e7f9c3e0678ea6f8d4d9b5145a4))
* **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))
* **api:** tolerate bad json in calibration defs ([#7962](https://github.com/Opentrons/opentrons/issues/7962)) ([588668a](https://github.com/Opentrons/opentrons/commit/588668a8500297ce52bb36d67a93b14790c4d91b))


Expand Down
2 changes: 1 addition & 1 deletion api/src/opentrons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/api-server",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Opentrons API server application",
"repository": {
"type": "git",
Expand Down
10 changes: 1 addition & 9 deletions app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

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





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)

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

Expand Down
8 changes: 4 additions & 4 deletions app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@opentrons/app-shell",
"private": true,
"productName": "Opentrons",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand All @@ -28,9 +28,9 @@
]
},
"devDependencies": {
"@opentrons/app": "4.5.0-alpha.1",
"@opentrons/discovery-client": "4.5.0-alpha.1",
"@opentrons/shared-data": "4.5.0-alpha.1"
"@opentrons/app": "4.5.0",
"@opentrons/discovery-client": "4.5.0",
"@opentrons/shared-data": "4.5.0"
},
"dependencies": {
"@thi.ng/paths": "1.6.5",
Expand Down
10 changes: 1 addition & 9 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package @opentrons/app





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)


### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/app",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Opentrons desktop application UI",
"source": "src/index.tsx",
"types": "lib/index.d.ts",
Expand All @@ -19,8 +19,8 @@
"homepage": "https://github.com/Opentrons/opentrons",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.5.0-alpha.1",
"@opentrons/shared-data": "4.5.0-alpha.1",
"@opentrons/components": "4.5.0",
"@opentrons/shared-data": "4.5.0",
"@thi.ng/paths": "1.6.5",
"classnames": "2.2.5",
"connected-react-router": "6.8.0",
Expand Down
10 changes: 1 addition & 9 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package @opentrons/components





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)


### Features
Expand Down
4 changes: 2 additions & 2 deletions components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/components",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "React components library for Opentrons' projects",
"source": "src/index.ts",
"types": "lib/index.d.ts",
Expand All @@ -20,7 +20,7 @@
"react-router-dom": "5.1.1"
},
"dependencies": {
"@opentrons/shared-data": "4.5.0-alpha.1",
"@opentrons/shared-data": "4.5.0",
"@popperjs/core": "2.1.1",
"@types/classnames": "^2.2.5",
"@types/lodash": "^4.14.168",
Expand Down
10 changes: 1 addition & 9 deletions discovery-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

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





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)

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

Expand Down
2 changes: 1 addition & 1 deletion discovery-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/discovery-client",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Node.js client for discovering Opentrons robots on the network",
"main": "lib/index.js",
"flow:main": "flow-types/index.js.flow",
Expand Down
10 changes: 1 addition & 9 deletions labware-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package labware-designer





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)


### Features
Expand Down
4 changes: 2 additions & 2 deletions labware-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "labware-designer",
"productName": "Opentrons Labware Designer",
"private": true,
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Labware Designer",
"main": "src/index.tsx",
"bugs": {
Expand All @@ -19,6 +19,6 @@
"homepage": "https://github.com/Opentrons/opentrons",
"license": "Apache-2.0",
"dependencies": {
"@opentrons/shared-data": "4.5.0-alpha.1"
"@opentrons/shared-data": "4.5.0"
}
}
10 changes: 1 addition & 9 deletions labware-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package @opentrons/labware-library





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)


### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions labware-library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opentrons/labware-library",
"productName": "Labware Library",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Opentrons standard labware library",
"main": "dist/index.js",
"source": "src/index.tsx",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.5.0-alpha.1",
"@opentrons/components": "4.5.0",
"ajv": "6.10.2",
"classnames": "2.2.5",
"cookie": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
},
"npmClient": "yarn",
"useWorkspaces": true,
"version": "4.5.0-alpha.1"
"version": "4.5.0"
}
10 changes: 1 addition & 9 deletions notify-server/notify_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package @opentrons/notify-server





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)

**Note:** Version bump only for package @opentrons/notify-server

Expand Down
2 changes: 1 addition & 1 deletion notify-server/notify_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/notify-server",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Notification pub/sub server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
10 changes: 1 addition & 9 deletions protocol-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package protocol-designer





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)

**Note:** Version bump only for package protocol-designer

Expand Down
6 changes: 3 additions & 3 deletions protocol-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "protocol-designer",
"productName": "Opentrons Protocol Designer BETA",
"private": true,
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "Protocol designer app",
"main": "src/index.js",
"bugs": {
Expand All @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.5.0-alpha.1",
"@opentrons/step-generation": "4.5.0-alpha.1",
"@opentrons/components": "4.5.0",
"@opentrons/step-generation": "4.5.0",
"@typeform/embed": "0.16.0",
"@types/redux-actions": "2.6.1",
"@types/ua-parser-js": "0.7.36",
Expand Down
10 changes: 1 addition & 9 deletions protocol-library-kludge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package protocol-library-kludge





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)

**Note:** Version bump only for package protocol-library-kludge

Expand Down
6 changes: 3 additions & 3 deletions protocol-library-kludge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"name": "protocol-library-kludge",
"private": true,
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"productName": "Opentrons Protocol Library",
"description": "Protocol library stuff (WIP)",
"main": "lib/index.js",
Expand All @@ -21,8 +21,8 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.5.0-alpha.1",
"@opentrons/shared-data": "4.5.0-alpha.1",
"@opentrons/components": "4.5.0",
"@opentrons/shared-data": "4.5.0",
"classnames": "2.2.5",
"lodash": "4.17.15",
"react": "16.8.6",
Expand Down
10 changes: 1 addition & 9 deletions robot-server/robot_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.5.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.5.0-alpha.0...v4.5.0-alpha.1) (2021-08-03)

**Note:** Version bump only for package @opentrons/robot-server





# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
# [4.5.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0) (2021-08-03)

**Note:** Version bump only for package @opentrons/robot-server

Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/robot-server",
"version": "4.5.0-alpha.1",
"version": "4.5.0",
"description": "HTTP server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit c20e808

Please sign in to comment.