From c82d46f12aeb71f7f2308746fdf5289b9985746c Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 20 May 2021 20:42:19 +0000 Subject: [PATCH] 1.0.4-alpha.0 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f41b2af7..899ae941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v1.0.4-alpha.0](https://github.com/SU-SWS/decanter-react/compare/v1.0.2...v1.0.4-alpha.0) + +- ADAPT-2517: Follow-up tweaks for auto-release action. [`#44`](https://github.com/SU-SWS/decanter-react/pull/44) +- Add PurgeCSS to Storybook build [`#31`](https://github.com/SU-SWS/decanter-react/pull/31) +- Create label.yml [`#43`](https://github.com/SU-SWS/decanter-react/pull/43) +- ADAPT-000: Update contribution documentation [`#36`](https://github.com/SU-SWS/decanter-react/pull/36) + #### [v1.0.2](https://github.com/SU-SWS/decanter-react/compare/v1.0.1...v1.0.2) +> 17 May 2021 + - 1.0.2 [`#42`](https://github.com/SU-SWS/decanter-react/pull/42) - 1.0.2 [`#41`](https://github.com/SU-SWS/decanter-react/pull/41) - Update CHANGELOG.md [`#40`](https://github.com/SU-SWS/decanter-react/pull/40) diff --git a/package-lock.json b/package-lock.json index 18966c27..6d377ccb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "decanter-react", - "version": "1.0.2", + "version": "1.0.4-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4d2023a2..ff3dff46 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decanter-react", - "version": "1.0.3", + "version": "1.0.4-alpha.0", "description": "Decanter React Library", "source": "src/index.js", "main": "dist/decanter-react.js",