Skip to content

Commit c6d72e7

Browse files
committed
1.0.0
1 parent e02f17c commit c6d72e7

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

CHANGELOG.md

+17-12
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,55 @@
1-
=== HEAD
1+
## HEAD
22

3-
=== 0.6.2 (November 18, 2014)
3+
### 1.0.0 (October 18, 2015)
4+
5+
* Fix Vertical alignment modifiers to support nesting.
6+
* Drop bower.json and component.json support
7+
8+
### 0.6.2 (November 18, 2014)
49

510
* Fix equal-width modifier layout calculation.
611

7-
=== 0.6.1 (October 28, 2014)
12+
### 0.6.1 (October 28, 2014)
813

914
* Add support for JS bundling.
1015

11-
=== 0.6.0 (June 26 2014)
16+
### 0.6.0 (June 26 2014)
1217

1318
* Change variable names.
1419

15-
=== 0.5.2 (June 24, 2014)
20+
### 0.5.2 (June 24, 2014)
1621

1722
Add `.css` extension to imports for interoperability.
1823

19-
=== 0.5.1 (June 21, 2014)
20-
=== 0.5.0 (June 21, 2014)
24+
### 0.5.1 (June 21, 2014)
25+
### 0.5.0 (June 21, 2014)
2126

2227
* npm-based workflow.
2328
* Add preprocessor build tools.
2429

25-
=== 0.4.0 (May 14, 2014)
30+
### 0.4.0 (May 14, 2014)
2631

2732
* Update variables syntax.
2833

29-
=== 0.3.0 (March 31, 2014)
34+
### 0.3.0 (March 31, 2014)
3035

3136
* Add npm support.
3237
* Re-introduce the gutter modifier, relying on a variable for configuration.
3338
* Stop using CSSLint.
3439

35-
=== 0.2.0 (November 13, 2013)
40+
### 0.2.0 (November 13, 2013)
3641

3742
* Remove gutter modifier; add instructions for it to README.
3843
* Fix a spacing bug when gutters-between-cells and equal-width-cells were combined.
3944
* Use suit-test for the test file.
4045
* Use Component(1) for development.
4146

42-
=== 0.1.1 (September 2, 2013)
47+
### 0.1.1 (September 2, 2013)
4348

4449
* Fix Bower ignores.
4550
* Add CSS linting and configuration.
4651
* Add Component(1) support.
4752

48-
=== 0.1.0 (May 26, 2013)
53+
### 0.1.0 (May 26, 2013)
4954

5055
* Public release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "suitcss-components-arrange",
33
"description": "SUIT CSS component for horizontal arrangement",
4-
"version": "0.6.2",
4+
"version": "1.0.0",
55
"style": "index.css",
66
"files": [
77
"index.css",

0 commit comments

Comments
 (0)