Skip to content

Commit 318df58

Browse files
committed
1.3.0
1 parent b9b1ec8 commit 318df58

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changes to backpack.css 🎒
22

3+
## 1.3.0 (November 6, 2018)
4+
5+
- Remove JS module export for now.
6+
- Add missing CSS to package (`inline-text-semantics.css`).
7+
- Bump dependencies.
8+
39
## 1.2.0 (November 5, 2018)
410

511
- Add a JS module export.

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": "1.2.0",
4+
"version": "1.3.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 v1.2.0
2+
* backpack.css v1.3.0
33
* MIT License
44
* https://github.com/chris-pearce/backpack.css
55
*/

0 commit comments

Comments
 (0)