diff --git a/CHANGELOG.md b/CHANGELOG.md
index f37ad619999c..c5a692c7abe5 100644
--- a/CHANGELOG.md
+++ b/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-18)
+
+
+### Bug Fixes
+
+* **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))
+
+
+### 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 28badbb91925..523ffafc2777 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-18)
+
+
+### 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 1ab1bc7bc74b..632145d6f150 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 5501f835e1ef..3b1f91cd3476 100644
--- a/api/opentrons/CHANGELOG.md
+++ b/api/opentrons/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-18)
+
+
+### Bug Fixes
+
+* **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))
+
+
+### 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 89de693063ea..efadc17c13c0 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 8bdc0c9b37ee..cc6f60dd252e 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-18)
+
+**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 0401323e16b1..d9b54f662e33 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 04463c96cdd7..2cf7490f7cba 100644
--- a/app/CHANGELOG.md
+++ b/app/CHANGELOG.md
@@ -3,6 +3,19 @@
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-18)
+
+
+### 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 b2496dbe164d..361f7c0367f6 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 01d95912375f..daba020bb128 100644
--- a/components/CHANGELOG.md
+++ b/components/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-18)
+
+
+### 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 24e24b400f28..5e9366c564d5 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 2771ee0e2c6c..ada0012ba827 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 6a11e9ae8ee8..459cc61aae06 100644
--- a/protocol-designer/CHANGELOG.md
+++ b/protocol-designer/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-18)
+
+
+### 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 a5ca82a45445..140d9ab5ac57 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 862644142125..a620f8df10f5 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-18)
+
+**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 9bad76bd8599..3c4155ca6edc 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 542e9fd12666..06774c34fa8c 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-18)
+
+**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 856cabc7ffb0..c5af91cd7386 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": {