Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/dzangolab/vue into feat/fil…
Browse files Browse the repository at this point in the history
…e-card
  • Loading branch information
KabinKhandThakuri committed Jan 15, 2025
2 parents cdfde80 + 4c531f7 commit dc30808
Show file tree
Hide file tree
Showing 11 changed files with 67 additions and 51 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.10.0](https://github.com/dzangolab/vue/compare/v0.9.4...v0.10.0) (2025-01-15)


### Bug Fixes

* change color schema to only light mode ([#455](https://github.com/dzangolab/vue/issues/455)) ([d6e9359](https://github.com/dzangolab/vue/commit/d6e9359312c25aee4d1ad8b0fe3d6bd15910946e))


### Features

* add change email endpoint and get me methods ([dcd528d](https://github.com/dzangolab/vue/commit/dcd528d19bcd253908c5e38100528ac834e0afb7))
* add divider component to ui with demo ([#438](https://github.com/dzangolab/vue/issues/438)) ([603cb37](https://github.com/dzangolab/vue/commit/603cb373be1bc678c89fb8cee4332ae5cf2e84d3))
* add stub update email form ([7454394](https://github.com/dzangolab/vue/commit/74543949dac25c97b845a17c676ba3c9df446c87))



## [0.9.4](https://github.com/dzangolab/vue/compare/v0.9.3...v0.9.4) (2024-12-24)


Expand Down
16 changes: 8 additions & 8 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.9.4",
"version": "0.10.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.9.4",
"@dzangolab/vue3-form": "0.9.4",
"@dzangolab/vue3-i18n": "0.9.4",
"@dzangolab/vue3-layout": "0.9.4",
"@dzangolab/vue3-tanstack-table": "0.9.4",
"@dzangolab/vue3-ui": "0.9.4",
"@dzangolab/vue3-user": "0.9.4",
"@dzangolab/vue3-config": "0.10.0",
"@dzangolab/vue3-form": "0.10.0",
"@dzangolab/vue3-i18n": "0.10.0",
"@dzangolab/vue3-layout": "0.10.0",
"@dzangolab/vue3-tanstack-table": "0.10.0",
"@dzangolab/vue3-ui": "0.10.0",
"@dzangolab/vue3-user": "0.10.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@iconify/vue": "4.1.0",
"@kyvg/vue3-notification": "2.9.0",
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.9.4",
"version": "0.10.0",
"private": true,
"scripts": {
"build": "turbo run build",
Expand Down
2 changes: 1 addition & 1 deletion 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.9.4",
"version": "0.10.0",
"description": "Vue config plugin",
"license": "MIT",
"type": "module",
Expand Down
4 changes: 2 additions & 2 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.9.4",
"version": "0.10.0",
"description": "Vue Form plugin",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/vue3-ui": "0.9.4",
"@dzangolab/vue3-ui": "0.10.0",
"@types/node": "18.15.11",
"@types/validator": "13.7.13",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down
6 changes: 3 additions & 3 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.9.4",
"version": "0.10.0",
"description": "Vue3 I18n Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/vue3-config": "0.9.4",
"@dzangolab/vue3-config": "0.10.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
Expand All @@ -58,7 +58,7 @@
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.9.4",
"@dzangolab/vue3-config": "0.10.0",
"@vueuse/core": ">=9.4.0",
"pinia": ">=2.0",
"vue": ">=3.2"
Expand Down
14 changes: 7 additions & 7 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.9.4",
"version": "0.10.0",
"description": "Vue3 Layout Plugin",
"exports": {
".": {
Expand All @@ -27,9 +27,9 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/vue3-config": "0.9.4",
"@dzangolab/vue3-i18n": "0.9.4",
"@dzangolab/vue3-ui": "0.9.4",
"@dzangolab/vue3-config": "0.10.0",
"@dzangolab/vue3-i18n": "0.10.0",
"@dzangolab/vue3-ui": "0.10.0",
"@iconify/vue": "4.1.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down Expand Up @@ -57,9 +57,9 @@
"vue-tsc": "1.2.0"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.9.4",
"@dzangolab/vue3-i18n": "0.9.4",
"@dzangolab/vue3-ui": "0.9.4",
"@dzangolab/vue3-config": "0.10.0",
"@dzangolab/vue3-i18n": "0.10.0",
"@dzangolab/vue3-ui": "0.10.0",
"@vueuse/core": ">=9.4.0",
"vue": ">=3.2",
"vue-router": ">=4.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.9.4",
"version": "0.10.0",
"description": "Vue3 Tanstack Table Component Library",
"exports": {
".": {
Expand Down
2 changes: 1 addition & 1 deletion 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.9.4",
"version": "0.10.0",
"description": "Vue3 UI Component Library",
"exports": {
".": {
Expand Down
20 changes: 10 additions & 10 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.9.4",
"version": "0.10.0",
"description": "Vue3 User Plugin",
"exports": {
".": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"@12deg/eslint-config": "0.1.11",
"@12deg/tsconfig": "0.1.11",
"@dzangolab/vue3-config": "0.9.4",
"@dzangolab/vue3-form": "0.9.4",
"@dzangolab/vue3-i18n": "0.9.4",
"@dzangolab/vue3-layout": "0.9.4",
"@dzangolab/vue3-ui": "0.9.4",
"@dzangolab/vue3-config": "0.10.0",
"@dzangolab/vue3-form": "0.10.0",
"@dzangolab/vue3-i18n": "0.10.0",
"@dzangolab/vue3-layout": "0.10.0",
"@dzangolab/vue3-ui": "0.10.0",
"@iconify/vue": "4.1.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "8.14.0",
Expand Down Expand Up @@ -71,10 +71,10 @@
"zod": "3.20.6"
},
"peerDependencies": {
"@dzangolab/vue3-config": "0.9.4",
"@dzangolab/vue3-i18n": "0.9.4",
"@dzangolab/vue3-layout": "0.9.4",
"@dzangolab/vue3-ui": "0.9.4",
"@dzangolab/vue3-config": "0.10.0",
"@dzangolab/vue3-i18n": "0.10.0",
"@dzangolab/vue3-layout": "0.10.0",
"@dzangolab/vue3-ui": "0.10.0",
"@vee-validate/i18n": ">=4.7.1",
"@vee-validate/rules": ">=4.7.1",
"@vueuse/core": ">=9.4.0",
Expand Down
34 changes: 17 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc30808

Please sign in to comment.