Skip to content

Commit 9d9a3c8

Browse files
committed
Release v3.0.0-alpha.3
1 parent 133647a commit 9d9a3c8

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
v3.0.0-alpha.3 - Tue, 15 Sep 2015 10:27:55 GMT
2+
----------------------------------------------
3+
4+
- [e74a2ed](../../commit/e74a2ed) [changed] globalize localizer now a function that takes a globalize instance
5+
- [180bc31](../../commit/180bc31) [added] autoFocus support
6+
7+
8+

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-widgets",
3-
"version": "3.0.0-alpha.2",
3+
"version": "3.0.0-alpha.3",
44
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
55
"main": "lib/index.js",
66
"author": {
@@ -46,7 +46,6 @@
4646
"build": "npm run build:lib && npm run build:dist & npm run build:docs",
4747
"docs": "npm run clean:docs && webpack-dev-server --config ./build/docs.config.js --hot",
4848
"dev": "webpack-dev-server --config ./build/dev.config.js --hot",
49-
5049
"major": "release major",
5150
"minor": "release minor",
5251
"patch": "release patch",

0 commit comments

Comments
 (0)