Skip to content

Commit 13b8f2a

Browse files
committed
v1.1.21
1 parent a55ad32 commit 13b8f2a

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.20",
5+
"version": "1.1.21",
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.20",
3+
"version": "1.1.21",
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.20",
36-
"@blitzar/types": "^1.1.20",
37-
"@blitzar/utils": "^1.1.20"
35+
"@blitzar/components": "^1.1.21",
36+
"@blitzar/types": "^1.1.21",
37+
"@blitzar/utils": "^1.1.21"
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.20",
3+
"version": "1.1.21",
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.20",
34-
"@blitzar/utils": "^1.1.20",
33+
"@blitzar/types": "^1.1.21",
34+
"@blitzar/utils": "^1.1.21",
3535
"case-anything": "^2.1.10",
3636
"copy-anything": "^3.0.2",
3737
"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.20",
5+
"version": "1.1.21",
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.20",
18+
"blitzar": "^1.1.21",
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.20",
3+
"version": "1.1.21",
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.20",
3+
"version": "1.1.21",
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.20",
27+
"@blitzar/types": "^1.1.21",
2828
"commafy-anything": "^2.1.0",
2929
"flatten-anything": "^2.0.4",
3030
"is-what": "^4.1.7"

0 commit comments

Comments
 (0)