Skip to content

Commit

Permalink
Merge pull request #77 from gregoranders/development
Browse files Browse the repository at this point in the history
0.0.14 Release
  • Loading branch information
gregoranders authored Jun 26, 2020
2 parents 7c77ffc + 03cbf39 commit b88903b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b88903b

Please sign in to comment.