mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
Bump version to v0.5.0
This commit is contained in:
parent
dccf7907e6
commit
669182a166
@ -1,8 +1,8 @@
|
|||||||
Pure Change History
|
Pure Change History
|
||||||
===================
|
===================
|
||||||
|
|
||||||
NEXT
|
0.5.0 (2014-05-27)
|
||||||
----
|
------------------
|
||||||
|
|
||||||
### Base
|
### Base
|
||||||
|
|
||||||
@ -30,7 +30,7 @@ NEXT
|
|||||||
<!--<![endif]-->
|
<!--<![endif]-->
|
||||||
```
|
```
|
||||||
|
|
||||||
Find out more about the new grid system at <http://stage.purecss.io/grids/>.
|
Find out more about the new grid system at <http://purecss.io/grids/>.
|
||||||
|
|
||||||
### Tables
|
### Tables
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ A set of small, responsive CSS modules that you can use in every web project.
|
|||||||
**Use From the CDN:**
|
**Use From the CDN:**
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
|
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: You can [customize which Pure modules you need][customize].
|
Note: You can [customize which Pure modules you need][customize].
|
||||||
@ -72,7 +72,7 @@ You can include the Pure CSS file in your project by fetching it from Yahoo's
|
|||||||
CDN:
|
CDN:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
|
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/pure-min.css">
|
||||||
```
|
```
|
||||||
|
|
||||||
You can also install Pure using [Bower][], using the following command:
|
You can also install Pure using [Bower][], using the following command:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pure",
|
"name": "pure",
|
||||||
"version": "0.5.0-pre",
|
"version": "0.5.0",
|
||||||
"main": "build/pure.css",
|
"main": "build/pure.css",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"normalize-css": "1.1.3"
|
"normalize-css": "1.1.3"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "pure",
|
"name": "pure",
|
||||||
"version": "0.5.0-pre",
|
"version": "0.5.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": "git://github.com/yui/pure.git",
|
"repository": "git://github.com/yui/pure.git",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user