mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +00:00
chore: v2.0.6
This commit is contained in:
parent
a36ac17fc6
commit
99d29194ac
@ -1,6 +1,11 @@
|
|||||||
Pure Change History
|
Pure Change History
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
2.0.6 (2021-04-28)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* chore: update to cssmin@4
|
||||||
|
|
||||||
2.0.5 (2021-01-20)
|
2.0.5 (2021-01-20)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -7,7 +7,6 @@ A set of small, responsive CSS modules that you can use in every web project.
|
|||||||
[http://purecss.io/][Pure]
|
[http://purecss.io/][Pure]
|
||||||
|
|
||||||
[![Build Status](http://img.shields.io/travis/pure-css/pure.svg?style=flat)][Build Status]
|
[![Build Status](http://img.shields.io/travis/pure-css/pure.svg?style=flat)][Build Status]
|
||||||
[![Dependency Status](https://david-dm.org/pure-css/pure/dev-status.svg)](https://david-dm.org/pure-css/pure?type=dev)
|
|
||||||
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pure-css/pure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/pure-css/pure?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
**This project is looking for maintainers to support and enhance Pure.css. If you are interested please [leave a comment](https://github.com/pure-css/pure/issues/692) in the Github issue.**
|
**This project is looking for maintainers to support and enhance Pure.css. If you are interested please [leave a comment](https://github.com/pure-css/pure/issues/692) in the Github issue.**
|
||||||
@ -15,7 +14,6 @@ A set of small, responsive CSS modules that you can use in every web project.
|
|||||||
[Pure]: http://purecss.io/
|
[Pure]: http://purecss.io/
|
||||||
[Build Status]: https://travis-ci.com/pure-css/pure
|
[Build Status]: https://travis-ci.com/pure-css/pure
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
75
RELEASE.md
75
RELEASE.md
@ -14,44 +14,44 @@ This assumes the following repo's are cloned and `npm` installed:
|
|||||||
|
|
||||||
- [ ] **Update local Pure to latest from pure-css/pure#master**
|
- [ ] **Update local Pure to latest from pure-css/pure#master**
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ cd pure/
|
$ cd pure/
|
||||||
$ git pull upstream master
|
$ git pull upstream master
|
||||||
```
|
```
|
||||||
|
|
||||||
- [ ] **Build Pure via `grunt`**
|
- [ ] **Build Pure via `grunt`**
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ grunt
|
$ grunt
|
||||||
```
|
```
|
||||||
|
|
||||||
- [ ] **Review all src/.../tests/manual/ files in target environments, including:**
|
- [ ] **Review all src/.../tests/manual/ files in target environments, including:**
|
||||||
|
|
||||||
- [ ] IE 11
|
- [ ] IE 11
|
||||||
- [ ] Edge
|
- [ ] Edge
|
||||||
- [ ] Chrome
|
- [ ] Chrome
|
||||||
- [ ] Firefox
|
- [ ] Firefox
|
||||||
- [ ] Safari
|
- [ ] Safari
|
||||||
- [ ] iOS 10.x
|
- [ ] iOS 10.x
|
||||||
- [ ] Android 4.x
|
- [ ] Android 4.x
|
||||||
- [ ] Android 5.x
|
- [ ] Android 5.x
|
||||||
|
|
||||||
- [ ] **Review pure-site in target environments with [Pure served locally](https://github.com/pure-css/pure-site/blob/master/README.md#running-with-pure-served-locally)**
|
- [ ] **Review pure-site in target environments with [Pure served locally](https://github.com/pure-css/pure-site/blob/master/README.md#running-with-pure-served-locally)**
|
||||||
|
|
||||||
- [ ] IE 11
|
- [ ] IE 11
|
||||||
- [ ] Edge
|
- [ ] Edge
|
||||||
- [ ] Chrome
|
- [ ] Chrome
|
||||||
- [ ] Firefox
|
- [ ] Firefox
|
||||||
- [ ] Safari
|
- [ ] Safari
|
||||||
- [ ] iOS 10.x
|
- [ ] iOS 10.x
|
||||||
- [ ] Android 4.x
|
- [ ] Android 4.x
|
||||||
- [ ] Android 5.x
|
- [ ] Android 5.x
|
||||||
|
|
||||||
- [ ] **Review HISTORY.md**
|
- [ ] **Review HISTORY.md**
|
||||||
|
|
||||||
https://github.com/pure-css/pure/blob/master/HISTORY.md
|
https://github.com/pure-css/pure/blob/master/HISTORY.md
|
||||||
|
|
||||||
Make sure all the major changes since the last release of Pure are reflected in HISTORY.md entries.
|
Make sure all the major changes since the last release of Pure are reflected in HISTORY.md entries.
|
||||||
|
|
||||||
## Prepare repos for release
|
## Prepare repos for release
|
||||||
|
|
||||||
@ -59,39 +59,36 @@ This assumes the following repo's are cloned and `npm` installed:
|
|||||||
|
|
||||||
- [ ] **Bump versions**
|
- [ ] **Bump versions**
|
||||||
|
|
||||||
It should have already been determined whether this is a minor or patch version release. Update Pure's version number to the new version in the following places. You'll likely be dropping a "-pre" suffix which was in place during the last development cycle. Do not use a "v" in the version (e.g., 1.0.0):
|
It should have already been determined whether this is a minor or patch version release. Update Pure's version number to the new version in the following places. You'll likely be dropping a "-pre" suffix which was in place during the last development cycle. Do not use a "v" in the version (e.g., 1.0.0):
|
||||||
|
|
||||||
- [ ] package.json
|
- [ ] package.json
|
||||||
- [ ] HISTORY.md (Update "NEXT")
|
- [ ] HISTORY.md (Update "NEXT")
|
||||||
- [ ] README.md (x2 CDN URLs)
|
|
||||||
|
|
||||||
- [ ] **Build Pure release files via `grunt release`**
|
- [ ] **Build Pure release files via `grunt release`**
|
||||||
|
|
||||||
Using Grunt, create the release/[version]/pure-[version].tar.gz file:
|
Using Grunt, create the release/[version]/pure-[version].tar.gz file:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ grunt release
|
$ grunt release
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** If the build fails it's for a good reason, most likely because there's code which is not passing CSSLint. We should always fix these issues and never force a release.
|
|
||||||
|
|
||||||
|
**Note:** If the build fails it's for a good reason, most likely because there's code which is not passing CSSLint. We should always fix these issues and never force a release.
|
||||||
|
|
||||||
## Publish pure to NPM
|
## Publish pure to NPM
|
||||||
|
|
||||||
From the `pure` repo run the following command to publish Pure to NPM. This will ensure `unpkg.com` CDN gets the new files.
|
From the `pure` repo run the following command to publish Pure to NPM. This will ensure `unpkg.com` CDN gets the new files.
|
||||||
|
|
||||||
```
|
```bash
|
||||||
npm publish .
|
npm publish .
|
||||||
```
|
```
|
||||||
|
|
||||||
Verify via https://unpkg.com/purecss@VERSION
|
Verify via https://unpkg.com/purecss@VERSION
|
||||||
|
|
||||||
|
|
||||||
## Draft releases on Github
|
## Draft releases on Github
|
||||||
|
|
||||||
- [ ] **Draft a new release on [GitHub](https://github.com/pure-css/pure/releases) for all three repos,** using "v" in the version number (e.g., v1.0.0). Drafts are invisible to the public. Once these are published, the repos will be visible, and they will be tagged. **Don't publish them just yet.**
|
- [ ] **Draft a new release on [GitHub](https://github.com/pure-css/pure/releases) for all three repos,** using "v" in the version number (e.g., v1.0.0). Drafts are invisible to the public. Once these are published, the repos will be visible, and they will be tagged. **Don't publish them just yet.**
|
||||||
|
|
||||||
- [ ] **pure**
|
- [ ] **pure**
|
||||||
|
|
||||||
## Formally publish Pure
|
## Formally publish Pure
|
||||||
|
|
||||||
@ -99,7 +96,7 @@ Now all our files are out there and everything is looking good.
|
|||||||
|
|
||||||
- [ ] **Publish pure**
|
- [ ] **Publish pure**
|
||||||
|
|
||||||
From the [pure repo](https://github.com/pure-css/pure/releases), publish the release. This will tag the repo and signal to the public that the new Pure release is complete.
|
From the [pure repo](https://github.com/pure-css/pure/releases), publish the release. This will tag the repo and signal to the public that the new Pure release is complete.
|
||||||
|
|
||||||
## Spread the word
|
## Spread the word
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "purecss",
|
"name": "purecss",
|
||||||
"version": "2.0.5",
|
"version": "2.0.6",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/pure-css/pure.git"
|
"url": "git://github.com/pure-css/pure.git"
|
||||||
@ -13,7 +13,9 @@
|
|||||||
"site:start": "cd site && npm run start",
|
"site:start": "cd site && npm run start",
|
||||||
"test": "grunt test && tap test/*.js"
|
"test": "grunt test && tap test/*.js"
|
||||||
},
|
},
|
||||||
"files": ["build/"],
|
"files": [
|
||||||
|
"build/"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"autoprefixer": "^9.8.6",
|
"autoprefixer": "^9.8.6",
|
||||||
"eslint": "^7.18.0",
|
"eslint": "^7.18.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user