From 3146dee139a0b9b5b332b4549d72e1c77fcd39e2 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Tue, 2 Jun 2015 11:08:52 -0600 Subject: [PATCH] Release v0.24.0-alpha.0 --- CHANGELOG-alpha.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG-alpha.md diff --git a/CHANGELOG-alpha.md b/CHANGELOG-alpha.md new file mode 100644 index 0000000000..9c16c92cb7 --- /dev/null +++ b/CHANGELOG-alpha.md @@ -0,0 +1,5 @@ +v0.24.0-alpha.0 - Tue, 02 Jun 2015 17:08:11 GMT +----------------------------------------------- + +- [9c09e2a](../../commit/9c09e2a) [fixed] Keyboard accessibility for anchors serving as buttons +- [ce5b436](../../commit/ce5b436) [removed] Input type=submit deprecation warning. diff --git a/package.json b/package.json index e24d1a0841..7f8e9ddc53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "0.23.1", + "version": "0.24.0-alpha.0", "description": "Bootstrap 3 components build with React", "repository": { "type": "git",