Skip to content

Commit 222b31d

Browse files
committed
chore(bump): 3.21.0-alpha.4
1 parent 13d4cca commit 222b31d

File tree

28 files changed

+38
-38
lines changed

28 files changed

+38
-38
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
# [3.21.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.3) (2020-09-23)
6+
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
77

88

99
### Bug Fixes

api/src/opentrons/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
# [3.21.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.3) (2020-09-23)
6+
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
77

88

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

app-shell/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
# [3.21.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.3) (2020-09-23)
6+
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
77

88

99
### 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": "3.21.0-alpha.3",
5+
"version": "3.21.0-alpha.4",
66
"description": "Opentrons desktop application",
77
"main": "lib/main.js",
88
"scripts": {
@@ -27,9 +27,9 @@
2727
]
2828
},
2929
"devDependencies": {
30-
"@opentrons/app": "3.21.0-alpha.3",
31-
"@opentrons/discovery-client": "3.21.0-alpha.3",
32-
"@opentrons/shared-data": "3.21.0-alpha.3"
30+
"@opentrons/app": "3.21.0-alpha.4",
31+
"@opentrons/discovery-client": "3.21.0-alpha.4",
32+
"@opentrons/shared-data": "3.21.0-alpha.4"
3333
},
3434
"dependencies": {
3535
"@thi.ng/paths": "1.6.5",

app/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
# [3.21.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.3) (2020-09-23)
6+
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
77

88

99
### 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": "3.21.0-alpha.3",
3+
"version": "3.21.0-alpha.4",
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": "3.21.0-alpha.3",
22-
"@opentrons/shared-data": "3.21.0-alpha.3",
21+
"@opentrons/components": "3.21.0-alpha.4",
22+
"@opentrons/shared-data": "3.21.0-alpha.4",
2323
"@thi.ng/paths": "1.6.5",
2424
"classnames": "2.2.5",
2525
"connected-react-router": "6.8.0",

components/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
# [3.21.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.3) (2020-09-23)
6+
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
77

88

99
### Bug Fixes

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": "3.21.0-alpha.3",
3+
"version": "3.21.0-alpha.4",
44
"description": "React components library for Opentrons' projects",
55
"main": "src/index.js",
66
"style": "src/index.css",

discovery-client/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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-
# [3.21.0-alpha.3](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.3) (2020-09-23)
6+
# [3.21.0-alpha.4](https://github.com/Opentrons/opentrons/compare/v3.20.1...v3.21.0-alpha.4) (2020-09-24)
77

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

0 commit comments

Comments
 (0)