Skip to content

Commit

Permalink
Update to 0.5.32
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 18, 2023
1 parent 0d171de commit 6c1c938
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions build-stats.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"astro": {
"/esm/index.mjs": {
"size": 5444
"size": 5530
},
"/lib/index.cjs": {
"size": 6002
"size": 6088
}
},
"bundler": {
"/esm/index.mjs": {
"size": 27851
"size": 30521
},
"/lib/index.cjs": {
"size": 29904
"size": 32634
}
},
"nuxt": {
"/esm/module.mjs": {
"size": 6934
"size": 7014
},
"/lib/module.cjs": {
"size": 7654
"size": 7734
}
},
"nuxt-module": {
Expand Down Expand Up @@ -59,10 +59,10 @@
},
"unplugin": {
"/esm/index.mjs": {
"size": 7001
"size": 7011
},
"/lib/index.cjs": {
"size": 8953
"size": 8963
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"scripts": {
"repo:init": "pnpm i -r",
"repo:version": "pnpm exec -r pnpm version",
"repo:version": "pnpm -r exec pnpm version",
"repo:patch": "pnpm repo:version patch",
"repo:publish": "pnpm login && pnpm build && pnpm build:generate-stats",
"watch": "cross-env watch=true pnpm build",
Expand Down
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/astro",
"version": "0.5.31",
"version": "0.5.32",
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
"type": "module",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/bundler",
"version": "0.5.31",
"version": "0.5.32",
"description": "CSS bundler for @stylify/stylify.",
"keywords": [
"stylify",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/nuxt-module",
"version": "0.5.31",
"version": "0.5.32",
"description": "Module for Nuxt v2 for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/nuxt",
"version": "0.5.31",
"version": "0.5.32",
"description": "Module for Nuxt v3+ for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/stylify",
"version": "0.5.31",
"version": "0.5.32",
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
"keywords": [
"stylify",
Expand Down
2 changes: 1 addition & 1 deletion packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/unplugin",
"version": "0.5.31",
"version": "0.5.32",
"description": "Universal plugin for Rollup.js, Vite.js and Webpack for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down

0 comments on commit 6c1c938

Please sign in to comment.