From 5ad84ca6a45a2f1ac05e36d6ea38cfd9d4800a04 Mon Sep 17 00:00:00 2001 From: Kirill Shumilov Date: Thu, 28 Mar 2019 11:58:58 +0300 Subject: [PATCH] chore(infra): release 0.28.2 --- CHANGELOG.md | 8 ++++++++ lerna.json | 2 +- packages/xod-client-electron/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3e1534e..32f64c6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + + +## 0.28.2 (2019-03-28) + +### Bug fixes + +* [ide] Fix upload to the default board on a fresh installation of XOD IDE (#1732) + ## 0.28.1 (2019-03-15) diff --git a/lerna.json b/lerna.json index 34417a3e..bd62dc18 100644 --- a/lerna.json +++ b/lerna.json @@ -6,5 +6,5 @@ "packages": [ "packages/*" ], - "version": "0.28.1" + "version": "0.28.2" } diff --git a/packages/xod-client-electron/package.json b/packages/xod-client-electron/package.json index 5c5f1ff9..7bbdcf04 100644 --- a/packages/xod-client-electron/package.json +++ b/packages/xod-client-electron/package.json @@ -5,7 +5,7 @@ "license": "AGPL-3.0", "main": "src-babel/app/main.js", "name": "xod-client-electron", - "version": "0.28.1", + "version": "0.28.2", "scripts": { "build:workspace": "cpx \"../../workspace/**/*\" \"src-babel/workspace\"", "build:gui": "webpack --colors",