From e8c08f2adb3892cd58e43f6b2b7ced861f46310b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr?= <8machy@seznam.cz> Date: Mon, 13 Mar 2023 19:26:24 +0000 Subject: [PATCH] Update to 0.5.29 --- build-stats.json | 4 ++-- lerna.json | 2 +- packages/astro/package.json | 6 +++--- packages/bundler/package.json | 6 +++--- packages/nuxt-module/package.json | 8 ++++---- packages/nuxt/package.json | 10 +++++----- packages/stylify/package.json | 4 ++-- packages/unplugin/package.json | 8 ++++---- 8 files changed, 24 insertions(+), 24 deletions(-) diff --git a/build-stats.json b/build-stats.json index bd9ffc8b..3b61b82a 100644 --- a/build-stats.json +++ b/build-stats.json @@ -1,10 +1,10 @@ { "astro": { "/esm/index.mjs": { - "size": 5547 + "size": 5444 }, "/lib/index.cjs": { - "size": 6105 + "size": 6002 } }, "bundler": { diff --git a/lerna.json b/lerna.json index e4a72860..4635d5d9 100755 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "access": "public" }, "npmClient": "yarn", - "version": "0.5.28" + "version": "0.5.29" } diff --git a/packages/astro/package.json b/packages/astro/package.json index 93b650c1..1d5f6788 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/astro", - "version": "0.5.28", + "version": "0.5.29", "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.", "type": "module", "keywords": [ @@ -51,7 +51,7 @@ "pack": "yarn pack" }, "dependencies": { - "@stylify/unplugin": "^0.5.28", + "@stylify/unplugin": "^0.5.29", "normalize-path": "^3.0.0" }, "devDependencies": { @@ -60,5 +60,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "a602d33752c90593c05af5ba6f38d7d5da800f76" + "gitHead": "0d715a6994627c28fb9f7264bad30977a4651a0b" } diff --git a/packages/bundler/package.json b/packages/bundler/package.json index 352c522d..251b28d3 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/bundler", - "version": "0.5.28", + "version": "0.5.29", "description": "CSS bundler for @stylify/stylify.", "keywords": [ "stylify", @@ -48,7 +48,7 @@ "pack": "yarn pack" }, "dependencies": { - "@stylify/stylify": "^0.5.28", + "@stylify/stylify": "^0.5.29", "autoprefixer": "^10.4", "chokidar": "^3.5", "fast-glob": "^3.2", @@ -59,5 +59,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "a602d33752c90593c05af5ba6f38d7d5da800f76" + "gitHead": "0d715a6994627c28fb9f7264bad30977a4651a0b" } diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index 97e1f00a..fdc9f30b 100755 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/nuxt-module", - "version": "0.5.28", + "version": "0.5.29", "description": "Module for Nuxt v2 for easier Stylify integration.", "keywords": [ "stylify", @@ -50,8 +50,8 @@ "pack": "yarn pack" }, "dependencies": { - "@stylify/bundler": "^0.5.28", - "@stylify/stylify": "^0.5.28", + "@stylify/bundler": "^0.5.29", + "@stylify/stylify": "^0.5.29", "loader-utils": "^2.0" }, "devDependencies": { @@ -60,5 +60,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "a602d33752c90593c05af5ba6f38d7d5da800f76" + "gitHead": "0d715a6994627c28fb9f7264bad30977a4651a0b" } diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index d0b6cc3b..690471ce 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/nuxt", - "version": "0.5.28", + "version": "0.5.29", "description": "Module for Nuxt v3+ for easier Stylify integration.", "keywords": [ "stylify", @@ -46,9 +46,9 @@ }, "dependencies": { "@nuxt/kit": "npm:@nuxt/kit-edge@latest", - "@stylify/bundler": "^0.5.28", - "@stylify/stylify": "^0.5.28", - "@stylify/unplugin": "^0.5.28", + "@stylify/bundler": "^0.5.29", + "@stylify/stylify": "^0.5.29", + "@stylify/unplugin": "^0.5.29", "normalize-path": "^3.0.0" }, "devDependencies": { @@ -59,5 +59,5 @@ "fast-glob": "^3.2.11", "nuxt": "npm:nuxt3@latest" }, - "gitHead": "a602d33752c90593c05af5ba6f38d7d5da800f76" + "gitHead": "0d715a6994627c28fb9f7264bad30977a4651a0b" } diff --git a/packages/stylify/package.json b/packages/stylify/package.json index 08eb56ed..354813d6 100755 --- a/packages/stylify/package.json +++ b/packages/stylify/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/stylify", - "version": "0.5.28", + "version": "0.5.29", "description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.", "keywords": [ "stylify", @@ -54,5 +54,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "a602d33752c90593c05af5ba6f38d7d5da800f76" + "gitHead": "0d715a6994627c28fb9f7264bad30977a4651a0b" } diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index 760179ca..aef1fd4a 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/unplugin", - "version": "0.5.28", + "version": "0.5.29", "description": "Universal plugin for Rollup.js, Vite.js and Webpack for easier Stylify integration.", "keywords": [ "stylify", @@ -53,8 +53,8 @@ "plg:webpack:watch": "cd playground/webpack && yarn watch" }, "dependencies": { - "@stylify/bundler": "^0.5.28", - "@stylify/stylify": "^0.5.28", + "@stylify/bundler": "^0.5.29", + "@stylify/stylify": "^0.5.29", "unplugin": "^1.0" }, "devDependencies": { @@ -71,5 +71,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "a602d33752c90593c05af5ba6f38d7d5da800f76" + "gitHead": "0d715a6994627c28fb9f7264bad30977a4651a0b" }