Skip to content

Commit

Permalink
release: v0.2.0-alpha.38
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Mar 24, 2022
1 parent 7510e54 commit 20bc4d6
Show file tree
Hide file tree
Showing 3 changed files with 9 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.37",
"version": "0.2.0-alpha.38",
"description": "A UI framework for content-centric websites.",
"author": "Yangshun Tay",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"gulp-webserver": "^0.9.1",
"natives": "^1.1.6",
"postcss": "^8.4.12",
"postcss-preset-infima": "^0.2.0-alpha.37"
"postcss-preset-infima": "^0.2.0-alpha.38"
},
"scripts": {
"build": "gulp build",
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.37",
"version": "0.2.0-alpha.38",
"description": "Postcss preset for Infima",
"main": "index.js",
"author": "Yangshun Tay",
Expand Down Expand Up @@ -32,7 +32,7 @@
"postcss-sort-media-queries": "^4.2.1"
},
"peerDependencies": {
"infima": "^0.2.0-alpha.37"
"infima": "^0.2.0-alpha.38"
},
"engines": {
"node": ">=12"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5682,6 +5682,11 @@ indexes-of@^1.0.1:
resolved "https://registry.yarnpkg.com/indexes-of/-/indexes-of-1.0.1.tgz#f30f716c8e2bd346c7b67d3df3915566a7c05607"
integrity sha512-bup+4tap3Hympa+JBJUG7XuOsdNQ6fxt0MHyXMKuLBKn0OqsTfvUxkUrroEX1+B2VsSHvCjiIcZVxRtYa4nllA==

[email protected]:
version "0.2.0-alpha.37"
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.37.tgz#b87ff42d528d6d050098a560f0294fbdd12adb78"
integrity sha512-4GX7Baw+/lwS4PPW/UJNY89tWSvYG1DL6baKVdpK6mC593iRgMssxNtORMTFArLPJ/A/lzsGhRmx+z6MaMxj0Q==

inflight@^1.0.4:
version "1.0.6"
resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9"
Expand Down

0 comments on commit 20bc4d6

Please sign in to comment.