Skip to content

Commit

Permalink
update changelog for 0.6.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhu2000 committed Jul 28, 2019
1 parent 40fe0bd commit 7c6df5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## 0.6.0-alpha.2

- **bugfix**: update `tsconfig.json` `module` property to `commonjs` instead of `esnext`. This caused import errors as seen in [issue 74](https://github.com/davidhu2000/react-spinners/issues/74)
- added tests for `BarLoader`, `BeatLoader`, `BounceLoader`, `CircleLoader`, and `ClimbingBoxLoader`

## 0.6.0-alpha.1

- This is a complete rewrite of the package. 100% of the code is now in TypeScript. This will show inidividual type definitions for each loader.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-spinners",
"version": "0.6.0-alpha.0",
"version": "0.6.0-alpha.2",
"description": "A collection of react loading spinners",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c6df5a

Please sign in to comment.