From 3dfd0be1fc2acdfda97fc50727e163665331f4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr?= <8machy@seznam.cz> Date: Sat, 4 Feb 2023 18:26:37 +0000 Subject: [PATCH] Update to 0.5.22 --- build-stats.json | 12 ++++++------ 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, 28 insertions(+), 28 deletions(-) diff --git a/build-stats.json b/build-stats.json index 52dca23b..8c14c070 100644 --- a/build-stats.json +++ b/build-stats.json @@ -39,22 +39,22 @@ }, "stylify": { "/esm/index.js": { - "size": 69096 + "size": 70574 }, "/esm/index.min.js": { - "size": 34800 + "size": 35355 }, "/esm/index.mjs": { - "size": 69589 + "size": 71032 }, "/lib/index.cjs": { - "size": 71188 + "size": 72631 }, "/dist/stylify.js": { - "size": 71404 + "size": 72942 }, "/dist/stylify.min.js": { - "size": 34380 + "size": 34936 } }, "unplugin": { diff --git a/lerna.json b/lerna.json index 22bb40f8..a8495fd5 100755 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "access": "public" }, "npmClient": "yarn", - "version": "0.5.21" + "version": "0.5.22" } diff --git a/packages/astro/package.json b/packages/astro/package.json index 98d5dd06..7c2c0350 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/astro", - "version": "0.5.21", + "version": "0.5.22", "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.21", + "@stylify/unplugin": "^0.5.22", "loader-utils": "^2.0" }, "devDependencies": { @@ -60,5 +60,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6c88c64d8e2c6af0e819a60e2ac429ec3a822681" + "gitHead": "1d345d0831bbae0e618d24374a6db04cfc49e485" } diff --git a/packages/bundler/package.json b/packages/bundler/package.json index f281cc76..a0a67943 100644 --- a/packages/bundler/package.json +++ b/packages/bundler/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/bundler", - "version": "0.5.21", + "version": "0.5.22", "description": "CSS bundler for @stylify/stylify.", "keywords": [ "stylify", @@ -48,7 +48,7 @@ "pack": "yarn pack" }, "dependencies": { - "@stylify/stylify": "^0.5.21", + "@stylify/stylify": "^0.5.22", "autoprefixer": "^10.4", "chokidar": "^3.5", "fast-glob": "^3.2", @@ -59,5 +59,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6c88c64d8e2c6af0e819a60e2ac429ec3a822681" + "gitHead": "1d345d0831bbae0e618d24374a6db04cfc49e485" } diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index c850667f..ca75fde5 100755 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/nuxt-module", - "version": "0.5.21", + "version": "0.5.22", "description": "Module for Nuxt v2 for easier Stylify integration.", "keywords": [ "stylify", @@ -50,8 +50,8 @@ "pack": "yarn pack" }, "dependencies": { - "@stylify/bundler": "^0.5.21", - "@stylify/stylify": "^0.5.21", + "@stylify/bundler": "^0.5.22", + "@stylify/stylify": "^0.5.22", "loader-utils": "^2.0" }, "devDependencies": { @@ -60,5 +60,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6c88c64d8e2c6af0e819a60e2ac429ec3a822681" + "gitHead": "1d345d0831bbae0e618d24374a6db04cfc49e485" } diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 82a36d19..aeac0fbc 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/nuxt", - "version": "0.5.21", + "version": "0.5.22", "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.21", - "@stylify/stylify": "^0.5.21", - "@stylify/unplugin": "^0.5.21" + "@stylify/bundler": "^0.5.22", + "@stylify/stylify": "^0.5.22", + "@stylify/unplugin": "^0.5.22" }, "devDependencies": { "@nuxt/content": "^2.0.1", @@ -58,5 +58,5 @@ "fast-glob": "^3.2.11", "nuxt": "npm:nuxt3@latest" }, - "gitHead": "6c88c64d8e2c6af0e819a60e2ac429ec3a822681" + "gitHead": "1d345d0831bbae0e618d24374a6db04cfc49e485" } diff --git a/packages/stylify/package.json b/packages/stylify/package.json index 95c776d6..933bacc0 100755 --- a/packages/stylify/package.json +++ b/packages/stylify/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/stylify", - "version": "0.5.21", + "version": "0.5.22", "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": "6c88c64d8e2c6af0e819a60e2ac429ec3a822681" + "gitHead": "1d345d0831bbae0e618d24374a6db04cfc49e485" } diff --git a/packages/unplugin/package.json b/packages/unplugin/package.json index e2de89ff..674047d9 100644 --- a/packages/unplugin/package.json +++ b/packages/unplugin/package.json @@ -1,6 +1,6 @@ { "name": "@stylify/unplugin", - "version": "0.5.21", + "version": "0.5.22", "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.21", - "@stylify/stylify": "^0.5.21", + "@stylify/bundler": "^0.5.22", + "@stylify/stylify": "^0.5.22", "unplugin": "^1.0" }, "devDependencies": { @@ -71,5 +71,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "6c88c64d8e2c6af0e819a60e2ac429ec3a822681" + "gitHead": "1d345d0831bbae0e618d24374a6db04cfc49e485" }