From 91b08c868a3b6c37beeb6a1c1b1576c3fb2fbd97 Mon Sep 17 00:00:00 2001 From: Lyza Danger Gardner Date: Thu, 9 Sep 2021 11:35:58 -0400 Subject: [PATCH] v3.9.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a85ab57..4ad098ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.9.0] - 2021-09-09 + +Add more options for `TextInput` `type`, and add `classes` prop support to all +`Button` components. + +### Added + +- Add support for other "text-like" input types to TextInput [#189](https://github.com/hypothesis/frontend-shared/pull/189) +- Add support for `classes` prop to Button components [#188](https://github.com/hypothesis/frontend-shared/pull/188) + ## [v3.8.1] - 2021-09-02 Change to type declaration generation configuration. diff --git a/package.json b/package.json index f0de6cdc..122da112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hypothesis/frontend-shared", - "version": "3.8.1", + "version": "3.9.0", "description": "Shared components, styles and utilities for Hypothesis projects", "license": "BSD-2-Clause", "repository": "hypothesis/frontend-shared",