Skip to content

Commit 2fde027

Browse files
committed
v2.7.1
1 parent 0edd820 commit 2fde027

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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.7.0",
6+
"version": "2.7.1",
77
"npmClient": "yarn"
88
}

packages/postcss-container-query/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
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
"homepage": "https://github.com/ZeeCoder/container-query",
65
"license": "MIT",
7-
"version": "2.7.0",
6+
"version": "2.7.1",
87
"author": "Viktor Hubert <[email protected]>",
98
"engines": {
109
"node": ">=4"

0 commit comments

Comments
 (0)