Skip to content

Commit

Permalink
Update to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed May 28, 2023
1 parent c55d687 commit 03671e1
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
26 changes: 13 additions & 13 deletions build-stats.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"astro": {
"/esm/index.mjs": {
"size": 4637
"size": 4663
},
"/lib/index.cjs": {
"size": 5195
"size": 5227
}
},
"bundler": {
"/esm/index.mjs": {
"size": 31727
"size": 32018
},
"/lib/index.cjs": {
"size": 33870
"size": 34161
}
},
"nuxt": {
Expand All @@ -34,35 +34,35 @@
"size": 7099
},
"/lib/webpack-loader.cjs": {
"size": 1823
"size": 1733
}
},
"stylify": {
"/esm/index.js": {
"size": 77905
"size": 79035
},
"/esm/index.min.js": {
"size": 38520
"size": 38935
},
"/esm/index.mjs": {
"size": 75659
"size": 76789
},
"/lib/index.cjs": {
"size": 77703
"size": 78833
},
"/dist/stylify.js": {
"size": 80389
"size": 81559
},
"/dist/stylify.min.js": {
"size": 37863
"size": 38278
}
},
"unplugin": {
"/esm/index.mjs": {
"size": 4934
"size": 4469
},
"/lib/index.cjs": {
"size": 6890
"size": 6405
}
}
}
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.6.0",
"version": "0.6.1",
"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.6.0",
"version": "0.6.1",
"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.6.0",
"version": "0.6.1",
"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.6.0",
"version": "0.6.1",
"description": "Module for Nuxt v3+ for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down
3 changes: 1 addition & 2 deletions packages/stylify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/stylify",
"version": "0.6.0",
"version": "0.6.1",
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
"keywords": [
"stylify",
Expand All @@ -13,7 +13,6 @@
"framework",
"web"
],
"type": "module",
"homepage": "https://stylifycss.com",
"bugs": {
"url": "https://github.com/stylify/packages/issues"
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.6.0",
"version": "0.6.1",
"description": "Universal plugin for Rollup.js, Vite.js and Webpack for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down

0 comments on commit 03671e1

Please sign in to comment.