Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertknight committed Oct 27, 2021
1 parent 8ca5412 commit 52d85ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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).

## [v4.0.0] - 2021-10-27

### Breaking changes

This package is now published exclusively as an ES module package. The CommonJS
build has been removed. Downstream projects will need to use tools (eg. bundlers)
that understand ES modules and any references to the CommonJS build (
`@hypothesis/frontend-shared/lib-cjs/...`) will need to be updated to reference
the ES module files (`@hypothesis/frontend-shared/lib/...`).

See [#222](https://github.com/hypothesis/frontend-shared/pull/222).

## [v3.14.0] - 2021-10-26

### 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": "3.14.0",
"version": "4.0.0",
"description": "Shared components, styles and utilities for Hypothesis projects",
"license": "BSD-2-Clause",
"repository": "hypothesis/frontend-shared",
Expand Down

0 comments on commit 52d85ff

Please sign in to comment.