Skip to content

Commit

Permalink
Update to 0.5.31
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Mar 25, 2023
1 parent a900b73 commit e96cee1
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions build-stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,30 +39,30 @@
},
"stylify": {
"/esm/index.js": {
"size": 76515
"size": 76539
},
"/esm/index.min.js": {
"size": 38237
"size": 38256
},
"/esm/index.mjs": {
"size": 76702
"size": 76726
},
"/lib/index.cjs": {
"size": 78775
"size": 78799
},
"/dist/stylify.js": {
"size": 78930
"size": 78956
},
"/dist/stylify.min.js": {
"size": 37573
"size": 37592
}
},
"unplugin": {
"/esm/index.mjs": {
"size": 6994
"size": 7001
},
"/lib/index.cjs": {
"size": 8946
"size": 8953
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"access": "public"
},
"npmClient": "yarn",
"version": "0.5.30"
"version": "0.5.31"
}
6 changes: 3 additions & 3 deletions packages/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/astro",
"version": "0.5.30",
"version": "0.5.31",
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -51,7 +51,7 @@
"pack": "yarn pack"
},
"dependencies": {
"@stylify/unplugin": "^0.5.30",
"@stylify/unplugin": "^0.5.31",
"normalize-path": "^3.0.0"
},
"devDependencies": {
Expand All @@ -60,5 +60,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "51185e693de731b6439cabf37800919a463fe29b"
"gitHead": "a900b73132f964b56e1fc3423648b104d851dd59"
}
6 changes: 3 additions & 3 deletions packages/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/bundler",
"version": "0.5.30",
"version": "0.5.31",
"description": "CSS bundler for @stylify/stylify.",
"keywords": [
"stylify",
Expand Down Expand Up @@ -48,7 +48,7 @@
"pack": "yarn pack"
},
"dependencies": {
"@stylify/stylify": "^0.5.30",
"@stylify/stylify": "^0.5.31",
"autoprefixer": "^10.4",
"chokidar": "^3.5",
"fast-glob": "^3.2",
Expand All @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "51185e693de731b6439cabf37800919a463fe29b"
"gitHead": "a900b73132f964b56e1fc3423648b104d851dd59"
}
8 changes: 4 additions & 4 deletions 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.30",
"version": "0.5.31",
"description": "Module for Nuxt v2 for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down Expand Up @@ -50,8 +50,8 @@
"pack": "yarn pack"
},
"dependencies": {
"@stylify/bundler": "^0.5.30",
"@stylify/stylify": "^0.5.30",
"@stylify/bundler": "^0.5.31",
"@stylify/stylify": "^0.5.31",
"loader-utils": "^2.0"
},
"devDependencies": {
Expand All @@ -60,5 +60,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "51185e693de731b6439cabf37800919a463fe29b"
"gitHead": "a900b73132f964b56e1fc3423648b104d851dd59"
}
10 changes: 5 additions & 5 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/nuxt",
"version": "0.5.30",
"version": "0.5.31",
"description": "Module for Nuxt v3+ for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down Expand Up @@ -46,9 +46,9 @@
},
"dependencies": {
"@nuxt/kit": "npm:@nuxt/kit-edge@latest",
"@stylify/bundler": "^0.5.30",
"@stylify/stylify": "^0.5.30",
"@stylify/unplugin": "^0.5.30",
"@stylify/bundler": "^0.5.31",
"@stylify/stylify": "^0.5.31",
"@stylify/unplugin": "^0.5.31",
"normalize-path": "^3.0.0"
},
"devDependencies": {
Expand All @@ -59,5 +59,5 @@
"fast-glob": "^3.2.11",
"nuxt": "npm:nuxt3@latest"
},
"gitHead": "51185e693de731b6439cabf37800919a463fe29b"
"gitHead": "a900b73132f964b56e1fc3423648b104d851dd59"
}
4 changes: 2 additions & 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.5.30",
"version": "0.5.31",
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
"keywords": [
"stylify",
Expand Down Expand Up @@ -54,5 +54,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "51185e693de731b6439cabf37800919a463fe29b"
"gitHead": "a900b73132f964b56e1fc3423648b104d851dd59"
}
8 changes: 4 additions & 4 deletions packages/unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stylify/unplugin",
"version": "0.5.30",
"version": "0.5.31",
"description": "Universal plugin for Rollup.js, Vite.js and Webpack for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down Expand Up @@ -53,8 +53,8 @@
"plg:webpack:watch": "cd playground/webpack && yarn watch"
},
"dependencies": {
"@stylify/bundler": "^0.5.30",
"@stylify/stylify": "^0.5.30",
"@stylify/bundler": "^0.5.31",
"@stylify/stylify": "^0.5.31",
"unplugin": "^1.0"
},
"devDependencies": {
Expand All @@ -71,5 +71,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "51185e693de731b6439cabf37800919a463fe29b"
"gitHead": "a900b73132f964b56e1fc3423648b104d851dd59"
}

0 comments on commit e96cee1

Please sign in to comment.