Skip to content

Commit 937afec

Browse files
committed
v1.1.8
1 parent ddac7f2 commit 937afec

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
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.7",
5+
"version": "1.1.8",
66
"npmClient": "npm"
77
}

packages/blitzar/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blitzar",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
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.7",
36-
"@blitzar/types": "^1.1.7",
37-
"@blitzar/utils": "^1.1.7"
35+
"@blitzar/components": "^1.1.8",
36+
"@blitzar/types": "^1.1.8",
37+
"@blitzar/utils": "^1.1.8"
3838
},
3939
"homepage": "https://github.com/cycraft/blitzar#readme",
4040
"keywords": [

packages/components/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitzar/components",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"type": "module",
55
"author": "Luca Ban - Mesqueeb",
66
"funding": "https://github.com/sponsors/mesqueeb",
@@ -29,8 +29,8 @@
2929
"gen:types:ts": "vue-tsc --declaration --emitDeclarationOnly"
3030
},
3131
"dependencies": {
32-
"@blitzar/types": "^1.1.7",
33-
"@blitzar/utils": "^1.1.7",
32+
"@blitzar/types": "^1.1.8",
33+
"@blitzar/utils": "^1.1.8",
3434
"case-anything": "^2.1.10",
3535
"copy-anything": "^3.0.2",
3636
"filter-anything": "^3.0.2",

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.7",
5+
"version": "1.1.8",
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.7",
18+
"blitzar": "^1.1.8",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitzar/types",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"type": "module",
55
"author": "Luca Ban - Mesqueeb",
66
"funding": "https://github.com/sponsors/mesqueeb",

packages/utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blitzar/utils",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
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.7",
27+
"@blitzar/types": "^1.1.8",
2828
"commafy-anything": "^2.1.0",
2929
"flatten-anything": "^2.0.4",
3030
"is-what": "^4.1.7"

0 commit comments

Comments
 (0)