Skip to content

Commit

Permalink
v1.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
mesqueeb committed May 19, 2022
1 parent 950246f commit f709a16
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 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.24",
"version": "1.1.25",
"npmClient": "npm"
}
10 changes: 5 additions & 5 deletions packages/blitzar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blitzar",
"version": "1.1.24",
"version": "1.1.25",
"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.24",
"@blitzar/types": "^1.1.24",
"@blitzar/utils": "^1.1.24"
"@blitzar/components": "^1.1.25",
"@blitzar/types": "^1.1.25",
"@blitzar/utils": "^1.1.25"
},
"homepage": "https://github.com/cycraft/blitzar#readme",
"keywords": [
Expand Down Expand Up @@ -64,5 +64,5 @@
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"gitHead": "c3d868f1fe9080639ce7c3157d7d0b9cec60d578"
"gitHead": "950246f494dd582041190cff18f01b6015123183"
}
8 changes: 4 additions & 4 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.24",
"version": "1.1.25",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down Expand Up @@ -30,8 +30,8 @@
"gen:types:ts": "vue-tsc --declaration --emitDeclarationOnly"
},
"dependencies": {
"@blitzar/types": "^1.1.24",
"@blitzar/utils": "^1.1.24",
"@blitzar/types": "^1.1.25",
"@blitzar/utils": "^1.1.25",
"case-anything": "^2.1.10",
"copy-anything": "^3.0.2",
"filter-anything": "^3.0.2",
Expand Down Expand Up @@ -65,5 +65,5 @@
"tags": "dist/vetur/tags.json",
"attributes": "dist/vetur/attributes.json"
},
"gitHead": "c3d868f1fe9080639ce7c3157d7d0b9cec60d578"
"gitHead": "950246f494dd582041190cff18f01b6015123183"
}
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.24",
"version": "1.1.25",
"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.24",
"blitzar": "^1.1.25",
"is-what": "^4.1.7",
"vue-final-modal": "^3.4.3",
"vue-pepicons": "^1.0.9"
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blitzar/types",
"version": "1.1.24",
"version": "1.1.25",
"type": "module",
"author": "Luca Ban - Mesqueeb",
"funding": "https://github.com/sponsors/mesqueeb",
Expand Down Expand Up @@ -38,5 +38,5 @@
"type": "git",
"url": "git+https://github.com/cycraft/blitzar.git"
},
"gitHead": "1262b1efa85262a205ebd425ffa6cc7608f89a32"
"gitHead": "950246f494dd582041190cff18f01b6015123183"
}
6 changes: 3 additions & 3 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.24",
"version": "1.1.25",
"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.24",
"@blitzar/types": "^1.1.25",
"commafy-anything": "^2.1.0",
"flatten-anything": "^2.0.4",
"is-what": "^4.1.7"
Expand All @@ -41,5 +41,5 @@
"type": "git",
"url": "git+https://github.com/cycraft/blitzar.git"
},
"gitHead": "1262b1efa85262a205ebd425ffa6cc7608f89a32"
"gitHead": "950246f494dd582041190cff18f01b6015123183"
}

0 comments on commit f709a16

Please sign in to comment.