Skip to content

Commit e9e16cc

Browse files
committed
1.0.0
1 parent 1cca1c4 commit e9e16cc

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# Changes to backpack.css 🎒
2+
3+
## 1.0.0 (October 2, 2018)
4+
5+
- Version 1! 😃

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Once new changes have been merged do the following:
120120

121121
1. Add all new changes to [`CHANGELOG.md`](CHANGELOG.md) making sure to follow the existing format.
122122
2. Update the version number in [`index.css`](src/index.css).
123-
3. Run: `npm version <update_type>` where `<update_type>` is one of the semantic versioning release types: **patch**, **minor**, or **major** (see [versioning](#versioning)).
123+
3. Run: `npm version <update_type> --force` where `<update_type>` is one of the semantic versioning release types: **patch**, **minor**, or **major** (see [versioning](#versioning)).
124124

125125
### The breakdown of step 3
126126

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backpack.css",
33
"main": "lib/backpack.css",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"description": "A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.",
66
"keywords": [
77
"css",

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* backpack.css v0.0.0
2+
* backpack.css v1.0.0
33
* MIT License
44
* https://github.com/chris-pearce/backpack.css
55
*/

0 commit comments

Comments
 (0)