diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9fe0eb29e..135cef3cc6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/api-client/CHANGELOG.md b/api-client/CHANGELOG.md index 950798c1e21..0f05f9c55f0 100644 --- a/api-client/CHANGELOG.md +++ b/api-client/CHANGELOG.md @@ -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 diff --git a/api-client/package.json b/api-client/package.json index 5a364d3ed8b..da8bdf830b3 100644 --- a/api-client/package.json +++ b/api-client/package.json @@ -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", @@ -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" } diff --git a/api/src/opentrons/CHANGELOG.md b/api/src/opentrons/CHANGELOG.md index 9c775d331f4..94e35b34691 100644 --- a/api/src/opentrons/CHANGELOG.md +++ b/api/src/opentrons/CHANGELOG.md @@ -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 @@ -22,6 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * **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)) diff --git a/api/src/opentrons/package.json b/api/src/opentrons/package.json index d456c258bc7..d4d05d4945f 100644 --- a/api/src/opentrons/package.json +++ b/api/src/opentrons/package.json @@ -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", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index 7dd98db3a0a..7eeeb078331 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/CHANGELOG.md @@ -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 diff --git a/app-shell/package.json b/app-shell/package.json index 0c05dc094e5..2c2999314a4 100644 --- a/app-shell/package.json +++ b/app-shell/package.json @@ -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", @@ -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", diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 681329f79f3..f5ab62e559c 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -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 diff --git a/app/package.json b/app/package.json index 824b29ec81e..a542f18d35c 100644 --- a/app/package.json +++ b/app/package.json @@ -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", @@ -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", diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 31c316a99d5..9ac6f0a3942 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -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 diff --git a/components/package.json b/components/package.json index 6a7b64c781e..10b8ada03b5 100644 --- a/components/package.json +++ b/components/package.json @@ -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", @@ -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", diff --git a/discovery-client/CHANGELOG.md b/discovery-client/CHANGELOG.md index b2676dae030..eba96d7ce8e 100644 --- a/discovery-client/CHANGELOG.md +++ b/discovery-client/CHANGELOG.md @@ -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 diff --git a/discovery-client/package.json b/discovery-client/package.json index d8d07715703..ddb501d6f6e 100644 --- a/discovery-client/package.json +++ b/discovery-client/package.json @@ -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", diff --git a/labware-designer/CHANGELOG.md b/labware-designer/CHANGELOG.md index fd9e1589cd5..5dd930ef419 100644 --- a/labware-designer/CHANGELOG.md +++ b/labware-designer/CHANGELOG.md @@ -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 diff --git a/labware-designer/package.json b/labware-designer/package.json index 8e4cf89367a..6033ac7af48 100644 --- a/labware-designer/package.json +++ b/labware-designer/package.json @@ -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": { @@ -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" } } diff --git a/labware-library/CHANGELOG.md b/labware-library/CHANGELOG.md index cce7859d6b3..e368798fb10 100644 --- a/labware-library/CHANGELOG.md +++ b/labware-library/CHANGELOG.md @@ -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 diff --git a/labware-library/package.json b/labware-library/package.json index b50a2160b71..bd8d640e395 100644 --- a/labware-library/package.json +++ b/labware-library/package.json @@ -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", @@ -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", diff --git a/lerna.json b/lerna.json index c1454b2a0e5..a6702c6c171 100644 --- a/lerna.json +++ b/lerna.json @@ -15,5 +15,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "4.7.0-alpha.1" + "version": "4.7.0" } diff --git a/notify-server/notify_server/CHANGELOG.md b/notify-server/notify_server/CHANGELOG.md index ac872bb187f..6169f73bc26 100644 --- a/notify-server/notify_server/CHANGELOG.md +++ b/notify-server/notify_server/CHANGELOG.md @@ -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 diff --git a/notify-server/notify_server/package.json b/notify-server/notify_server/package.json index 3f2a541ab1a..e464bff98c3 100644 --- a/notify-server/notify_server/package.json +++ b/notify-server/notify_server/package.json @@ -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", diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index 2a59a0a3432..f9f9acc8fa1 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/CHANGELOG.md @@ -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 diff --git a/protocol-designer/package.json b/protocol-designer/package.json index 19106e2f2ae..ee915e3fc18 100755 --- a/protocol-designer/package.json +++ b/protocol-designer/package.json @@ -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": { @@ -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", diff --git a/protocol-library-kludge/CHANGELOG.md b/protocol-library-kludge/CHANGELOG.md index 39a9925375a..94a76a3f347 100644 --- a/protocol-library-kludge/CHANGELOG.md +++ b/protocol-library-kludge/CHANGELOG.md @@ -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 protocol-library-kludge - - - - - -# [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 protocol-library-kludge - - - - - +# [4.7.0](https://github.com/Opentrons/opentrons/compare/v4.6.2...v4.7.0) (2021-11-18) **Note:** Version bump only for package protocol-library-kludge diff --git a/protocol-library-kludge/package.json b/protocol-library-kludge/package.json index 32ecf253e70..e1ff9f985cf 100644 --- a/protocol-library-kludge/package.json +++ b/protocol-library-kludge/package.json @@ -9,7 +9,7 @@ }, "name": "protocol-library-kludge", "private": true, - "version": "4.7.0-alpha.1", + "version": "4.7.0", "productName": "Opentrons Protocol Library", "description": "Protocol library stuff (WIP)", "main": "lib/index.js", @@ -21,8 +21,8 @@ "license": "Apache-2.0", "dependencies": { "@hot-loader/react-dom": "17.0.1", - "@opentrons/components": "4.7.0-alpha.1", - "@opentrons/shared-data": "4.7.0-alpha.1", + "@opentrons/components": "4.7.0", + "@opentrons/shared-data": "4.7.0", "classnames": "2.2.5", "lodash": "4.17.15", "react": "17.0.1", diff --git a/react-api-client/CHANGELOG.md b/react-api-client/CHANGELOG.md index 1f84cc54dad..e0806f17acf 100644 --- a/react-api-client/CHANGELOG.md +++ b/react-api-client/CHANGELOG.md @@ -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/react-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) ### Bug Fixes diff --git a/react-api-client/package.json b/react-api-client/package.json index ee64cd5137e..137b7cb165f 100644 --- a/react-api-client/package.json +++ b/react-api-client/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/react-api-client", "description": "Opentrons robot HTTP API client for React apps", - "version": "4.7.0-alpha.1", + "version": "4.7.0", "license": "Apache-2.0", "main": "dist/react-api-client.browser.js", "module": "dist/react-api-client.browser.mjs", @@ -11,7 +11,7 @@ "react": "17.0.1" }, "dependencies": { - "@opentrons/api-client": "4.7.0-alpha.1", - "@opentrons/shared-data": "4.7.0-alpha.1" + "@opentrons/api-client": "4.7.0", + "@opentrons/shared-data": "4.7.0" } } diff --git a/robot-server/robot_server/CHANGELOG.md b/robot-server/robot_server/CHANGELOG.md index 1d7d48ff0f7..d389b7a8f12 100644 --- a/robot-server/robot_server/CHANGELOG.md +++ b/robot-server/robot_server/CHANGELOG.md @@ -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/robot-server - - - - - -# [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 diff --git a/robot-server/robot_server/package.json b/robot-server/robot_server/package.json index e70b48dfb77..42f85207b06 100644 --- a/robot-server/robot_server/package.json +++ b/robot-server/robot_server/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/robot-server", - "version": "4.7.0-alpha.1", + "version": "4.7.0", "description": "HTTP server for Opentrons robots", "repository": { "type": "git", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index 9291cd4cee7..af23e727001 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/CHANGELOG.md @@ -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/shared-data - - - - - -# [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 diff --git a/shared-data/package.json b/shared-data/package.json index fc03baeb296..bce775e08fb 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "4.7.0-alpha.1", + "version": "4.7.0", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/step-generation/CHANGELOG.md b/step-generation/CHANGELOG.md index 49e849eeb8b..50daa167832 100644 --- a/step-generation/CHANGELOG.md +++ b/step-generation/CHANGELOG.md @@ -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/step-generation - - - - - -# [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/step-generation - - - - - +# [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/step-generation diff --git a/step-generation/package.json b/step-generation/package.json index 6eb48aaffd6..e2b64c2163b 100644 --- a/step-generation/package.json +++ b/step-generation/package.json @@ -10,7 +10,7 @@ "name": "@opentrons/step-generation", "productName": "Opentrons Step Generation", "private": true, - "version": "4.7.0-alpha.1", + "version": "4.7.0", "description": "Step generation", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -20,7 +20,7 @@ "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", "core-js": "3.2.1", "immer": "5.1.0", "lodash": "4.17.15" diff --git a/update-server/otupdate/CHANGELOG.md b/update-server/otupdate/CHANGELOG.md index 5fa61876769..534148cbd97 100644 --- a/update-server/otupdate/CHANGELOG.md +++ b/update-server/otupdate/CHANGELOG.md @@ -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/update-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/update-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/update-server diff --git a/update-server/otupdate/package.json b/update-server/otupdate/package.json index 69841d965f0..8098f68663d 100644 --- a/update-server/otupdate/package.json +++ b/update-server/otupdate/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/update-server", - "version": "4.7.0-alpha.1", + "version": "4.7.0", "description": "Update server for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 27629067643..553aa130f51 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/CHANGELOG.md @@ -3,23 +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/webpack-config - - - - - -# [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/webpack-config - - - - - - +# [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/webpack-config diff --git a/webpack-config/package.json b/webpack-config/package.json index cc4dddfbfd5..0a2083c381b 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "4.7.0-alpha.1", + "version": "4.7.0", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {