From 2329ae0451e307f0dbcccd1d97ce8bf664fe0c9f Mon Sep 17 00:00:00 2001 From: Lyza Danger Gardner Date: Thu, 30 Sep 2021 12:13:47 -0400 Subject: [PATCH] v3.12.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b597aadc..512d910f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [v3.12.0] - 2021-09-30 + +- Allow configuration of close, cancel buttons on Dialog [#203](https://github.com/hypothesis/frontend-shared/pull/203) + ## [v3.11.0] - 2021-09-30 - Dual-build package as ES modules and CommonJS [#200](https://github.com/hypothesis/frontend-shared/pull/200) diff --git a/package.json b/package.json index c3217128..b10eaa71 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hypothesis/frontend-shared", - "version": "3.11.0", + "version": "3.12.0", "description": "Shared components, styles and utilities for Hypothesis projects", "license": "BSD-2-Clause", "repository": "hypothesis/frontend-shared",