From 4bfb97debb74824ab7c27a4a77178b3efd747e85 Mon Sep 17 00:00:00 2001 From: Ariel Weinberger Date: Mon, 22 May 2023 20:01:58 +0200 Subject: [PATCH] chore: bump version to 0.0.20-alpha --- libs/common/src/version.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/common/src/version.json b/libs/common/src/version.json index fa469ce5..44d943ef 100644 --- a/libs/common/src/version.json +++ b/libs/common/src/version.json @@ -1 +1 @@ -{"version":"0.0.19-alpha"} \ No newline at end of file +{"version":"0.0.20-alpha"} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 57540b93..5ba2101a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pezzo", - "version": "0.0.17-alpha", + "version": "0.0.20-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "pezzo", - "version": "0.0.17-alpha", + "version": "0.0.20-alpha", "license": "MIT", "dependencies": { "@ant-design/icons": "^5.0.1", diff --git a/package.json b/package.json index 7d1a5fa2..e4dd2cac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pezzo", - "version": "0.0.19-alpha", + "version": "0.0.20-alpha", "license": "MIT", "scripts": {}, "private": true,