From 2c0994d9648c398fe889ef385ec77678963a3f99 Mon Sep 17 00:00:00 2001 From: Caleb Ellis Date: Wed, 6 May 2020 13:12:17 +1000 Subject: [PATCH] Release v0.2.10 --- package.json | 2 +- ui/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 63874f1963..d9442e1f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maas-ui", - "version": "0.2.9", + "version": "0.2.10", "scripts": { "build": "yarn build-shared", "build-all": "yarn clean-all && yarn build-shared && yarn build-legacy && yarn build-ui && yarn copy-build", diff --git a/ui/package.json b/ui/package.json index 6bf63f3298..00dc684790 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "@maas-ui/ui", - "version": "0.2.9", + "version": "0.2.10", "private": true, "dependencies": { "@canonical/macaroon-bakery": "0.3.0",