Skip to content

Commit

Permalink
release: v0.2.0-alpha.33
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Sep 1, 2021
1 parent 3f5bab3 commit dfe459e
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.32",
"version": "0.2.0-alpha.33",
"description": "A UI framework for content-centric websites.",
"author": "Yangshun Tay",
"license": "MIT",
Expand Down Expand Up @@ -33,7 +33,7 @@
"lint-staged": "^10.5.4",
"natives": "^1.1.6",
"postcss": "^8.2.10",
"postcss-preset-infima": "^0.2.0-alpha.32",
"postcss-preset-infima": "^0.2.0-alpha.33",
"prettier": "^2.2.1",
"stylelint": "^13.10.0",
"stylelint-copyright": "^2.0.0-alpha.69",
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.32",
"version": "0.2.0-alpha.33",
"description": "Postcss preset for Infima",
"main": "index.js",
"author": "Yangshun Tay",
Expand Down Expand Up @@ -31,7 +31,7 @@
"postcss-sort-media-queries": "^3.4.3"
},
"peerDependencies": {
"infima": "^0.2.0-alpha.32"
"infima": "^0.2.0-alpha.33"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit dfe459e

Please sign in to comment.