Skip to content

Commit 60948d9

Browse files
authored
Merge pull request #19 from huwshimi/prepare-0.2.0-release
Prepare 0.2.0 release
2 parents 488092b + f1cef8a commit 60948d9

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
12+
### Changed
13+
14+
### Removed
15+
16+
## [0.2.0] - 2019-11-03
17+
18+
### Added
19+
20+
- Built docs for GitHub pages.
21+
- ./run script.
22+
- Renovate config.
23+
24+
### Changed
25+
26+
- Fixed peer dependencies key.
27+
- Update Button to correctly disable the component when the element is an anchor.
28+
29+
## [0.1.0] - 2019-11-03
30+
31+
### Added
32+
33+
- A large number of Vanilla React components.
34+
- Storybook docs.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@canonical/react-components",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"main": "dist/index.js",
55
"module": "dist/index.js",
66
"author": "Huw Wilkins <[email protected]>",

0 commit comments

Comments
 (0)