File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @canonical/react-components" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"main" : " dist/index.js" ,
5
5
"module" : " dist/index.js" ,
6
6
"author" :
" Huw Wilkins <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments