Skip to content

Commit

Permalink
v1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed May 19, 2022
1 parent 3eb3ab3 commit c3d868f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "1.1.21",
"version": "1.1.22",
"npmClient": "npm"
}
4 changes: 2 additions & 2 deletions packages/blitzar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blitzar",
"version": "1.1.21",
"version": "1.1.22",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down Expand Up @@ -32,7 +32,7 @@
"vue": "^3.2.29"
},
"dependencies": {
"@blitzar/components": "^1.1.21",
"@blitzar/components": "^1.1.22",
"@blitzar/types": "^1.1.21",
"@blitzar/utils": "^1.1.21"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzar/components",
"version": "1.1.21",
"version": "1.1.22",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs",
"private": true,
"type": "module",
"version": "1.1.21",
"version": "1.1.22",
"description": "Blitzar Docs",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand All @@ -15,7 +15,7 @@
"@adamdehaven/vue-custom-tooltip": "^2.6.0",
"@meforma/vue-toaster": "^1.3.0",
"@planetar/code-block": "^1.0.2",
"blitzar": "^1.1.21",
"blitzar": "^1.1.22",
"is-what": "^4.1.7",
"vue-final-modal": "^3.4.3",
"vue-pepicons": "^1.0.9"
Expand Down

0 comments on commit c3d868f

Please sign in to comment.