Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Aug 14, 2020
1 parent c0b450d commit 53bbc70
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,28 @@
This changelog follows [the Keep a Changelog standard](https://keepachangelog.com).


## [Unreleased](https://github.com/blade-ui-kit/blade-icons/compare/0.4.3...main)
## [Unreleased](https://github.com/blade-ui-kit/blade-icons/compare/0.4.4...main)


## [0.4.3 (2020-07-09)](https://github.com/blade-ui-kit/blade-icons/compare/v0.4.2...0.4.3)
## [0.4.4 (2020-08-14)](https://github.com/blade-ui-kit/blade-icons/compare/0.4.3...0.4.4)

### Fixed
- Fix in-memory cache of multiple icon sets ([#74](https://github.com/blade-ui-kit/blade-icons/pull/74))


## [0.4.3 (2020-07-09)](https://github.com/blade-ui-kit/blade-icons/compare/0.4.2...0.4.3)

### Fixed
- Properly register `callAfterResolving` callback ([bdd6e59](https://github.com/blade-ui-kit/blade-icons/commit/bdd6e59980caa63865da6ce82ed2590c26790efd))


## [0.4.2 (2020-06-27)](https://github.com/blade-ui-kit/blade-icons/compare/v0.4.1...0.4.2)
## [0.4.2 (2020-06-27)](https://github.com/blade-ui-kit/blade-icons/compare/0.4.1...0.4.2)

### Fixed
- Revert uncomment of default set ([62357bc](https://github.com/blade-ui-kit/blade-icons/commit/62357bc45cff8e78ec8cdda96581574fc85503fe))


## [0.4.1 (2020-06-27)](https://github.com/blade-ui-kit/blade-icons/compare/v0.4.0...0.4.1)
## [0.4.1 (2020-06-27)](https://github.com/blade-ui-kit/blade-icons/compare/0.4.0...0.4.1)

### Changed
- Use singleton for factory ([5e69d60](https://github.com/blade-ui-kit/blade-icons/commit/5e69d6075e2e2a4204d172d36a6864b32f9014dc))
Expand All @@ -29,6 +35,6 @@ This changelog follows [the Keep a Changelog standard](https://keepachangelog.co
- Fix bug with component classes ([d53025a](https://github.com/blade-ui-kit/blade-icons/commit/d53025a1ad573f7c16e822aeca44e42127df463d))


## [0.4.0 (2020-06-17)](https://github.com/blade-ui-kit/blade-icons/compare/v0.3.4...0.4.0)
## [0.4.0 (2020-06-17)](https://github.com/blade-ui-kit/blade-icons/compare/0.3.4...0.4.0)

Refactor to Blade Icons. See the [upgrade guide](https://github.com/blade-ui-kit/blade-icons/blob/main/UPGRADE.md#upgrading-from-v034-to-040) for relevant upgrade notes.

0 comments on commit 53bbc70

Please sign in to comment.