Skip to content

Commit

Permalink
release: v0.2.0-alpha.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 committed Nov 6, 2020
1 parent 28dbdcd commit 811bfe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "infima",
"version": "0.2.0-alpha.13",
"version": "0.2.0-alpha.14",
"description": "A UI framework for content-centric websites.",
"main": "index.js",
"author": "Yangshun Tay",
Expand All @@ -22,7 +22,7 @@
"gulp-sass": "^4.0.1",
"gulp-webserver": "^0.9.1",
"natives": "^1.1.6",
"postcss-preset-infima": "^0.2.0-alpha.13"
"postcss-preset-infima": "^0.2.0-alpha.14"
},
"scripts": {
"start": "gulp",
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-preset-infima/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-preset-infima",
"version": "0.2.0-alpha.13",
"version": "0.2.0-alpha.14",
"description": "Postcss preset for Infima",
"main": "index.js",
"author": "Yangshun Tay",
Expand All @@ -25,7 +25,7 @@
"postcss-strip-inline-comments": "^0.1.5"
},
"peerDependencies": {
"infima": "^0.2.0-alpha.13"
"infima": "^0.2.0-alpha.14"
},
"engines": {
"node": ">=8"
Expand Down

0 comments on commit 811bfe8

Please sign in to comment.