Skip to content

Commit b635aee

Browse files
committed
chore: bump patch version
1 parent 61bd71c commit b635aee

File tree

7 files changed

+605
-292
lines changed

7 files changed

+605
-292
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@vorms/core": "^1.1.0",
1818
"@vue-final-modal/nuxt": "workspace:1.0.0",
19-
"vue-final-modal": "workspace:4.4.5",
19+
"vue-final-modal": "workspace:4.4.6",
2020
"vue3-drag-resize": "^2.0.5"
2121
}
2222
}

examples/nuxt3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"dependencies": {
1717
"@vue-final-modal/nuxt": "^1.0.0",
18-
"vue-final-modal": "^4.4.5"
18+
"vue-final-modal": "^4.4.6"
1919
}
2020
}

examples/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"vue": "^3.3.4",
13-
"vue-final-modal": "^4.4.5"
13+
"vue-final-modal": "^4.4.6"
1414
},
1515
"devDependencies": {
1616
"@iconify/vue": "^4.0.0",

packages/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
},
2525
"dependencies": {
2626
"@nuxt/kit": "^3.3.2",
27-
"vue-final-modal": "workspace:^4.4.5"
27+
"vue-final-modal": "workspace:^4.4.6"
2828
},
2929
"devDependencies": {
3030
"@nuxt/module-builder": "^0.2.1",
3131
"@nuxt/schema": "^3.3.2",
3232
"@nuxtjs/eslint-config-typescript": "^12.0.0",
3333
"nuxt": "^3.3.2",
34-
"release-it": "^15.9.3"
34+
"release-it": "^16.1.3"
3535
}
3636
}

packages/vue-final-modal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@release-it/conventional-changelog": "^5.1.1",
3939
"@vue-macros/volar": "^0.8.4",
4040
"cypress": "^12.16.0",
41-
"release-it": "^15.9.3",
41+
"release-it": "^16.1.3",
4242
"tsc-alias": "^1.8.7",
4343
"unplugin-vue-define-options": "^1.3.8",
4444
"unplugin-vue-macros": "^2.3.0",

0 commit comments

Comments
 (0)