From 691c4eaef6532486330013308991d712ef0a2788 Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Tue, 16 Jun 2020 01:55:56 +0200 Subject: [PATCH 1/4] chore(release): bump version bump version to 0.0.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 07e9e21..d21d345 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-react-playground", - "version": "0.0.10", + "version": "0.0.11", "description": "TypeScript React Playground", "scripts": { "start": "webpack-dev-server --open --progress --config webpack.config.js", From ec80ebcc582c5b4292e8bf3236041c13300097be Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Tue, 16 Jun 2020 01:56:26 +0200 Subject: [PATCH 2/4] docs(SECURITY): update update reflecting next release --- SECURITY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index 58e4715..6ebec29 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,8 @@ ​ | Version | Supported | | ------- | ------------------ | -| 0.0.10 | :white_check_mark: | +| 0.0.11 | :white_check_mark: | +| 0.0.10 | :x: | | 0.0.9 | :x: | | 0.0.8 | :x: | | 0.0.7 | :x: | From b6cd9a4b90ae1009c786c7db2f19d7a5f8da0f2d Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Tue, 16 Jun 2020 02:16:01 +0200 Subject: [PATCH 3/4] e2e(screenshots): update update to 0.0.11 screenshots --- e2e/screenshots | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/screenshots b/e2e/screenshots index a5f525f..20c23ee 160000 --- a/e2e/screenshots +++ b/e2e/screenshots @@ -1 +1 @@ -Subproject commit a5f525f6f0ff01292fcd807f988a84efe82d69ed +Subproject commit 20c23ee815ed1cf74dae256f7f9a38b83b3e6ee9 From d363ebae04043ec6b4a7f0cc6e8b4d02bcef5d2e Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Tue, 16 Jun 2020 02:24:42 +0200 Subject: [PATCH 4/4] docs(CHANGELOG): update update CHANGELOG.md for 0.0.11 release --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e486fd3..81fdc2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +#### 0.0.11 (2020-06-16) + +##### Chores + +* **release:** bump version ([691c4eae](https://github.com/gregoranders/ts-react-playground/commit/691c4eaef6532486330013308991d712ef0a2788)) + +##### Documentation Changes + +* **SECURITY:** update ([ec80ebcc](https://github.com/gregoranders/ts-react-playground/commit/ec80ebcc582c5b4292e8bf3236041c13300097be)) +* **storybook:** update ([cae6a5bb](https://github.com/gregoranders/ts-react-playground/commit/cae6a5bba05dde99d6951b63a1bb6fc8448b064f)) + +##### Other Changes + +* **screenshots:** update ([b6cd9a4b](https://github.com/gregoranders/ts-react-playground/commit/b6cd9a4b90ae1009c786c7db2f19d7a5f8da0f2d)) + #### 0.0.9 (2020-06-15) ##### Build System / Dependencies