From f32759ff478af178ac9f01a39bff2b7fc3e2e39d Mon Sep 17 00:00:00 2001 From: Viktor Hubert Date: Sun, 18 Mar 2018 18:35:12 +0000 Subject: [PATCH] v2.7.2 --- lerna.json | 2 +- packages/postcss-container-query/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 5056b31..84d8a24 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "packages": [ "packages/*" ], - "version": "2.7.1", + "version": "2.7.2", "npmClient": "yarn" } diff --git a/packages/postcss-container-query/package.json b/packages/postcss-container-query/package.json index fdae4d6..37bef85 100644 --- a/packages/postcss-container-query/package.json +++ b/packages/postcss-container-query/package.json @@ -3,7 +3,7 @@ "description": "PostCSS processing for container queries, using a media query like syntax.", "homepage": "https://github.com/ZeeCoder/container-query", "license": "MIT", - "version": "2.7.1", + "version": "2.7.2", "author": "Viktor Hubert ", "engines": { "node": ">=4"