Skip to content

Commit

Permalink
chore: release v0.8.2 (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
ks-rohan authored Oct 31, 2023
1 parent b04898f commit c196d18
Show file tree
Hide file tree
Showing 13 changed files with 92 additions and 83 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.8.2](https://github.com/dzangolab/vue/compare/v0.8.1...v0.8.2) (2023-10-31)


### Bug Fixes

* make google not required for RouteOverrides interface ([#285](https://github.com/dzangolab/vue/issues/285)) ([b04898f](https://github.com/dzangolab/vue/commit/b04898f121773591b6b127810c3d108f0479a075))



## [0.8.1](https://github.com/dzangolab/vue/compare/v0.8.0...v0.8.1) (2023-09-11)


Expand Down
20 changes: 10 additions & 10 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dzangolab/vue3-demo",
"homepage": "https://dzangolab.github.io/vue",
"version": "0.8.1",
"version": "0.8.2",
"private": true,
"scripts": {
"build": "run-p typecheck build-only",
Expand All @@ -15,13 +15,13 @@
"typecheck": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"dependencies": {
"@dzangolab/vue3-config": "0.8.1",
"@dzangolab/vue3-form": "0.8.1",
"@dzangolab/vue3-i18n": "0.8.1",
"@dzangolab/vue3-layout": "0.8.1",
"@dzangolab/vue3-tanstack-table": "0.8.1",
"@dzangolab/vue3-ui": "0.8.1",
"@dzangolab/vue3-user": "0.8.1",
"@dzangolab/vue3-config": "0.8.2",
"@dzangolab/vue3-form": "0.8.2",
"@dzangolab/vue3-i18n": "0.8.2",
"@dzangolab/vue3-layout": "0.8.2",
"@dzangolab/vue3-tanstack-table": "0.8.2",
"@dzangolab/vue3-ui": "0.8.2",
"@dzangolab/vue3-user": "0.8.2",
"@iconify/vue": "4.1.0",
"@kyvg/vue3-notification": "2.9.0",
"pinia": "2.0.32",
Expand All @@ -42,12 +42,12 @@
"@vue/test-utils": "2.3.2",
"@vue/tsconfig": "0.1.3",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"eslint-plugin-cypress": "2.12.1",
"jsdom": "21.1.1",
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"description": "Vue config plugin",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -38,9 +38,9 @@
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vitest/coverage-istanbul": "0.29.8",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.8",
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.8.1",
"version": "0.8.2",
"description": "Vue Form plugin",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"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.8.1",
"version": "0.8.2",
"description": "Vue3 I18n Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -31,26 +31,26 @@
"vue-i18n": "9.1.10"
},
"devDependencies": {
"@dzangolab/vue3-config": "0.8.1",
"@dzangolab/vue3-config": "0.8.2",
"@types/node": "18.15.11",
"@vitejs/plugin-vue": "4.2.1",
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vitest/coverage-istanbul": "0.29.8",
"@vueuse/core": "9.13.0",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"jsdom": "21.1.1",
"pinia": "2.0.32",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.8",
"vue": "3.2.47",
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.8.1",
"@dzangolab/vue3-config": "0.8.2",
"@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.8.1",
"version": "0.8.2",
"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.8.1",
"@dzangolab/vue3-i18n": "0.8.1",
"@dzangolab/vue3-ui": "0.8.1",
"@dzangolab/vue3-config": "0.8.2",
"@dzangolab/vue3-i18n": "0.8.2",
"@dzangolab/vue3-ui": "0.8.2",
"@iconify/vue": "4.1.0",
"@types/node": "18.15.11",
"@vitejs/plugin-vue": "4.2.1",
Expand All @@ -38,9 +38,9 @@
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.8",
Expand All @@ -49,9 +49,9 @@
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.8.1",
"@dzangolab/vue3-i18n": "0.8.1",
"@dzangolab/vue3-ui": "0.8.1",
"@dzangolab/vue3-config": "0.8.2",
"@dzangolab/vue3-i18n": "0.8.2",
"@dzangolab/vue3-ui": "0.8.2",
"@vueuse/core": ">=9.4.0",
"vue": ">=3.2",
"vue-router": ">=4.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/vue-tanstack-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dzangolab/vue3-tanstack-table",
"version": "0.8.1",
"version": "0.8.2",
"description": "Vue3 Tanstack Table Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.8",
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.8.1",
"version": "0.8.2",
"description": "Vue3 UI Component Library",
"exports": {
".": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.8",
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.8.1",
"version": "0.8.2",
"description": "Vue3 User Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"supertokens-website": "16.0.1"
},
"devDependencies": {
"@dzangolab/vue3-config": "0.8.1",
"@dzangolab/vue3-form": "0.8.1",
"@dzangolab/vue3-i18n": "0.8.1",
"@dzangolab/vue3-layout": "0.8.1",
"@dzangolab/vue3-ui": "0.8.1",
"@dzangolab/vue3-config": "0.8.2",
"@dzangolab/vue3-form": "0.8.2",
"@dzangolab/vue3-i18n": "0.8.2",
"@dzangolab/vue3-layout": "0.8.2",
"@dzangolab/vue3-ui": "0.8.2",
"@iconify/vue": "4.1.0",
"@types/node": "18.15.11",
"@vee-validate/i18n": "4.7.4",
Expand All @@ -48,10 +48,10 @@
"@vueuse/core": "9.13.0",
"axios": "1.3.4",
"eslint": "8.36.0",
"eslint-config-custom": "0.8.1",
"eslint-config-custom": "0.8.2",
"pinia": "2.0.32",
"prettier": "2.8.7",
"tsconfig-custom": "0.8.1",
"tsconfig-custom": "0.8.2",
"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.8.1",
"@dzangolab/vue3-i18n": "0.8.1",
"@dzangolab/vue3-layout": "0.8.1",
"@dzangolab/vue3-ui": "0.8.1",
"@dzangolab/vue3-config": "0.8.2",
"@dzangolab/vue3-i18n": "0.8.2",
"@dzangolab/vue3-layout": "0.8.2",
"@dzangolab/vue3-ui": "0.8.2",
"@vee-validate/i18n": ">=4.7.1",
"@vee-validate/rules": ">=4.7.1",
"@vueuse/core": ">=9.4.0",
Expand Down
Loading

0 comments on commit c196d18

Please sign in to comment.