Skip to content

Commit

Permalink
Prepping for v0.6.0 release (TypeScript rewrite) (#106)
Browse files Browse the repository at this point in the history
* update changelog for 0.6.0 release, bump package.json version

* update changelog
  • Loading branch information
davidhu2000 committed Aug 19, 2019
1 parent 9fd0f4f commit 54b2f95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## 0.6.0

- Offical release for the TypeScript rewrite!
- Major changes:
- Add support for types for individual loader imports
- Add support for using basic color name as props instead of only color hashes
- Reduced total package size from around 850kb to 135gb
- Fix `main` key value in `package.json` to point to the correct `index.js`
- Removed `prop-types` and `recompose` from dependencies
- Added tests to get to 100% code coverage

## 0.6.0-beta.1

- updated `devDependencies` to latest versions.
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-beta.1",
"version": "0.6.0",
"description": "A collection of react loading spinners",
"repository": {
"type": "git",
Expand Down

0 comments on commit 54b2f95

Please sign in to comment.