Skip to content

Commit

Permalink
Update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Machy8 committed Oct 17, 2022
1 parent 50b9e73 commit 0ec6220
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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.0"
"version": "0.5.1"
}
4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"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.0",
"@stylify/unplugin": "^0.5.1",
"loader-utils": "^2.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 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.0",
"version": "0.5.1",
"description": "CSS bundler for @stylify/stylify.",
"keywords": [
"stylify",
Expand Down Expand Up @@ -48,7 +48,7 @@
"pack": "yarn pack"
},
"dependencies": {
"@stylify/stylify": "^0.5.0",
"@stylify/stylify": "^0.5.1",
"autoprefixer": "^10.4",
"fast-glob": "^3.2",
"normalize-path": "^3.0",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.5.1",
"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.0",
"@stylify/stylify": "^0.5.0",
"@stylify/bundler": "^0.5.1",
"@stylify/stylify": "^0.5.1",
"loader-utils": "^2.0"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 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.0",
"version": "0.5.1",
"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.0",
"@stylify/stylify": "^0.5.0",
"@stylify/unplugin": "^0.5.0"
"@stylify/bundler": "^0.5.1",
"@stylify/stylify": "^0.5.1",
"@stylify/unplugin": "^0.5.1"
},
"devDependencies": {
"@nuxt/content": "^2.0.1",
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.0",
"version": "0.5.1",
"description": "Stylify generates utility-first CSS dynamically based on what you write. Write HTML. Get CSS.",
"keywords": [
"stylify",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "0.5.1",
"description": "Universal plugin for Rollup.js, Vite.js and Webpack for easier Stylify integration.",
"keywords": [
"stylify",
Expand Down Expand Up @@ -51,8 +51,8 @@
"pack": "yarn pack"
},
"dependencies": {
"@stylify/bundler": "^0.5.0",
"@stylify/stylify": "^0.5.0",
"@stylify/bundler": "^0.5.1",
"@stylify/stylify": "^0.5.1",
"unplugin": "^0.8"
},
"devDependencies": {
Expand Down

0 comments on commit 0ec6220

Please sign in to comment.