-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from huwshimi/prepare-0.2.0-release
Prepare 0.2.0 release
- Loading branch information
Showing
2 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
### Removed | ||
|
||
## [0.2.0] - 2019-11-03 | ||
|
||
### Added | ||
|
||
- Built docs for GitHub pages. | ||
- ./run script. | ||
- Renovate config. | ||
|
||
### Changed | ||
|
||
- Fixed peer dependencies key. | ||
- Update Button to correctly disable the component when the element is an anchor. | ||
|
||
## [0.1.0] - 2019-11-03 | ||
|
||
### Added | ||
|
||
- A large number of Vanilla React components. | ||
- Storybook docs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@canonical/react-components", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"author": "Huw Wilkins <[email protected]>", | ||
|