Skip to content

Commit

Permalink
chore(release): 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Mar 15, 2021
1 parent 11d3bf7 commit 07ed915
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.2.0](https://github.com/accessibility-in-action/looseleaf/compare/1.1.0...1.2.0) (2021-03-15)


### Features

* add fieldset component (resolve [#10](https://github.com/accessibility-in-action/looseleaf/issues/10)) ([b94b5c5](https://github.com/accessibility-in-action/looseleaf/commit/b94b5c58dc04f126c92ed985815757514ba36526))
* add link-classed button ([a30abf2](https://github.com/accessibility-in-action/looseleaf/commit/a30abf247a570d09513ba227d54d649dd6ca7da2))
* add radio button component (resolves [#11](https://github.com/accessibility-in-action/looseleaf/issues/11)) ([b0002d5](https://github.com/accessibility-in-action/looseleaf/commit/b0002d5ad40ff4edcd47305bf012fc87827ecc8a))
* improve link component ([46461f8](https://github.com/accessibility-in-action/looseleaf/commit/46461f8721fe4f38bbb1f3e3dff69b9dd3c55424))

## [1.1.0](https://github.com/accessibility-in-action/looseleaf/compare/1.0.1...1.1.0) (2021-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@accessibility-in-action/looseleaf",
"version": "1.1.0",
"version": "1.2.0",
"description": "Sketchy CSS library for prototyping.",
"main": "dist/style.min.css",
"scripts": {
Expand Down

0 comments on commit 07ed915

Please sign in to comment.