Skip to content

Commit dc3d769

Browse files
committed
chore(release): bump to 4.6.2 (#8441)
1 parent cb9a4f0 commit dc3d769

File tree

34 files changed

+303
-33
lines changed

34 files changed

+303
-33
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
7+
8+
**Note:** Version bump only for package opentrons
9+
10+
11+
12+
13+
14+
## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30)
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** 4.6.x set max speed fails ([#8437](https://github.com/Opentrons/opentrons/issues/8437)) ([cb9a4f0](https://github.com/Opentrons/opentrons/commit/cb9a4f03df857b3e688651be4abd3ff9f9baa586)), closes [#8436](https://github.com/Opentrons/opentrons/issues/8436)
20+
21+
22+
23+
24+
625
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
726

827

api/release-notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
66

77
---
88

9-
# OT-2 Software Changes in 4.6.1
9+
# OT-2 Software Changes in 4.6.2
1010

1111
## New Features
1212

@@ -20,6 +20,10 @@ log][]. For a list of currently known issues, please see the [Opentrons issue tr
2020
- Fixed a few issues with the faster protocol analysis method added in the 4.5.0 release.
2121
- Fixed type annotations of the `ProtocolContext` classes.
2222

23+
## 4.6.1 to 4.6.2
24+
25+
The 4.6.2 hotfix release contains a small bug fix for an issue where the OT-2's max speed settings within a protocol will be ignored.
26+
2327
## 4.6.0 to 4.6.1
2428

2529
The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running on your OT-2.

api/src/opentrons/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
7+
8+
**Note:** Version bump only for package @opentrons/api-server
9+
10+
11+
12+
13+
14+
## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30)
15+
16+
17+
### Bug Fixes
18+
19+
* **api:** 4.6.x set max speed fails ([#8437](https://github.com/Opentrons/opentrons/issues/8437)) ([cb9a4f0](https://github.com/Opentrons/opentrons/commit/cb9a4f03df857b3e688651be4abd3ff9f9baa586)), closes [#8436](https://github.com/Opentrons/opentrons/issues/8436)
20+
21+
22+
23+
24+
625
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
726

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

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

app-shell/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
7+
8+
**Note:** Version bump only for package @opentrons/app-shell
9+
10+
11+
12+
13+
14+
## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30)
15+
16+
**Note:** Version bump only for package @opentrons/app-shell
17+
18+
19+
20+
21+
622
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
723

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

app-shell/build/release-notes.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
For more details about this release, please see the full [technical change
1+
**For** more details about this release, please see the full [technical change
22
log][]. For a list of currently known issues, please see the [Opentrons issue tracker][].
33

44
[technical change log]: https://github.com/Opentrons/opentrons/blob/edge/CHANGELOG.md
55
[opentrons issue tracker]: https://github.com/Opentrons/opentrons/issues?q=is%3Aopen+is%3Aissue+label%3Abug
66

77
---
88

9-
# Opentrons App Changes in 4.6.1
9+
# Opentrons App Changes in 4.6.2
1010

11-
The 4.6.1 release is primarily focused on bug fixes on the robot software side and behind the scenes changes in the app for future work. You shouldn't notice any big changes with this upgrade.
11+
The 4.6.2 release is primarily focused on bug fixes on the robot software side and behind the scenes changes in the app for future work. You shouldn't notice any big changes with this upgrade.
1212

1313
## New Features
1414

@@ -18,6 +18,10 @@ None in the Opentrons App.
1818

1919
None in the Opentrons App.
2020

21+
## 4.6.1 to 4.6.2
22+
23+
The 4.6.2 hotfix release contains a small bug fix for an issue where the OT-2's max speed settings within a protocol will be ignored. It does not affect the software running in the Opentrons App.
24+
2125
## 4.6.0 to 4.6.1
2226

2327
The 4.6.1 hotfix release contains a small configuration change to fix an issue with installing the `opentrons` PyPI package on computers running Python 3.8 and later. It does not affect the software running in the Opentrons App.

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

app/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
7+
8+
**Note:** Version bump only for package @opentrons/app
9+
10+
11+
12+
13+
14+
## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30)
15+
16+
**Note:** Version bump only for package @opentrons/app
17+
18+
19+
20+
21+
622
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
723

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

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.6.1",
3+
"version": "4.6.2",
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.6.1",
23-
"@opentrons/shared-data": "4.6.1",
22+
"@opentrons/components": "4.6.2",
23+
"@opentrons/shared-data": "4.6.2",
2424
"@thi.ng/paths": "1.6.5",
2525
"classnames": "2.2.5",
2626
"connected-react-router": "6.8.0",

components/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
7+
8+
**Note:** Version bump only for package @opentrons/components
9+
10+
11+
12+
13+
14+
## [4.6.2](https://github.com/Opentrons/opentrons/compare/v4.6.1...v4.6.2) (2021-09-30)
15+
16+
**Note:** Version bump only for package @opentrons/components
17+
18+
19+
20+
21+
622
## [4.6.1](https://github.com/Opentrons/opentrons/compare/v4.6.0...v4.6.1) (2021-09-28)
723

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

0 commit comments

Comments
 (0)