Skip to content

Commit

Permalink
v1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed Feb 10, 2022
1 parent ddac7f2 commit 937afec
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.7",
"version": "1.1.8",
"npmClient": "npm"
}
8 changes: 4 additions & 4 deletions packages/blitzar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blitzar",
"version": "1.1.7",
"version": "1.1.8",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down Expand Up @@ -32,9 +32,9 @@
"vue": "^3.2.29"
},
"dependencies": {
"@blitzar/components": "^1.1.7",
"@blitzar/types": "^1.1.7",
"@blitzar/utils": "^1.1.7"
"@blitzar/components": "^1.1.8",
"@blitzar/types": "^1.1.8",
"@blitzar/utils": "^1.1.8"
},
"homepage": "https://github.com/cycraft/blitzar#readme",
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzar/components",
"version": "1.1.7",
"version": "1.1.8",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down Expand Up @@ -29,8 +29,8 @@
"gen:types:ts": "vue-tsc --declaration --emitDeclarationOnly"
},
"dependencies": {
"@blitzar/types": "^1.1.7",
"@blitzar/utils": "^1.1.7",
"@blitzar/types": "^1.1.8",
"@blitzar/utils": "^1.1.8",
"case-anything": "^2.1.10",
"copy-anything": "^3.0.2",
"filter-anything": "^3.0.2",
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.7",
"version": "1.1.8",
"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.7",
"blitzar": "^1.1.8",
"is-what": "^4.1.7",
"vue-final-modal": "^3.4.3",
"vue-pepicons": "^1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzar/types",
"version": "1.1.7",
"version": "1.1.8",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzar/utils",
"version": "1.1.7",
"version": "1.1.8",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand All @@ -24,7 +24,7 @@
"dev": "rollup -c ./build.js --watch"
},
"dependencies": {
"@blitzar/types": "^1.1.7",
"@blitzar/types": "^1.1.8",
"commafy-anything": "^2.1.0",
"flatten-anything": "^2.0.4",
"is-what": "^4.1.7"
Expand Down

0 comments on commit 937afec

Please sign in to comment.