Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Nov 5, 2020
1 parent 7d4a6bd commit 88761ed
Show file tree
Hide file tree
Showing 30 changed files with 181 additions and 25 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)


### Bug Fixes

* **app:** change pipette exit button text ([#6930](https://github.com/Opentrons/opentrons/issues/6930)) ([7d4a6bd](https://github.com/Opentrons/opentrons/commit/7d4a6bd))


### Features

* **app,discovery-client:** send Opentrons-Version header with HTTP requests ([#6914](https://github.com/Opentrons/opentrons/issues/6914)) ([089dd36](https://github.com/Opentrons/opentrons/commit/089dd36)), closes [#6852](https://github.com/Opentrons/opentrons/issues/6852)
* **robot-server:** increment HTTP API version ([#6917](https://github.com/Opentrons/opentrons/issues/6917)) ([601c3fb](https://github.com/Opentrons/opentrons/commit/601c3fb)), closes [#6851](https://github.com/Opentrons/opentrons/issues/6851)


### BREAKING CHANGES

* **robot-server:** Requests without Opentrons-Version or with a value lower than 2 will be rejected





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package opentrons
Expand Down
8 changes: 8 additions & 0 deletions api/src/opentrons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

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





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package @opentrons/api-server
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.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Opentrons API server application",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions app-shell/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)


### Features

* **app,discovery-client:** send Opentrons-Version header with HTTP requests ([#6914](https://github.com/Opentrons/opentrons/issues/6914)) ([089dd36](https://github.com/Opentrons/opentrons/commit/089dd36)), closes [#6852](https://github.com/Opentrons/opentrons/issues/6852)





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**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.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Opentrons desktop application",
"main": "lib/main.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
]
},
"devDependencies": {
"@opentrons/app": "4.0.0-beta.2",
"@opentrons/discovery-client": "4.0.0-beta.2",
"@opentrons/shared-data": "4.0.0-beta.2"
"@opentrons/app": "4.0.0-alpha.6",
"@opentrons/discovery-client": "4.0.0-alpha.6",
"@opentrons/shared-data": "4.0.0-alpha.6"
},
"dependencies": {
"@thi.ng/paths": "1.6.5",
Expand Down
16 changes: 16 additions & 0 deletions app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)


### Bug Fixes

* **app:** change pipette exit button text ([#6930](https://github.com/Opentrons/opentrons/issues/6930)) ([7d4a6bd](https://github.com/Opentrons/opentrons/commit/7d4a6bd))


### Features

* **app,discovery-client:** send Opentrons-Version header with HTTP requests ([#6914](https://github.com/Opentrons/opentrons/issues/6914)) ([089dd36](https://github.com/Opentrons/opentrons/commit/089dd36)), closes [#6852](https://github.com/Opentrons/opentrons/issues/6852)





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package @opentrons/app
Expand Down
6 changes: 3 additions & 3 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/app",
"version": "4.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Opentrons desktop application UI",
"main": "src/index.js",
"repository": {
Expand All @@ -18,8 +18,8 @@
"homepage": "https://github.com/Opentrons/opentrons",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.0.0-beta.2",
"@opentrons/shared-data": "4.0.0-beta.2",
"@opentrons/components": "4.0.0-alpha.6",
"@opentrons/shared-data": "4.0.0-alpha.6",
"@thi.ng/paths": "1.6.5",
"classnames": "2.2.5",
"connected-react-router": "6.8.0",
Expand Down
8 changes: 8 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

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





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package @opentrons/components
Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/components",
"version": "4.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "React components library for Opentrons' projects",
"main": "src/index.js",
"style": "src/index.css",
Expand Down
11 changes: 11 additions & 0 deletions discovery-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)


### Features

* **app,discovery-client:** send Opentrons-Version header with HTTP requests ([#6914](https://github.com/Opentrons/opentrons/issues/6914)) ([089dd36](https://github.com/Opentrons/opentrons/commit/089dd36)), closes [#6852](https://github.com/Opentrons/opentrons/issues/6852)





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**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.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Node.js client for discovering Opentrons robots on the network",
"main": "src/index.js",
"bin": {
Expand Down
8 changes: 8 additions & 0 deletions labware-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

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





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package labware-designer
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.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Labware Designer",
"main": "src/index.js",
"bugs": {
Expand All @@ -19,6 +19,6 @@
"homepage": "https://github.com/Opentrons/opentrons",
"license": "Apache-2.0",
"dependencies": {
"@opentrons/shared-data": "4.0.0-beta.2"
"@opentrons/shared-data": "4.0.0-alpha.6"
}
}
8 changes: 8 additions & 0 deletions labware-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

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





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package @opentrons/labware-library
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.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Opentrons standard labware library",
"main": "src/index.js",
"repository": {
Expand All @@ -16,7 +16,7 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.0.0-beta.2",
"@opentrons/components": "4.0.0-alpha.6",
"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.0.0-beta.2"
"version": "4.0.0-alpha.6"
}
8 changes: 8 additions & 0 deletions notify-server/notify_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

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





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**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.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Notification pub/sub server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions protocol-designer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

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





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package protocol-designer
Expand Down
4 changes: 2 additions & 2 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.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Protocol designer app",
"main": "src/index.js",
"bugs": {
Expand All @@ -20,7 +20,7 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.0.0-beta.2",
"@opentrons/components": "4.0.0-alpha.6",
"@typeform/embed": "0.16.0",
"ajv": "6.10.2",
"classnames": "2.2.5",
Expand Down
8 changes: 8 additions & 0 deletions protocol-library-kludge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

**Note:** Version bump only for package protocol-library-kludge





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package protocol-library-kludge
Expand Down
6 changes: 3 additions & 3 deletions protocol-library-kludge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"name": "protocol-library-kludge",
"private": true,
"version": "4.0.0-beta.2",
"version": "4.0.0-alpha.6",
"productName": "Opentrons Protocol Library",
"description": "Protocol library stuff (WIP)",
"main": "src/index.js",
Expand All @@ -20,8 +20,8 @@
"license": "Apache-2.0",
"dependencies": {
"@hot-loader/react-dom": "16.8.6",
"@opentrons/components": "4.0.0-beta.2",
"@opentrons/shared-data": "4.0.0-beta.2",
"@opentrons/components": "4.0.0-alpha.6",
"@opentrons/shared-data": "4.0.0-alpha.6",
"classnames": "2.2.5",
"lodash": "4.17.15",
"react": "16.8.6",
Expand Down
16 changes: 16 additions & 0 deletions robot-server/robot_server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)


### Features

* **robot-server:** increment HTTP API version ([#6917](https://github.com/Opentrons/opentrons/issues/6917)) ([601c3fb](https://github.com/Opentrons/opentrons/commit/601c3fb)), closes [#6851](https://github.com/Opentrons/opentrons/issues/6851)


### BREAKING CHANGES

* **robot-server:** Requests without Opentrons-Version or with a value lower than 2 will be rejected





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package @opentrons/robot-server
Expand Down
2 changes: 1 addition & 1 deletion robot-server/robot_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/robot-server",
"version": "4.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "HTTP server for Opentrons robots",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions shared-data/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-alpha.6](https://github.com/Opentrons/opentrons/compare/v4.0.0-beta.2...v4.0.0-alpha.6) (2020-11-05)

**Note:** Version bump only for package @opentrons/shared-data





# [4.0.0-beta.2](https://github.com/Opentrons/opentrons/compare/v4.0.0-alpha.5...v4.0.0-beta.2) (2020-11-05)

**Note:** Version bump only for package @opentrons/shared-data
Expand Down
2 changes: 1 addition & 1 deletion shared-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentrons/shared-data",
"version": "4.0.0-beta.2",
"version": "4.0.0-alpha.6",
"description": "Default labware definitions for Opentrons robots",
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 88761ed

Please sign in to comment.