Skip to content

Commit 70edbb2

Browse files
committed
Release 0.3.0
1 parent 85aadec commit 70edbb2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Diff for: History.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
0.3.0 / 2014-08-25
3+
==================
4+
5+
* fix CSS for test/demo
6+
* removed generic style rules which break user styles
7+
* reduced specificity: Changed #dialog to .dialog
8+
* component.json: Pin and update deps
9+
210
0.2.1 / 2014-06-16
311
==================
412

Diff for: component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dialog",
33
"description": "Dialog component",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"keywords": [
66
"dialog",
77
"ui",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dialog-component",
33
"description": "Dialog component",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"keywords": [
66
"dialog",
77
"ui"

0 commit comments

Comments
 (0)