Skip to content

Commit

Permalink
v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Feb 5, 2018
1 parent 6a6ed3c commit cbf4241
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.3.1",
"version": "2.4.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.3.1",
"version": "2.4.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.3.1",
"version": "2.4.0",
"author": "Viktor Hubert <[email protected]>",
"engines": {
"node": ">=4"
Expand Down
10 changes: 5 additions & 5 deletions packages/react-container-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zeecoder/react-container-query",
"description": "React higher order component to manage a single Container instance.",
"version": "2.3.1",
"version": "2.4.0",
"license": "MIT",
"author": "Viktor Hubert <[email protected]>",
"main": "dist/bundle.cjs.js",
Expand All @@ -15,11 +15,11 @@
"prepublish": "yarn build"
},
"dependencies": {
"@zeecoder/container-query": "^2.3.1",
"resize-observer-polyfill": "^1.5.0",
"prop-types": "^15.6.0",
"@zeecoder/container-query": "^2.4.0",
"es6-weak-map": "^2.0.2",
"object-assign": "^4.1.1"
"object-assign": "^4.1.1",
"prop-types": "^15.6.0",
"resize-observer-polyfill": "^1.5.0"
},
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
Expand Down

0 comments on commit cbf4241

Please sign in to comment.