Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Feb 25, 2018
1 parent ee6a4d9 commit 8950711
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.4.2",
"version": "2.5.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 @@ -3,7 +3,7 @@
"description": "A modern container-query solution.",
"homepage": "https://github.com/ZeeCoder/container-query",
"license": "MIT",
"version": "2.4.0",
"version": "2.5.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 @@ -3,7 +3,7 @@
"description": "PostCSS processing for container queries, using a media query like syntax.",
"homepage": "https://github.com/ZeeCoder/container-query",
"license": "MIT",
"version": "2.4.1",
"version": "2.5.0",
"author": "Viktor Hubert <[email protected]>",
"engines": {
"node": ">=4"
Expand Down
4 changes: 2 additions & 2 deletions packages/react-container-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@zeecoder/react-container-query",
"description": "React higher order component to manage a single Container instance.",
"homepage": "https://github.com/ZeeCoder/container-query/tree/master/packages/react-container-query",
"version": "2.4.2",
"version": "2.5.0",
"license": "MIT",
"author": "Viktor Hubert <[email protected]>",
"main": "dist/bundle.cjs.js",
Expand All @@ -16,7 +16,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@zeecoder/container-query": "^2.4.0",
"@zeecoder/container-query": "^2.5.0",
"es6-weak-map": "^2.0.2",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0",
Expand Down

0 comments on commit 8950711

Please sign in to comment.