Skip to content

Commit 76917ab

Browse files
committed
v2.1.0
1 parent 9e5fd2c commit 76917ab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.0.0",
6+
"version": "2.1.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.0.0",
5+
"version": "2.1.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.0.0",
5+
"version": "2.1.0",
66
"author": "Viktor Hubert <[email protected]>",
77
"engines": {
88
"node": ">=4"

0 commit comments

Comments
 (0)