Skip to content

Commit

Permalink
chore: release v0.9.0 (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: deepak <deepak>
  • Loading branch information
DeepakAryal authored Nov 5, 2024
1 parent 9324cb2 commit 0bd3e8f
Show file tree
Hide file tree
Showing 12 changed files with 97 additions and 89 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [0.9.0](https://github.com/dzangolab/vue/compare/v0.8.5...v0.9.0) (2024-11-05)


### Bug Fixes

* update icons in tabbed panel page ([#305](https://github.com/dzangolab/vue/issues/305)) ([58b722a](https://github.com/dzangolab/vue/commit/58b722a4ae4f8b4b7c505302b9bca02ead92db10))


### Features

* add datepicker to demo with source code ([#322](https://github.com/dzangolab/vue/issues/322)) ([016b9a2](https://github.com/dzangolab/vue/commit/016b9a2a3af93fecbecb8a50e6e310c4cdb13679))
* add number input to demo app with source code ([#314](https://github.com/dzangolab/vue/issues/314)) ([0e294f0](https://github.com/dzangolab/vue/commit/0e294f0a5a1d139d0f92bcaca38781603e409373))
* add Password component to demo with source code ([#316](https://github.com/dzangolab/vue/issues/316)) ([4f6a95e](https://github.com/dzangolab/vue/commit/4f6a95e2f150efaf55ffd9658e7664226bad3943))
* add popup component to ui package with demo ([#344](https://github.com/dzangolab/vue/issues/344)) ([b89a3d4](https://github.com/dzangolab/vue/commit/b89a3d468391d939dec2d8827ab1e0bc928ce30a))


### Reverts

* Revert "refactor(eslint): use eslint config from @12deg/eslint-config package (#368)" (#373) ([00f57d4](https://github.com/dzangolab/vue/commit/00f57d4385c8120daea9466e07680c9ae8f10328)), closes [#368](https://github.com/dzangolab/vue/issues/368) [#373](https://github.com/dzangolab/vue/issues/373)



## [0.8.5](https://github.com/dzangolab/vue/compare/v0.8.4...v0.8.5) (2024-08-05)


Expand Down
18 changes: 9 additions & 9 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.5",
"version": "0.9.0",
"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.5",
"@dzangolab/vue3-form": "0.8.5",
"@dzangolab/vue3-i18n": "0.8.5",
"@dzangolab/vue3-layout": "0.8.5",
"@dzangolab/vue3-tanstack-table": "0.8.5",
"@dzangolab/vue3-ui": "0.8.5",
"@dzangolab/vue3-user": "0.8.5",
"@dzangolab/vue3-config": "0.9.0",
"@dzangolab/vue3-form": "0.9.0",
"@dzangolab/vue3-i18n": "0.9.0",
"@dzangolab/vue3-layout": "0.9.0",
"@dzangolab/vue3-tanstack-table": "0.9.0",
"@dzangolab/vue3-ui": "0.9.0",
"@dzangolab/vue3-user": "0.9.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@iconify/vue": "4.1.0",
"@kyvg/vue3-notification": "2.9.0",
Expand All @@ -45,7 +45,7 @@
"@vue/test-utils": "2.3.2",
"@vue/tsconfig": "0.1.3",
"eslint": "8.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"eslint-plugin-cypress": "2.12.1",
"jsdom": "21.1.1",
"npm-run-all": "4.1.5",
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.5",
"version": "0.9.0",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down
8 changes: 3 additions & 5 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.5",
"version": "0.9.0",
"description": "Vue config plugin",
"license": "MIT",
"type": "module",
Expand All @@ -13,9 +13,7 @@
"main": "dist//DzangolabVue3Config.umd.js",
"module": "dist//DzangolabVue3Config.es.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -39,7 +37,7 @@
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vitest/coverage-istanbul": "0.29.8",
"eslint": "8.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"prettier": "3.3.3",
"typescript": "5.5.4",
"vite": "4.1.4",
Expand Down
10 changes: 4 additions & 6 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.5",
"version": "0.9.0",
"description": "Vue Form plugin",
"license": "MIT",
"type": "module",
Expand All @@ -14,9 +14,7 @@
"main": "dist//DzangolabVue3Form.umd.js",
"module": "dist//DzangolabVue3Form.es.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -33,7 +31,7 @@
},
"devDependencies": {
"@12deg/tsconfig": "0.1.6",
"@dzangolab/vue3-ui": "0.8.5",
"@dzangolab/vue3-ui": "0.9.0",
"@types/node": "18.15.11",
"@types/validator": "13.7.13",
"@vee-validate/i18n": "4.7.4",
Expand All @@ -46,7 +44,7 @@
"@vuepic/vue-datepicker": "9.0.2",
"@vueuse/core": "9.13.0",
"eslint": "8.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"prettier": "3.3.3",
"typescript": "5.5.4",
"vee-validate": "4.7.4",
Expand Down
12 changes: 5 additions & 7 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.5",
"version": "0.9.0",
"description": "Vue3 I18n Plugin",
"exports": {
".": {
Expand All @@ -12,9 +12,7 @@
"main": "dist//DzangolabVue3I18n.umd.js",
"module": "dist//DzangolabVue3I18n.es.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -32,14 +30,14 @@
},
"devDependencies": {
"@12deg/tsconfig": "0.1.6",
"@dzangolab/vue3-config": "0.8.5",
"@dzangolab/vue3-config": "0.9.0",
"@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.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"jsdom": "21.1.1",
"pinia": "2.0.32",
"prettier": "3.3.3",
Expand All @@ -50,7 +48,7 @@
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.8.5",
"@dzangolab/vue3-config": "0.9.0",
"@vueuse/core": ">=9.4.0",
"pinia": ">=2.0",
"vue": ">=3.2"
Expand Down
20 changes: 9 additions & 11 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.5",
"version": "0.9.0",
"description": "Vue3 Layout Plugin",
"exports": {
".": {
Expand All @@ -12,9 +12,7 @@
"main": "dist//DzangolabVue3Layout.umd.js",
"module": "dist//DzangolabVue3Layout.es.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -28,9 +26,9 @@
},
"devDependencies": {
"@12deg/tsconfig": "0.1.6",
"@dzangolab/vue3-config": "0.8.5",
"@dzangolab/vue3-i18n": "0.8.5",
"@dzangolab/vue3-ui": "0.8.5",
"@dzangolab/vue3-config": "0.9.0",
"@dzangolab/vue3-i18n": "0.9.0",
"@dzangolab/vue3-ui": "0.9.0",
"@iconify/vue": "4.1.0",
"@types/node": "18.15.11",
"@vitejs/plugin-vue": "4.2.1",
Expand All @@ -39,7 +37,7 @@
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"eslint": "8.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"prettier": "3.3.3",
"typescript": "5.5.4",
"vite": "4.1.4",
Expand All @@ -49,9 +47,9 @@
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.8.5",
"@dzangolab/vue3-i18n": "0.8.5",
"@dzangolab/vue3-ui": "0.8.5",
"@dzangolab/vue3-config": "0.9.0",
"@dzangolab/vue3-i18n": "0.9.0",
"@dzangolab/vue3-ui": "0.9.0",
"@vueuse/core": ">=9.4.0",
"vue": ">=3.2",
"vue-router": ">=4.0"
Expand Down
8 changes: 3 additions & 5 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.5",
"version": "0.9.0",
"description": "Vue3 Tanstack Table Component Library",
"exports": {
".": {
Expand All @@ -12,9 +12,7 @@
"main": "dist//DzangolabVue3TanstackTable.umd.js",
"module": "dist//DzangolabVue3TanstackTable.es.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -35,7 +33,7 @@
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"eslint": "8.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"prettier": "3.3.3",
"typescript": "5.5.4",
"vite": "4.1.4",
Expand Down
8 changes: 3 additions & 5 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.5",
"version": "0.9.0",
"description": "Vue3 UI Component Library",
"exports": {
".": {
Expand All @@ -12,9 +12,7 @@
"main": "dist//DzangolabVue3UI.umd.js",
"module": "dist//DzangolabVue3UI.es.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -35,7 +33,7 @@
"@vue/test-utils": "2.3.2",
"@vueuse/core": "9.13.0",
"eslint": "8.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"prettier": "3.3.3",
"typescript": "5.5.4",
"vite": "4.1.4",
Expand Down
26 changes: 12 additions & 14 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.5",
"version": "0.9.0",
"description": "Vue3 User Plugin",
"exports": {
".": {
Expand All @@ -12,9 +12,7 @@
"main": "dist//DzangolabVue3User.umd.js",
"module": "dist//DzangolabVue3User.es.js",
"types": "./dist/src/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "vite build && vue-tsc --emitDeclarationOnly",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts",
Expand All @@ -32,11 +30,11 @@
},
"devDependencies": {
"@12deg/tsconfig": "0.1.6",
"@dzangolab/vue3-config": "0.8.5",
"@dzangolab/vue3-form": "0.8.5",
"@dzangolab/vue3-i18n": "0.8.5",
"@dzangolab/vue3-layout": "0.8.5",
"@dzangolab/vue3-ui": "0.8.5",
"@dzangolab/vue3-config": "0.9.0",
"@dzangolab/vue3-form": "0.9.0",
"@dzangolab/vue3-i18n": "0.9.0",
"@dzangolab/vue3-layout": "0.9.0",
"@dzangolab/vue3-ui": "0.9.0",
"@iconify/vue": "4.1.0",
"@types/node": "18.15.11",
"@vee-validate/i18n": "4.7.4",
Expand All @@ -49,7 +47,7 @@
"@vueuse/core": "9.13.0",
"axios": "1.3.4",
"eslint": "8.57.1",
"eslint-config-custom": "0.8.5",
"eslint-config-custom": "0.9.0",
"pinia": "2.0.32",
"prettier": "3.3.3",
"typescript": "5.5.4",
Expand All @@ -62,10 +60,10 @@
"zod": "3.20.6"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.8.5",
"@dzangolab/vue3-i18n": "0.8.5",
"@dzangolab/vue3-layout": "0.8.5",
"@dzangolab/vue3-ui": "0.8.5",
"@dzangolab/vue3-config": "0.9.0",
"@dzangolab/vue3-i18n": "0.9.0",
"@dzangolab/vue3-layout": "0.9.0",
"@dzangolab/vue3-ui": "0.9.0",
"@vee-validate/i18n": ">=4.7.1",
"@vee-validate/rules": ">=4.7.1",
"@vueuse/core": ">=9.4.0",
Expand Down
Loading

0 comments on commit 0bd3e8f

Please sign in to comment.