Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Jan 11, 2018
1 parent 9e5fd2c commit 76917ab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"packages": [
"packages/*"
],
"version": "2.0.0",
"version": "2.1.0",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zeecoder/container-query",
"description": "A modern container-query solution.",
"license": "MIT",
"version": "2.0.0",
"version": "2.1.0",
"author": "Viktor Hubert <[email protected]>",
"engines": {
"node": ">=6"
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zeecoder/postcss-container-query",
"description": "PostCSS processing for container queries, using a media query like syntax.",
"license": "MIT",
"version": "2.0.0",
"version": "2.1.0",
"author": "Viktor Hubert <[email protected]>",
"engines": {
"node": ">=4"
Expand Down

0 comments on commit 76917ab

Please sign in to comment.