Skip to content

Commit

Permalink
release: v0.2.0-alpha.40
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Jun 23, 2022
1 parent bba53a3 commit 8eb9326
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.39",
"version": "0.2.0-alpha.40",
"description": "A UI framework for content-centric websites.",
"author": "Yangshun Tay",
"license": "MIT",
Expand Down Expand Up @@ -29,7 +29,7 @@
"gulp-rtlcss": "^2.0.0",
"gulp-webserver": "^0.9.1",
"postcss": "^8.4.14",
"postcss-preset-infima": "^0.2.0-alpha.39"
"postcss-preset-infima": "^0.2.0-alpha.40"
},
"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.39",
"version": "0.2.0-alpha.40",
"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.39"
"infima": "^0.2.0-alpha.40"
},
"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 @@ -5683,6 +5683,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.39"
resolved "https://registry.yarnpkg.com/infima/-/infima-0.2.0-alpha.39.tgz#054b13ac44f3e9a42bc083988f1a1586add2f59c"
integrity sha512-UyYiwD3nwHakGhuOUfpe3baJ8gkiPpRVx4a4sE/Ag+932+Y6swtLsdPoRR8ezhwqGnduzxmFkjumV9roz6QoLw==

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 8eb9326

Please sign in to comment.