Skip to content

Commit f5c96da

Browse files
authored
chore(release): 4.5.0-alpha.1 (#8193)
1 parent 47bc77a commit f5c96da

File tree

32 files changed

+163
-29
lines changed

32 files changed

+163
-29
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.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+
617
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
718

819

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.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+
617
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
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": "4.5.0-alpha.0",
3+
"version": "4.5.0-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+
# [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+
614
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
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.5.0-alpha.0",
5+
"version": "4.5.0-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": "4.5.0-alpha.0",
32-
"@opentrons/discovery-client": "4.5.0-alpha.0",
33-
"@opentrons/shared-data": "4.5.0-alpha.0"
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"
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.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+
614
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
715

816

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.0",
3+
"version": "4.5.0-alpha.1",
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.0",
23-
"@opentrons/shared-data": "4.5.0-alpha.0",
22+
"@opentrons/components": "4.5.0-alpha.1",
23+
"@opentrons/shared-data": "4.5.0-alpha.1",
2424
"@thi.ng/paths": "1.6.5",
2525
"classnames": "2.2.5",
2626
"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.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+
614
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
715

816

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.0",
3+
"version": "4.5.0-alpha.1",
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.0",
23+
"@opentrons/shared-data": "4.5.0-alpha.1",
2424
"@popperjs/core": "2.1.1",
2525
"@types/classnames": "^2.2.5",
2626
"@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.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+
614
# [4.5.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.4.0...v4.5.0-alpha.0) (2021-07-26)
715

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

0 commit comments

Comments
 (0)