Skip to content

Commit 39185f2

Browse files
committed
v2.2.0
1 parent 63530f2 commit 39185f2

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "2.1.0",
6+
"version": "2.2.0",
77
"npmClient": "yarn"
88
}

packages/container-query/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@zeecoder/container-query",
33
"description": "A modern container-query solution.",
44
"license": "MIT",
5-
"version": "2.1.0",
5+
"version": "2.2.0",
66
"author": "Viktor Hubert <[email protected]>",
77
"engines": {
88
"node": ">=6"
@@ -26,15 +26,15 @@
2626
"babel-preset-env": "^1.6.0",
2727
"flow-bin": "^0.55.0",
2828
"jest": "^21.1.0",
29+
"npm-run-all": "^4.1.2",
2930
"rollup": "^0.50.0",
3031
"rollup-plugin-babel": "^3.0.2",
3132
"rollup-plugin-commonjs": "^8.0.2",
3233
"rollup-plugin-flow": "^1.1.1",
3334
"rollup-plugin-node-resolve": "^3.0.0",
3435
"rollup-plugin-uglify": "^2.0.1",
3536
"size-limit": "^0.14.0",
36-
"uglify-es": "^3.0.26",
37-
"npm-run-all": "^4.1.2"
37+
"uglify-es": "^3.0.26"
3838
},
3939
"dependencies": {
4040
"es6-weak-map": "^2.0.2",

packages/postcss-container-query/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "@zeecoder/postcss-container-query",
3-
"description":
4-
"PostCSS processing for container queries, using a media query like syntax.",
3+
"description": "PostCSS processing for container queries, using a media query like syntax.",
54
"license": "MIT",
6-
"version": "2.1.0",
5+
"version": "2.2.0",
76
"author": "Viktor Hubert <[email protected]>",
87
"engines": {
98
"node": ">=4"

packages/react-container-query/package.json

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@zeecoder/react-container-query",
3-
"description":
4-
"React higher order component to manage a single Container instance.",
5-
"version": "2.1.0",
3+
"description": "React higher order component to manage a single Container instance.",
4+
"version": "2.2.0",
65
"license": "MIT",
76
"author": "Viktor Hubert <[email protected]>",
87
"main": "dist/bundle.cjs.js",
@@ -16,23 +15,23 @@
1615
"prepublish": "yarn build"
1716
},
1817
"dependencies": {
19-
"@zeecoder/container-query": "^2.1.0"
18+
"@zeecoder/container-query": "^2.2.0"
2019
},
2120
"devDependencies": {
2221
"babel-plugin-external-helpers": "^6.22.0",
2322
"babel-plugin-transform-object-rest-spread": "^6.26.0",
24-
"babel-preset-react": "^6.24.1",
2523
"babel-preset-env": "^1.6.0",
24+
"babel-preset-react": "^6.24.1",
2625
"jest": "^21.1.0",
26+
"npm-run-all": "^4.1.2",
2727
"rollup": "^0.50.0",
2828
"rollup-plugin-babel": "^3.0.2",
2929
"rollup-plugin-commonjs": "^8.0.2",
3030
"rollup-plugin-flow": "^1.1.1",
3131
"rollup-plugin-node-resolve": "^3.0.0",
3232
"rollup-plugin-uglify": "^2.0.1",
3333
"size-limit": "^0.14.0",
34-
"uglify-es": "^3.0.26",
35-
"npm-run-all": "^4.1.2"
34+
"uglify-es": "^3.0.26"
3635
},
3736
"peerDependencies": {
3837
"react": "^15.0.0 || ^16.0.0",

0 commit comments

Comments
 (0)