diff --git a/lerna.json b/lerna.json index ccbaaa2..cb22559 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "1.2.2-rc.4", + "version": "1.3.0", "npmClient": "yarn" } diff --git a/package.json b/package.json index 15853a7..e509003 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vuert/root", - "version": "1.2.2-rc.4", + "version": "1.3.0", "packageManager": "yarn@4.1.0", "workspaces": [ "packages/*" diff --git a/packages/core/package.json b/packages/core/package.json index 6463514..539916d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@byloth/vuert", - "version": "1.2.2-rc.4", + "version": "1.3.0", "description": "The headless alerts, notifications & popups library for Vue.js craftsmen. ℹ", "keywords": [ "Alert", @@ -53,21 +53,21 @@ "lint:prod": "NODE_ENV=\"production\" yarn lint" }, "dependencies": { - "@byloth/core": "^1.3.0-rc.2", - "@byloth/exceptions": "^2.2.2", - "vue": "^3.4.18" + "@byloth/core": "^1.3.0", + "@byloth/exceptions": "^2.2.4", + "vue": "^3.4.19" }, "devDependencies": { - "@byloth/eslint-config-typescript": "^2.6.8", - "@byloth/eslint-config-vue": "^2.6.8", - "@types/node": "^20.11.17", - "@typescript-eslint/eslint-plugin": "^6.21.0", - "@typescript-eslint/parser": "^6.21.0", - "@vitejs/plugin-vue": "^5.0.3", - "eslint": "^8.56.0", - "eslint-plugin-vue": "^9.21.1", + "@byloth/eslint-config-typescript": "^2.7.0", + "@byloth/eslint-config-vue": "^2.7.0", + "@types/node": "^20.11.20", + "@typescript-eslint/eslint-plugin": "^7.0.2", + "@typescript-eslint/parser": "^7.0.2", + "@vitejs/plugin-vue": "^5.0.4", + "eslint": "^8.57.0", + "eslint-plugin-vue": "^9.22.0", "typescript": "^5.3.3", - "vite": "^5.1.1", + "vite": "^5.1.4", "vue-eslint-parser": "^9.4.2", "vue-tsc": "^1.8.27" } diff --git a/packages/core/src/components/AlertHandler.vue b/packages/core/src/components/AlertHandler.vue index ae2622f..769f3cc 100644 --- a/packages/core/src/components/AlertHandler.vue +++ b/packages/core/src/components/AlertHandler.vue @@ -4,13 +4,14 @@ :alert="context.alert" :custom-component="context.component" :is-open="context.isOpen.value" + :queue="queue" :resolve="context.resolve" :reject="context.reject"> diff --git a/packages/docs/src/layouts/VuertLayout.vue b/packages/docs/src/layouts/VuertLayout.vue index 064894f..08d725a 100644 --- a/packages/docs/src/layouts/VuertLayout.vue +++ b/packages/docs/src/layouts/VuertLayout.vue @@ -1,5 +1,5 @@