From 7b9ba8035e1e6d0d73f04531fb8e987adc1a3d5d Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Fri, 26 Jun 2020 12:59:16 +0200 Subject: [PATCH 1/5] chore(release): prepare next release --- SECURITY.md | 3 ++- docs/public | 2 +- e2e/screenshots | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index b20627d..c9cdcdc 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -5,7 +5,8 @@ ​ | Version | Supported | | ------- | ------------------ | -| 0.0.13 | :white_check_mark: | +| 0.0.14 | :white_check_mark: | +| 0.0.13 | :x: | | 0.0.12 | :x: | | 0.0.11 | :x: | | 0.0.10 | :x: | diff --git a/docs/public b/docs/public index c73faa0..5293163 160000 --- a/docs/public +++ b/docs/public @@ -1 +1 @@ -Subproject commit c73faa03968f5a2d3c42a320c76e6ffa71bca114 +Subproject commit 5293163ebf27dbcca80e459f8e430099665ae405 diff --git a/e2e/screenshots b/e2e/screenshots index 4d0c64a..5d4e725 160000 --- a/e2e/screenshots +++ b/e2e/screenshots @@ -1 +1 @@ -Subproject commit 4d0c64a65f549b7b69b0994d594fcb8db387b35e +Subproject commit 5d4e72513faa81631b4cd5d2b6b6da994390fdc2 diff --git a/package.json b/package.json index 6cc2c30..4e3f3bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-react-playground", - "version": "0.0.13", + "version": "0.0.14", "description": "TypeScript React Playground", "scripts": { "start": "webpack-dev-server --open --progress --config webpack.config.js", From 0e35467e1ded7d7d4d0641b5ed229ff75707aa13 Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Fri, 26 Jun 2020 12:59:49 +0200 Subject: [PATCH 2/5] fix(esm): fix esm vendor build --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4e3f3bc..416ee23 100644 --- a/package.json +++ b/package.json @@ -271,6 +271,7 @@ "@types/react-test-renderer": "16.9.2", "@types/react-transition-group": "4.4.0", "@types/recharts": "1.8.13", + "@types/recharts-scale": "1.0.0", "@types/recoil": "0.0.1", "@types/scheduler": "0.16.1", "@types/storybook__addon-info": "5.2.1", From c93bbf2dab2d27486b432e44bd69e42595183051 Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Fri, 26 Jun 2020 13:01:37 +0200 Subject: [PATCH 3/5] docs(CHANGELOG): update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7deda5..0a311b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +#### 0.0.14 (2020-06-26) + +##### Chores + +- **release:** prepare next release ([7b9ba803](https://github.com/gregoranders/ts-react-playground/commit/7b9ba8035e1e6d0d73f04531fb8e987adc1a3d5d)) + +##### Bug Fixes + +- **esm:** fix esm vendor build ([0e35467e](https://github.com/gregoranders/ts-react-playground/commit/0e35467e1ded7d7d4d0641b5ed229ff75707aa13)) + #### 0.0.13 (2020-06-26) ##### Build System / Dependencies From 8572108878172243d64a0f0e88c6333762cbf2d7 Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Fri, 26 Jun 2020 13:03:49 +0200 Subject: [PATCH 4/5] docs(README): fix git clone cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f4a01f..66170c9 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ ### Clone repository ``` -git clone https://github.com/gregoranders/ts-react-playground +git clone --recursive https://github.com/gregoranders/ts-react-playground ``` ### Install dependencies From 03cbf39176a467a95ad9fb24752f2f5ca95a4ec9 Mon Sep 17 00:00:00 2001 From: Gregor Anders Date: Fri, 26 Jun 2020 13:04:30 +0200 Subject: [PATCH 5/5] docs(CHANGELOG): update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a311b7..9359a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ - **release:** prepare next release ([7b9ba803](https://github.com/gregoranders/ts-react-playground/commit/7b9ba8035e1e6d0d73f04531fb8e987adc1a3d5d)) +##### Documentation Changes + +- **README:** fix git clone cmd ([85721088](https://github.com/gregoranders/ts-react-playground/commit/8572108878172243d64a0f0e88c6333762cbf2d7)) +- **CHANGELOG:** update CHANGELOG ([c93bbf2d](https://github.com/gregoranders/ts-react-playground/commit/c93bbf2dab2d27486b432e44bd69e42595183051)) + ##### Bug Fixes - **esm:** fix esm vendor build ([0e35467e](https://github.com/gregoranders/ts-react-playground/commit/0e35467e1ded7d7d4d0641b5ed229ff75707aa13))