We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b1ec8 commit 318df58Copy full SHA for 318df58
3 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes to backpack.css 🎒
2
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
9
## 1.2.0 (November 5, 2018)
10
11
- Add a JS module export.
package.json
@@ -1,7 +1,7 @@
{
"name": "backpack.css",
"main": "lib/backpack.css",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "A lightweight and somewhat opinionated CSS foundation that is best suited to applications 🎒.",
"keywords": [
"css",
src/index.css
@@ -1,5 +1,5 @@
/*!
- * backpack.css v1.2.0
+ * backpack.css v1.3.0
* MIT License
* https://github.com/chris-pearce/backpack.css
*/
0 commit comments