Skip to content

Commit 8950711

Browse files
committed
v2.5.0
1 parent ee6a4d9 commit 8950711

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4.2",
6+
"version": "2.5.0",
77
"npmClient": "yarn"
88
}

packages/container-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A modern container-query solution.",
44
"homepage": "https://github.com/ZeeCoder/container-query",
55
"license": "MIT",
6-
"version": "2.4.0",
6+
"version": "2.5.0",
77
"author": "Viktor Hubert <[email protected]>",
88
"engines": {
99
"node": ">=6"

packages/postcss-container-query/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "PostCSS processing for container queries, using a media query like syntax.",
44
"homepage": "https://github.com/ZeeCoder/container-query",
55
"license": "MIT",
6-
"version": "2.4.1",
6+
"version": "2.5.0",
77
"author": "Viktor Hubert <[email protected]>",
88
"engines": {
99
"node": ">=4"

packages/react-container-query/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@zeecoder/react-container-query",
33
"description": "React higher order component to manage a single Container instance.",
44
"homepage": "https://github.com/ZeeCoder/container-query/tree/master/packages/react-container-query",
5-
"version": "2.4.2",
5+
"version": "2.5.0",
66
"license": "MIT",
77
"author": "Viktor Hubert <[email protected]>",
88
"main": "dist/bundle.cjs.js",
@@ -16,7 +16,7 @@
1616
"prepublish": "yarn build"
1717
},
1818
"dependencies": {
19-
"@zeecoder/container-query": "^2.4.0",
19+
"@zeecoder/container-query": "^2.5.0",
2020
"es6-weak-map": "^2.0.2",
2121
"object-assign": "^4.1.1",
2222
"prop-types": "^15.6.0",

0 commit comments

Comments
 (0)