Skip to content

Commit

Permalink
chore(bump): 4.7.0 (#8811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle authored Nov 18, 2021
1 parent 49c89d5 commit f2739c4
Show file tree
Hide file tree
Showing 36 changed files with 55 additions and 256 deletions.
13 changes: 1 addition & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0-alpha.1](https://github.com/opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)


### Bug Fixes

* **api:** fix pipette twinning tip rack sorting ([#8741](https://github.com/opentrons/opentrons/issues/8741)) ([da3a0f0](https://github.com/opentrons/opentrons/commit/da3a0f0b668d1cb17e142399d0febd900c1bc453))





# [4.7.0-alpha.0](https://github.com/opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)
# [4.7.0](https://github.com/opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


### Bug Fixes
Expand Down
11 changes: 1 addition & 10 deletions api-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0-alpha.1](https://github.com/opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)

# [4.7.0](https://github.com/opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)

### Features

Expand Down
4 changes: 2 additions & 2 deletions api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "@opentrons/api-client",
"description": "Opentrons robot API client for Node.js and the browser",
"version": "4.7.0-alpha.1",
"version": "4.7.0",
"license": "Apache-2.0",
"main": "dist/api-client.js",
"module": "dist/api-client.mjs",
Expand All @@ -13,7 +13,7 @@
"./dist/api-client.mjs": "./dist/api-client.browser.mjs"
},
"dependencies": {
"@opentrons/shared-data": "4.7.0-alpha.1",
"@opentrons/shared-data": "4.7.0",
"axios": "^0.21.1",
"react-query": "3.12.0"
}
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,25 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)


### Bug Fixes

* **api:** fix pipette twinning tip rack sorting ([#8741](https://github.com/Opentrons/opentrons/issues/8741)) ([da3a0f0](https://github.com/Opentrons/opentrons/commit/da3a0f0b668d1cb17e142399d0febd900c1bc453))





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)
# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


### Bug Fixes

* **api:** 4.6.x set max speed fails ([#8437](https://github.com/Opentrons/opentrons/issues/8437)) ([5989af0](https://github.com/Opentrons/opentrons/commit/5989af08e19d78c8cfff65e6bb2bb415ed7e174b)), closes [#8436](https://github.com/Opentrons/opentrons/issues/8436)
* **api:** Improve metadata parse error messages and fix metadata typechecking ([#8378](https://github.com/Opentrons/opentrons/issues/8378)) ([1015b14](https://github.com/Opentrons/opentrons/commit/1015b1459cd5da834f88925ce3f6b5eece4018ef)), closes [#8352](https://github.com/Opentrons/opentrons/issues/8352)
* **api:** thermocycler error handling ([#8439](https://github.com/Opentrons/opentrons/issues/8439)) ([7dcff2f](https://github.com/Opentrons/opentrons/commit/7dcff2f7e0f5427c83738fca14c8d2dde7476740)), closes [#8393](https://github.com/Opentrons/opentrons/issues/8393)
* **api:** lock reads to pipettes in the hardware controller ([d78939c] https://github.com/Opentrons/opentrons/commit/d78939c6a791b8e260f598bee916d5fb8799a7d3), closes [#8576](https://github.com/Opentrons/opentrons/issues/8576)
* **robot-server:** avoid LabwareDefinition type in cal models ([#8698](https://github.com/Opentrons/opentrons/issues/8698)) ([c3bf7ab](https://github.com/Opentrons/opentrons/commit/c3bf7ab51074e8b5e160ce5755be6e80296f1963)), closes [#8654](https://github.com/Opentrons/opentrons/issues/8654)
* **robot-server:** ensure background tasks do not affect requests ([#8362](https://github.com/Opentrons/opentrons/issues/8362)) ([3e4bc2f](https://github.com/Opentrons/opentrons/commit/3e4bc2f504282c51622682001780f35d5f3e5312))

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.7.0-alpha.1",
"version": "4.7.0",
"description": "Opentrons API server application",
"repository": {
"type": "git",
Expand Down
17 changes: 1 addition & 16 deletions app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)

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





# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


**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.7.0-alpha.1",
"version": "4.7.0",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"types": "lib/main.d.ts",
Expand All @@ -28,9 +28,9 @@
]
},
"devDependencies": {
"@opentrons/app": "4.7.0-alpha.1",
"@opentrons/discovery-client": "4.7.0-alpha.1",
"@opentrons/shared-data": "4.7.0-alpha.1"
"@opentrons/app": "4.7.0",
"@opentrons/discovery-client": "4.7.0",
"@opentrons/shared-data": "4.7.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.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)
# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


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

# [4.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)

# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)

### Bug Fixes

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.7.0-alpha.1",
"version": "4.7.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.7.0-alpha.1",
"@opentrons/shared-data": "4.7.0",
"@popperjs/core": "2.1.1",
"@types/classnames": "^2.2.5",
"@types/lodash": "^4.14.168",
Expand Down
17 changes: 1 addition & 16 deletions discovery-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)

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





# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


**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.7.0-alpha.1",
"version": "4.7.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.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)
# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


### 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.7.0-alpha.1",
"version": "4.7.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.7.0-alpha.1"
"@opentrons/shared-data": "4.7.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.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)
# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


### Features
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.7.0-alpha.1",
"version": "4.7.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": "17.0.1",
"@opentrons/components": "4.7.0-alpha.1",
"@opentrons/components": "4.7.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.7.0-alpha.1"
"version": "4.7.0"
}
17 changes: 1 addition & 16 deletions notify-server/notify_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)

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





# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


**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.7.0-alpha.1",
"version": "4.7.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.7.0-alpha.1](https://github.com/Opentrons/opentrons/compare/v4.7.0-alpha.0...v4.7.0-alpha.1) (2021-11-12)

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





# [4.7.0-alpha.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0-alpha.0) (2021-11-10)
# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18)


### Features
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.7.0-alpha.1",
"version": "4.7.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": "17.0.1",
"@opentrons/components": "4.7.0-alpha.1",
"@opentrons/step-generation": "4.7.0-alpha.1",
"@opentrons/components": "4.7.0",
"@opentrons/step-generation": "4.7.0",
"@typeform/embed": "0.16.0",
"@types/redux-actions": "2.6.1",
"@types/ua-parser-js": "0.7.36",
Expand Down
Loading

0 comments on commit f2739c4

Please sign in to comment.