Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlanyuan committed Dec 7, 2015
1 parent bcadb29 commit 6cca359
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>
<img src="https://img.shields.io/badge/sass-3.4.0-ff69b4.svg">
<img src="https://img.shields.io/badge/Libsass-3.2.0-b6f07e.svg">
<img src="https://img.shields.io/badge/Version-3.2.0-blue.svg">
<img src="https://img.shields.io/badge/Version-3.2.1-blue.svg">
</p>
Rocket is a powerful SASS library to help web developers handle layout, color and build components.
[demos](http://creatiointl.org/gallery/william/rocket/v3/demos/layout-grid.php)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rocket",
"version": "3.2.0",
"version": "3.2.1",
"main": [
"./src/scss/rocket.scss",
"./src/js/kit.js",
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

### 3.2.1
+ Added: `responsive-table.js`.
+ Improved: `liquid-2`, `liquid-3` now accept breakpoint parameters.
+ Fixed: an issue in `transition.scss`.
+ Fixed: `priority-nav`, `grid` and `container`.

### 3.2.0
+ Added: `hide-text`.
+ Added: `input-file`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Rocket",
"name": "Rocket",
"version": "3.2.0",
"version": "3.2.1",
"description": "a powerful tool to help web developers handle layout and other components",
"directories": {
"src": "src"
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_rocket.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Rocket v3.2.0
// Rocket v3.2.1
// Created by William Lin ([email protected])
// Licensed under MIT Open Source
// =============================================
Expand Down

0 comments on commit 6cca359

Please sign in to comment.