Skip to content

Commit a89ab43

Browse files
committed
v4.2.0
1 parent 8c1bc58 commit a89ab43

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v4.2.0] - 2021-11-12
9+
10+
- Update Spinner and add FullScreenSpinner pattern and component [#237](https://github.com/hypothesis/frontend-shared/pull/237)
11+
- Add types for SVG "modules" [#230](https://github.com/hypothesis/frontend-shared/pull/230)
12+
- Fix demo-source layout and a wayward font rule [#231](https://github.com/hypothesis/frontend-shared/pull/231)
13+
814
## [v4.1.0] - 2021-11-01
915

1016
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hypothesis/frontend-shared",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "Shared components, styles and utilities for Hypothesis projects",
55
"license": "BSD-2-Clause",
66
"repository": "hypothesis/frontend-shared",

0 commit comments

Comments
 (0)