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 Jun 18, 2023
1 parent a176645 commit 949ec67
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions build-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@
},
"stylify": {
"/esm/index.js": {
"size": 79035
"size": 79249
},
"/esm/index.min.js": {
"size": 38935
"size": 39149
},
"/esm/index.mjs": {
"size": 76789
"size": 77003
},
"/lib/index.cjs": {
"size": 78833
"size": 79047
},
"/dist/stylify.js": {
"size": 81559
"size": 81773
},
"/dist/stylify.min.js": {
"size": 38278
"size": 38492
}
},
"unplugin": {
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.6.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"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.6.1",
"version": "0.6.2",
"description": "Universal plugin for Rollup.js, Vite.js and Webpack for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down

0 comments on commit 949ec67

Please sign in to comment.