From 1f08d6271ac0746e8f33c3bb27aed1128c3fc3a1 Mon Sep 17 00:00:00 2001 From: Mike Cousins Date: Tue, 19 Jun 2018 13:32:49 -0400 Subject: [PATCH] chore(release): 3.2.0-beta.1 --- CHANGELOG.md | 26 ++++++++++++++++++++++++ api-server-lib/ot2serverlib/CHANGELOG.md | 12 +++++++++++ api-server-lib/ot2serverlib/package.json | 2 +- api/opentrons/CHANGELOG.md | 19 +++++++++++++++++ api/opentrons/package.json | 2 +- app-shell/CHANGELOG.md | 9 ++++++++ app-shell/package.json | 2 +- app/CHANGELOG.md | 20 ++++++++++++++++++ app/package.json | 6 +++--- components/CHANGELOG.md | 18 ++++++++++++++++ components/package.json | 2 +- lerna.json | 2 +- protocol-designer/CHANGELOG.md | 17 ++++++++++++++++ protocol-designer/package.json | 4 ++-- shared-data/CHANGELOG.md | 9 ++++++++ shared-data/package.json | 2 +- webpack-config/CHANGELOG.md | 9 ++++++++ webpack-config/package.json | 2 +- 18 files changed, 151 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37ad619999..24cf3a495fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + + +### Bug Fixes + +* **api:** Add ignore update endpoint implementation to fallback file ([#1720](https://github.com/Opentrons/opentrons/issues/1720)) ([2a68dc5](https://github.com/Opentrons/opentrons/commit/2a68dc5)) +* **api:** Fix RPC reporting wrong models for v1.3 pipettes ([#1691](https://github.com/Opentrons/opentrons/issues/1691)) ([e302382](https://github.com/Opentrons/opentrons/commit/e302382)) +* **api:** Fixes bug in replacing substring of old p50 pipettes written with v13 instead of v1.3 ([#1717](https://github.com/Opentrons/opentrons/issues/1717)) ([1322055](https://github.com/Opentrons/opentrons/commit/1322055)) +* **app:** Enable robot update even if API reports up-to-date ([#1721](https://github.com/Opentrons/opentrons/issues/1721)) ([16bb8eb](https://github.com/Opentrons/opentrons/commit/16bb8eb)) +* **app:** Fix alignment issues in modals, fix titlebar on page ([#1719](https://github.com/Opentrons/opentrons/issues/1719)) ([ccf4881](https://github.com/Opentrons/opentrons/commit/ccf4881)) +* **app:** Switch to hash routes to enable goBack in prod ([#1722](https://github.com/Opentrons/opentrons/issues/1722)) ([9bf2398](https://github.com/Opentrons/opentrons/commit/9bf2398)) +* **protocol-designer:** fix styles for SelectionRect ([#1714](https://github.com/Opentrons/opentrons/issues/1714)) ([295940e](https://github.com/Opentrons/opentrons/commit/295940e)) + + +### Features + +* **api:** Add endpoints to handle API update ignores ([#1693](https://github.com/Opentrons/opentrons/issues/1693)) ([8c5eae9](https://github.com/Opentrons/opentrons/commit/8c5eae9)) +* **app:** Add toggle to turn on/off robot rail lights ([#1710](https://github.com/Opentrons/opentrons/issues/1710)) ([d2c182c](https://github.com/Opentrons/opentrons/commit/d2c182c)), closes [#1684](https://github.com/Opentrons/opentrons/issues/1684) +* **app:** Show connect alert banner on successful connection ([#1700](https://github.com/Opentrons/opentrons/issues/1700)) ([70cd8b2](https://github.com/Opentrons/opentrons/commit/70cd8b2)), closes [#1314](https://github.com/Opentrons/opentrons/issues/1314) +* **protocol-designer:** clarify editing file details ([d03d42f](https://github.com/Opentrons/opentrons/commit/d03d42f)), closes [#1504](https://github.com/Opentrons/opentrons/issues/1504) [#1661](https://github.com/Opentrons/opentrons/issues/1661) + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/api-server-lib/ot2serverlib/CHANGELOG.md b/api-server-lib/ot2serverlib/CHANGELOG.md index 28badbb9192..79454456c56 100644 --- a/api-server-lib/ot2serverlib/CHANGELOG.md +++ b/api-server-lib/ot2serverlib/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + + +### Features + +* **api:** Add endpoints to handle API update ignores ([#1693](https://github.com/Opentrons/opentrons/issues/1693)) ([8c5eae9](https://github.com/Opentrons/opentrons/commit/8c5eae9)) + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/api-server-lib/ot2serverlib/package.json b/api-server-lib/ot2serverlib/package.json index 1ab1bc7bc74..632145d6f15 100644 --- a/api-server-lib/ot2serverlib/package.json +++ b/api-server-lib/ot2serverlib/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/ot2serverlib", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "Opentrons server library", "repository": { "type": "git", diff --git a/api/opentrons/CHANGELOG.md b/api/opentrons/CHANGELOG.md index 5501f835e1e..ce822ebbca9 100644 --- a/api/opentrons/CHANGELOG.md +++ b/api/opentrons/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + + +### Bug Fixes + +* **api:** Add ignore update endpoint implementation to fallback file ([#1720](https://github.com/Opentrons/opentrons/issues/1720)) ([2a68dc5](https://github.com/Opentrons/opentrons/commit/2a68dc5)) +* **api:** Fix RPC reporting wrong models for v1.3 pipettes ([#1691](https://github.com/Opentrons/opentrons/issues/1691)) ([e302382](https://github.com/Opentrons/opentrons/commit/e302382)) +* **api:** Fixes bug in replacing substring of old p50 pipettes written with v13 instead of v1.3 ([#1717](https://github.com/Opentrons/opentrons/issues/1717)) ([1322055](https://github.com/Opentrons/opentrons/commit/1322055)) + + +### Features + +* **api:** Add endpoints to handle API update ignores ([#1693](https://github.com/Opentrons/opentrons/issues/1693)) ([8c5eae9](https://github.com/Opentrons/opentrons/commit/8c5eae9)) + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/api/opentrons/package.json b/api/opentrons/package.json index 89de693063e..efadc17c13c 100644 --- a/api/opentrons/package.json +++ b/api/opentrons/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/api-server", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "Opentrons API server application", "repository": { "type": "git", diff --git a/app-shell/CHANGELOG.md b/app-shell/CHANGELOG.md index 8bdc0c9b37e..07c0be494fa 100644 --- a/app-shell/CHANGELOG.md +++ b/app-shell/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + +**Note:** Version bump only for package @opentrons/app-shell + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/app-shell/package.json b/app-shell/package.json index 0401323e16b..d9b54f662e3 100644 --- a/app-shell/package.json +++ b/app-shell/package.json @@ -1,7 +1,7 @@ { "name": "@opentrons/app-shell", "productName": "Opentrons", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "Opentrons desktop application", "main": "lib/main.js", "scripts": { diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 04463c96cdd..936e364fbdd 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + + +### Bug Fixes + +* **app:** Enable robot update even if API reports up-to-date ([#1721](https://github.com/Opentrons/opentrons/issues/1721)) ([16bb8eb](https://github.com/Opentrons/opentrons/commit/16bb8eb)) +* **app:** Fix alignment issues in modals, fix titlebar on page ([#1719](https://github.com/Opentrons/opentrons/issues/1719)) ([ccf4881](https://github.com/Opentrons/opentrons/commit/ccf4881)) +* **app:** Switch to hash routes to enable goBack in prod ([#1722](https://github.com/Opentrons/opentrons/issues/1722)) ([9bf2398](https://github.com/Opentrons/opentrons/commit/9bf2398)) + + +### Features + +* **app:** Add toggle to turn on/off robot rail lights ([#1710](https://github.com/Opentrons/opentrons/issues/1710)) ([d2c182c](https://github.com/Opentrons/opentrons/commit/d2c182c)), closes [#1684](https://github.com/Opentrons/opentrons/issues/1684) +* **app:** Show connect alert banner on successful connection ([#1700](https://github.com/Opentrons/opentrons/issues/1700)) ([70cd8b2](https://github.com/Opentrons/opentrons/commit/70cd8b2)), closes [#1314](https://github.com/Opentrons/opentrons/issues/1314) + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/app/package.json b/app/package.json index b2496dbe164..361f7c0367f 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/app", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "Opentrons desktop application UI", "main": "src/index.js", "repository": { @@ -21,8 +21,8 @@ "flow-typed": "^2.4.0" }, "dependencies": { - "@opentrons/components": "3.2.0-beta.0", - "@opentrons/shared-data": "3.2.0-beta.0", + "@opentrons/components": "3.2.0-beta.1", + "@opentrons/shared-data": "3.2.0-beta.1", "@thi.ng/paths": "^1.3.8", "bonjour": "^3.5.0", "classnames": "^2.2.5", diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 01d95912375..f5ad66904d1 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + + +### Bug Fixes + +* **app:** Fix alignment issues in modals, fix titlebar on page ([#1719](https://github.com/Opentrons/opentrons/issues/1719)) ([ccf4881](https://github.com/Opentrons/opentrons/commit/ccf4881)) +* **protocol-designer:** fix styles for SelectionRect ([#1714](https://github.com/Opentrons/opentrons/issues/1714)) ([295940e](https://github.com/Opentrons/opentrons/commit/295940e)) + + +### Features + +* **app:** Add toggle to turn on/off robot rail lights ([#1710](https://github.com/Opentrons/opentrons/issues/1710)) ([d2c182c](https://github.com/Opentrons/opentrons/commit/d2c182c)), closes [#1684](https://github.com/Opentrons/opentrons/issues/1684) + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/components/package.json b/components/package.json index 24e24b400f2..5e9366c564d 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/components", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "React components library for Opentrons' projects", "main": "src/index.js", "style": "src/index.css", diff --git a/lerna.json b/lerna.json index 2771ee0e2c6..ada0012ba82 100644 --- a/lerna.json +++ b/lerna.json @@ -12,5 +12,5 @@ }, "npmClient": "yarn", "useWorkspaces": true, - "version": "3.2.0-beta.0" + "version": "3.2.0-beta.1" } diff --git a/protocol-designer/CHANGELOG.md b/protocol-designer/CHANGELOG.md index 6a11e9ae8ee..5965388d06d 100644 --- a/protocol-designer/CHANGELOG.md +++ b/protocol-designer/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + + +### Bug Fixes + +* **protocol-designer:** fix styles for SelectionRect ([#1714](https://github.com/Opentrons/opentrons/issues/1714)) ([295940e](https://github.com/Opentrons/opentrons/commit/295940e)) + + +### Features + +* **protocol-designer:** clarify editing file details ([d03d42f](https://github.com/Opentrons/opentrons/commit/d03d42f)), closes [#1504](https://github.com/Opentrons/opentrons/issues/1504) [#1661](https://github.com/Opentrons/opentrons/issues/1661) + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/protocol-designer/package.json b/protocol-designer/package.json index a5ca82a4544..140d9ab5ac5 100755 --- a/protocol-designer/package.json +++ b/protocol-designer/package.json @@ -9,7 +9,7 @@ }, "name": "protocol-designer", "private": true, - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "Protocol designer app", "main": "src/index.js", "bugs": { @@ -18,7 +18,7 @@ "homepage": "https://github.com/Opentrons/opentrons", "license": "Apache-2.0", "dependencies": { - "@opentrons/components": "3.2.0-beta.0", + "@opentrons/components": "3.2.0-beta.1", "classnames": "^2.2.5", "lodash": "^4.17.4", "prop-types": "^15.6.0", diff --git a/shared-data/CHANGELOG.md b/shared-data/CHANGELOG.md index 86264414212..1d657d5a763 100644 --- a/shared-data/CHANGELOG.md +++ b/shared-data/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + +**Note:** Version bump only for package @opentrons/shared-data + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/shared-data/package.json b/shared-data/package.json index 9bad76bd859..3c4155ca6ed 100755 --- a/shared-data/package.json +++ b/shared-data/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/shared-data", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "Default labware definitions for Opentrons robots", "repository": { "type": "git", diff --git a/webpack-config/CHANGELOG.md b/webpack-config/CHANGELOG.md index 542e9fd1266..93231de75e1 100644 --- a/webpack-config/CHANGELOG.md +++ b/webpack-config/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# [3.2.0-beta.1](https://github.com/Opentrons/opentrons/compare/v3.2.0-beta.0...v3.2.0-beta.1) (2018-06-19) + +**Note:** Version bump only for package @opentrons/webpack-config + + + + + # [3.2.0-beta.0](https://github.com/Opentrons/opentrons/compare/v3.1.2...v3.2.0-beta.0) (2018-06-13) diff --git a/webpack-config/package.json b/webpack-config/package.json index 856cabc7ffb..c5af91cd738 100644 --- a/webpack-config/package.json +++ b/webpack-config/package.json @@ -1,6 +1,6 @@ { "name": "@opentrons/webpack-config", - "version": "3.2.0-beta.0", + "version": "3.2.0-beta.1", "description": "Shareable pieces of webpack configuration", "main": "index.js", "repository": {