Skip to content

Commit f709a16

Browse files
committed
v1.1.25
1 parent 950246f commit f709a16

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "1.1.24",
5+
"version": "1.1.25",
66
"npmClient": "npm"
77
}

packages/blitzar/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blitzar",
3-
"version": "1.1.24",
3+
"version": "1.1.25",
44
"type": "module",
55
"author": "Luca Ban - Mesqueeb",
66
"funding": "https://github.com/sponsors/mesqueeb",
@@ -32,9 +32,9 @@
3232
"vue": "^3.2.29"
3333
},
3434
"dependencies": {
35-
"@blitzar/components": "^1.1.24",
36-
"@blitzar/types": "^1.1.24",
37-
"@blitzar/utils": "^1.1.24"
35+
"@blitzar/components": "^1.1.25",
36+
"@blitzar/types": "^1.1.25",
37+
"@blitzar/utils": "^1.1.25"
3838
},
3939
"homepage": "https://github.com/cycraft/blitzar#readme",
4040
"keywords": [
@@ -64,5 +64,5 @@
6464
"tags": "vetur/tags.json",
6565
"attributes": "vetur/attributes.json"
6666
},
67-
"gitHead": "c3d868f1fe9080639ce7c3157d7d0b9cec60d578"
67+
"gitHead": "950246f494dd582041190cff18f01b6015123183"
6868
}

packages/components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitzar/components",
3-
"version": "1.1.24",
3+
"version": "1.1.25",
44
"type": "module",
55
"author": "Luca Ban - Mesqueeb",
66
"funding": "https://github.com/sponsors/mesqueeb",
@@ -30,8 +30,8 @@
3030
"gen:types:ts": "vue-tsc --declaration --emitDeclarationOnly"
3131
},
3232
"dependencies": {
33-
"@blitzar/types": "^1.1.24",
34-
"@blitzar/utils": "^1.1.24",
33+
"@blitzar/types": "^1.1.25",
34+
"@blitzar/utils": "^1.1.25",
3535
"case-anything": "^2.1.10",
3636
"copy-anything": "^3.0.2",
3737
"filter-anything": "^3.0.2",
@@ -65,5 +65,5 @@
6565
"tags": "dist/vetur/tags.json",
6666
"attributes": "dist/vetur/attributes.json"
6767
},
68-
"gitHead": "c3d868f1fe9080639ce7c3157d7d0b9cec60d578"
68+
"gitHead": "950246f494dd582041190cff18f01b6015123183"
6969
}

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "docs",
33
"private": true,
44
"type": "module",
5-
"version": "1.1.24",
5+
"version": "1.1.25",
66
"description": "Blitzar Docs",
77
"author": "Luca Ban - Mesqueeb",
88
"funding": "https://github.com/sponsors/mesqueeb",
@@ -15,7 +15,7 @@
1515
"@adamdehaven/vue-custom-tooltip": "^2.6.0",
1616
"@meforma/vue-toaster": "^1.3.0",
1717
"@planetar/code-block": "^1.0.2",
18-
"blitzar": "^1.1.24",
18+
"blitzar": "^1.1.25",
1919
"is-what": "^4.1.7",
2020
"vue-final-modal": "^3.4.3",
2121
"vue-pepicons": "^1.0.9"

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitzar/types",
3-
"version": "1.1.24",
3+
"version": "1.1.25",
44
"type": "module",
55
"author": "Luca Ban - Mesqueeb",
66
"funding": "https://github.com/sponsors/mesqueeb",
@@ -38,5 +38,5 @@
3838
"type": "git",
3939
"url": "git+https://github.com/cycraft/blitzar.git"
4040
},
41-
"gitHead": "1262b1efa85262a205ebd425ffa6cc7608f89a32"
41+
"gitHead": "950246f494dd582041190cff18f01b6015123183"
4242
}

packages/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitzar/utils",
3-
"version": "1.1.24",
3+
"version": "1.1.25",
44
"type": "module",
55
"author": "Luca Ban - Mesqueeb",
66
"funding": "https://github.com/sponsors/mesqueeb",
@@ -24,7 +24,7 @@
2424
"dev": "rollup -c ./build.js --watch"
2525
},
2626
"dependencies": {
27-
"@blitzar/types": "^1.1.24",
27+
"@blitzar/types": "^1.1.25",
2828
"commafy-anything": "^2.1.0",
2929
"flatten-anything": "^2.0.4",
3030
"is-what": "^4.1.7"
@@ -41,5 +41,5 @@
4141
"type": "git",
4242
"url": "git+https://github.com/cycraft/blitzar.git"
4343
},
44-
"gitHead": "1262b1efa85262a205ebd425ffa6cc7608f89a32"
44+
"gitHead": "950246f494dd582041190cff18f01b6015123183"
4545
}

0 commit comments

Comments
 (0)