Skip to content

Commit

Permalink
v1.12.0
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
Kyle Keating committed Apr 27, 2021
1 parent a3f42bc commit 1c7563d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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).

## [v1.12.0] - 2021-04-27

### Added:

- Add "cancel" icon SVG [#27](https://github.com/hypothesis/frontend-shared/pull/27)
- Add shared base element styling [#33](https://github.com/hypothesis/frontend-shared/pull/33)
- Add reset styles and mixins [#32](https://github.com/hypothesis/frontend-shared/pull/32)

### Changed:

- Add `buttonRef` prop to buttons [#28](https://github.com/hypothesis/frontend-shared/pull/28)

### Fixed:

- More accurately define the onClick event type [#29](https://github.com/hypothesis/frontend-shared/pull/29)
- Simplification and type improvement in button component [#23](https://github.com/hypothesis/frontend-shared/pull/23)

## [v1.11.0] - 2021-04-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypothesis/frontend-shared",
"version": "1.11.0",
"version": "1.12.0",
"description": "Shared components, styles and utilities for Hypothesis projects",
"license": "BSD-2-Clause",
"repository": "hypothesis/frontend-shared",
Expand Down

0 comments on commit 1c7563d

Please sign in to comment.