Skip to content

Commit cbf4241

Browse files
committed
v2.4.0
1 parent 6a6ed3c commit cbf4241

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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.3.1",
6+
"version": "2.4.0",
77
"npmClient": "yarn"
88
}

packages/container-query/package.json

+1-1
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.3.1",
5+
"version": "2.4.0",
66
"author": "Viktor Hubert <[email protected]>",
77
"engines": {
88
"node": ">=6"

packages/postcss-container-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@zeecoder/postcss-container-query",
33
"description": "PostCSS processing for container queries, using a media query like syntax.",
44
"license": "MIT",
5-
"version": "2.3.1",
5+
"version": "2.4.0",
66
"author": "Viktor Hubert <[email protected]>",
77
"engines": {
88
"node": ">=4"

packages/react-container-query/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zeecoder/react-container-query",
33
"description": "React higher order component to manage a single Container instance.",
4-
"version": "2.3.1",
4+
"version": "2.4.0",
55
"license": "MIT",
66
"author": "Viktor Hubert <[email protected]>",
77
"main": "dist/bundle.cjs.js",
@@ -15,11 +15,11 @@
1515
"prepublish": "yarn build"
1616
},
1717
"dependencies": {
18-
"@zeecoder/container-query": "^2.3.1",
19-
"resize-observer-polyfill": "^1.5.0",
20-
"prop-types": "^15.6.0",
18+
"@zeecoder/container-query": "^2.4.0",
2119
"es6-weak-map": "^2.0.2",
22-
"object-assign": "^4.1.1"
20+
"object-assign": "^4.1.1",
21+
"prop-types": "^15.6.0",
22+
"resize-observer-polyfill": "^1.5.0"
2323
},
2424
"devDependencies": {
2525
"babel-plugin-external-helpers": "^6.22.0",

0 commit comments

Comments
 (0)