diff --git a/CHANGELOG.md b/CHANGELOG.md index d7deda5..9359a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +#### 0.0.14 (2020-06-26) + +##### Chores + +- **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)) + #### 0.0.13 (2020-06-26) ##### Build System / Dependencies 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 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..416ee23 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", @@ -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",