Skip to content

Commit

Permalink
Merge pull request #19 from huwshimi/prepare-0.2.0-release
Browse files Browse the repository at this point in the history
Prepare 0.2.0 release
  • Loading branch information
huwshimi authored Nov 6, 2019
2 parents 488092b + f1cef8a commit 60948d9
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
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.
2 changes: 1 addition & 1 deletion package.json
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]>",
Expand Down

0 comments on commit 60948d9

Please sign in to comment.