Skip to content

Commit

Permalink
chore: release v0.7.5 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakAryal authored Mar 20, 2023
1 parent a8b2cb7 commit 9e81ea8
Show file tree
Hide file tree
Showing 12 changed files with 80 additions and 76 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.7.5](https://github.com/dzangolab/vue/compare/v0.7.4...v0.7.5) (2023-03-20)



## [0.7.4](https://github.com/dzangolab/vue/compare/v0.7.3...v0.7.4) (2023-03-10)


Expand Down
18 changes: 9 additions & 9 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-demo",
"version": "0.7.4",
"version": "0.7.5",
"private": true,
"scripts": {
"build": "run-p type-check build-only",
Expand All @@ -12,12 +12,12 @@
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@dzangolab/vue3-config": "0.7.4",
"@dzangolab/vue3-form": "0.7.4",
"@dzangolab/vue3-i18n": "0.7.4",
"@dzangolab/vue3-layout": "0.7.4",
"@dzangolab/vue3-ui": "0.7.4",
"@dzangolab/vue3-user": "0.7.4",
"@dzangolab/vue3-config": "0.7.5",
"@dzangolab/vue3-form": "0.7.5",
"@dzangolab/vue3-i18n": "0.7.5",
"@dzangolab/vue3-layout": "0.7.5",
"@dzangolab/vue3-ui": "0.7.5",
"@dzangolab/vue3-user": "0.7.5",
"@kyvg/vue3-notification": "2.9.0",
"pinia": "2.0.32",
"vue": "3.2.47",
Expand All @@ -35,12 +35,12 @@
"@vue/test-utils": "2.3.0",
"@vue/tsconfig": "0.1.3",
"eslint": "8.34.0",
"eslint-config-custom": "0.7.4",
"eslint-config-custom": "0.7.5",
"eslint-plugin-cypress": "2.12.1",
"jsdom": "21.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"tsconfig-custom": "0.7.4",
"tsconfig-custom": "0.7.5",
"typescript": "4.9.5",
"vee-validate": "4.7.4",
"vite": "4.1.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue",
"version": "0.7.4",
"version": "0.7.5",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-config",
"version": "0.7.4",
"version": "0.7.5",
"description": "Vue config plugin",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@vitejs/plugin-vue-jsx": "3.0.0",
"@vitest/coverage-istanbul": "0.29.2",
"eslint": "8.34.0",
"eslint-config-custom": "0.7.4",
"eslint-config-custom": "0.7.5",
"prettier": "2.8.4",
"tsconfig-custom": "0.7.4",
"tsconfig-custom": "0.7.5",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-form",
"version": "0.7.4",
"version": "0.7.5",
"description": "Vue Form plugin",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@vue/test-utils": "2.3.0",
"@vueuse/core": "9.12.0",
"eslint": "8.34.0",
"eslint-config-custom": "0.7.4",
"eslint-config-custom": "0.7.5",
"prettier": "2.8.4",
"tsconfig-custom": "0.7.4",
"tsconfig-custom": "0.7.5",
"typescript": "4.9.5",
"vee-validate": "4.7.4",
"vite": "4.1.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/vue-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-i18n",
"version": "0.7.4",
"version": "0.7.5",
"description": "Vue3 I18n Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -31,26 +31,26 @@
"vue-i18n": "9.1.10"
},
"devDependencies": {
"@dzangolab/vue3-config": "0.7.4",
"@dzangolab/vue3-config": "0.7.5",
"@types/node": "18.14.4",
"@vitejs/plugin-vue": "4.0.0",
"@vitejs/plugin-vue-jsx": "3.0.0",
"@vitest/coverage-istanbul": "0.29.2",
"@vueuse/core": "9.12.0",
"eslint": "8.34.0",
"eslint-config-custom": "0.7.4",
"eslint-config-custom": "0.7.5",
"jsdom": "21.1.0",
"pinia": "2.0.32",
"prettier": "2.8.4",
"tsconfig-custom": "0.7.4",
"tsconfig-custom": "0.7.5",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.2",
"vue": "3.2.47",
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.7.4",
"@dzangolab/vue3-config": "0.7.5",
"@vueuse/core": ">=9.4.0",
"pinia": ">=2.0",
"vue": ">=3.2"
Expand Down
18 changes: 9 additions & 9 deletions packages/vue-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-layout",
"version": "0.7.4",
"version": "0.7.5",
"description": "Vue3 Layout Plugin",
"exports": {
".": {
Expand All @@ -27,9 +27,9 @@
"typecheck": "vue-tsc --noEmit -p tsconfig.json --composite false"
},
"devDependencies": {
"@dzangolab/vue3-config": "0.7.4",
"@dzangolab/vue3-i18n": "0.7.4",
"@dzangolab/vue3-ui": "0.7.4",
"@dzangolab/vue3-config": "0.7.5",
"@dzangolab/vue3-i18n": "0.7.5",
"@dzangolab/vue3-ui": "0.7.5",
"@iconify/vue": "4.1.0",
"@types/node": "18.14.4",
"@vitejs/plugin-vue": "4.0.0",
Expand All @@ -38,9 +38,9 @@
"@vue/test-utils": "2.3.0",
"@vueuse/core": "9.12.0",
"eslint": "8.34.0",
"eslint-config-custom": "0.7.4",
"eslint-config-custom": "0.7.5",
"prettier": "2.8.4",
"tsconfig-custom": "0.7.4",
"tsconfig-custom": "0.7.5",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.2",
Expand All @@ -49,9 +49,9 @@
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.7.4",
"@dzangolab/vue3-i18n": "0.7.4",
"@dzangolab/vue3-ui": "0.7.4",
"@dzangolab/vue3-config": "0.7.5",
"@dzangolab/vue3-i18n": "0.7.5",
"@dzangolab/vue3-ui": "0.7.5",
"@vueuse/core": ">=9.4.0",
"vue": ">=3.2",
"vue-router": ">=4.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-ui",
"version": "0.7.4",
"version": "0.7.5",
"description": "Vue3 UI Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"@vue/test-utils": "2.3.0",
"@vueuse/core": "9.12.0",
"eslint": "8.34.0",
"eslint-config-custom": "0.7.4",
"eslint-config-custom": "0.7.5",
"prettier": "2.8.4",
"tsconfig-custom": "0.7.4",
"tsconfig-custom": "0.7.5",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.2",
Expand Down
24 changes: 12 additions & 12 deletions packages/vue-user/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-user",
"version": "0.7.4",
"version": "0.7.5",
"description": "Vue3 User Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"supertokens-website": "16.0.1"
},
"devDependencies": {
"@dzangolab/vue3-config": "0.7.4",
"@dzangolab/vue3-form": "0.7.4",
"@dzangolab/vue3-i18n": "0.7.4",
"@dzangolab/vue3-layout": "0.7.4",
"@dzangolab/vue3-ui": "0.7.4",
"@dzangolab/vue3-config": "0.7.5",
"@dzangolab/vue3-form": "0.7.5",
"@dzangolab/vue3-i18n": "0.7.5",
"@dzangolab/vue3-layout": "0.7.5",
"@dzangolab/vue3-ui": "0.7.5",
"@iconify/vue": "4.1.0",
"@types/node": "18.14.4",
"@vee-validate/i18n": "4.7.4",
Expand All @@ -48,10 +48,10 @@
"@vueuse/core": "9.12.0",
"axios": "1.3.4",
"eslint": "8.34.0",
"eslint-config-custom": "0.7.4",
"eslint-config-custom": "0.7.5",
"pinia": "2.0.32",
"prettier": "2.8.4",
"tsconfig-custom": "0.7.4",
"tsconfig-custom": "0.7.5",
"typescript": "4.9.5",
"vee-validate": "4.7.4",
"vite": "4.1.4",
Expand All @@ -62,10 +62,10 @@
"zod": "3.20.6"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.7.4",
"@dzangolab/vue3-i18n": "0.7.4",
"@dzangolab/vue3-layout": "0.7.4",
"@dzangolab/vue3-ui": "0.7.4",
"@dzangolab/vue3-config": "0.7.5",
"@dzangolab/vue3-i18n": "0.7.5",
"@dzangolab/vue3-layout": "0.7.5",
"@dzangolab/vue3-ui": "0.7.5",
"@vee-validate/i18n": ">=4.7.1",
"@vee-validate/rules": ">=4.7.1",
"@vueuse/core": ">=9.4.0",
Expand Down
Loading

0 comments on commit 9e81ea8

Please sign in to comment.