Skip to content

Commit

Permalink
Update to 0.5.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Apr 28, 2023
1 parent 27e29b1 commit 5623d7a
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions build-stats.json
Original file line number Diff line number Diff line change
@@ -1,68 +1,68 @@
{
"astro": {
"/esm/index.mjs": {
"size": 5530
"size": 5596
},
"/lib/index.cjs": {
"size": 6088
"size": 6154
}
},
"bundler": {
"/esm/index.mjs": {
"size": 30521
"size": 31066
},
"/lib/index.cjs": {
"size": 32634
"size": 33179
}
},
"nuxt": {
"/esm/module.mjs": {
"size": 7014
"size": 7076
},
"/lib/module.cjs": {
"size": 7734
"size": 7800
}
},
"nuxt-module": {
"/esm/index.mjs": {
"size": 5226
"size": 5284
},
"/esm/webpack-loader.mjs": {
"size": 796
},
"/lib/index.cjs": {
"size": 7038
"size": 7103
},
"/lib/webpack-loader.cjs": {
"size": 1823
}
},
"stylify": {
"/esm/index.js": {
"size": 76539
"size": 77024
},
"/esm/index.min.js": {
"size": 38256
"size": 38448
},
"/esm/index.mjs": {
"size": 76726
"size": 77211
},
"/lib/index.cjs": {
"size": 78799
"size": 79284
},
"/dist/stylify.js": {
"size": 78956
"size": 79479
},
"/dist/stylify.min.js": {
"size": 37592
"size": 37784
}
},
"unplugin": {
"/esm/index.mjs": {
"size": 7011
"size": 7069
},
"/lib/index.cjs": {
"size": 8963
"size": 9028
}
}
}
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.32",
"version": "0.5.33",
"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.32",
"version": "0.5.33",
"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.32",
"version": "0.5.33",
"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.32",
"version": "0.5.33",
"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.32",
"version": "0.5.33",
"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.32",
"version": "0.5.33",
"description": "Universal plugin for Rollup.js, Vite.js and Webpack for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down

0 comments on commit 5623d7a

Please sign in to comment.