Skip to content

Commit

Permalink
v2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Mar 30, 2018
1 parent ea4e409 commit a460864
Show file tree
Hide file tree
Showing 5 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.7.2",
"version": "2.7.3",
"npmClient": "yarn"
}
2 changes: 1 addition & 1 deletion packages/container-query-meta-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Meta object builder for Container Queries.",
"homepage": "https://github.com/ZeeCoder/container-query/tree/master/packages/container-query-meta-builder",
"license": "MIT",
"version": "2.6.0",
"version": "2.7.3",
"author": "Viktor Hubert <[email protected]>",
"engines": {
"node": ">=6"
Expand Down
4 changes: 2 additions & 2 deletions 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.6.0",
"version": "2.7.3",
"author": "Viktor Hubert <[email protected]>",
"engines": {
"node": ">=6"
Expand Down Expand Up @@ -39,7 +39,7 @@
"size-limit": "^0.15.1"
},
"dependencies": {
"@zeecoder/container-query-meta-builder": "^2.6.0",
"@zeecoder/container-query-meta-builder": "^2.7.3",
"es6-weak-map": "^2.0.2",
"lodash": "^4.17.4",
"mutation-observer": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.7.2",
"version": "2.7.3",
"author": "Viktor Hubert <[email protected]>",
"engines": {
"node": ">=4"
Expand Down Expand Up @@ -33,7 +33,7 @@
"rollup-plugin-uglify": "^3.0.0"
},
"dependencies": {
"@zeecoder/container-query-meta-builder": "^2.6.0",
"@zeecoder/container-query-meta-builder": "^2.7.3",
"lodash": "^4.17.4",
"postcss": "^6.0.1"
},
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.6.0",
"version": "2.7.3",
"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.6.0",
"@zeecoder/container-query": "^2.7.3",
"es6-weak-map": "^2.0.2",
"prop-types": "^15.6.0",
"resize-observer-polyfill": "^1.5.0"
Expand Down

0 comments on commit a460864

Please sign in to comment.