diff --git a/aform/CHANGELOG.json b/aform/CHANGELOG.json index eee71e06..f7047a6f 100644 --- a/aform/CHANGELOG.json +++ b/aform/CHANGELOG.json @@ -1,6 +1,30 @@ { "name": "@stonecrop/aform", "entries": [ + { + "version": "0.3.2", + "tag": "@stonecrop/aform_v0.3.2", + "date": "Tue, 17 Dec 2024 10:07:54 GMT", + "comments": { + "patch": [ + { + "comment": "format adate emit response to fit native datepicker" + } + ] + } + }, + { + "version": "0.3.1", + "tag": "@stonecrop/aform_v0.3.1", + "date": "Tue, 17 Dec 2024 08:28:48 GMT", + "comments": { + "patch": [ + { + "comment": "update deps" + } + ] + } + }, { "version": "0.3.0", "tag": "@stonecrop/aform_v0.3.0", diff --git a/aform/CHANGELOG.md b/aform/CHANGELOG.md index d12c45ed..31081f1c 100644 --- a/aform/CHANGELOG.md +++ b/aform/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log - @stonecrop/aform -This log was last generated on Mon, 16 Dec 2024 07:40:48 GMT and should not be manually modified. +This log was last generated on Tue, 17 Dec 2024 10:07:54 GMT and should not be manually modified. + +## 0.3.2 +Tue, 17 Dec 2024 10:07:54 GMT + +### Patches + +- format adate emit response to fit native datepicker + +## 0.3.1 +Tue, 17 Dec 2024 08:28:48 GMT + +### Patches + +- update deps ## 0.3.0 Mon, 16 Dec 2024 07:40:48 GMT diff --git a/aform/package.json b/aform/package.json index 70e1e4c1..f1c94e23 100644 --- a/aform/package.json +++ b/aform/package.json @@ -1,6 +1,6 @@ { "name": "@stonecrop/aform", - "version": "0.3.0", + "version": "0.3.2", "license": "MIT", "type": "module", "author": { @@ -44,7 +44,7 @@ "dependencies": { "@stonecrop/themes": "workspace:*", "@stonecrop/utilities": "workspace:*", - "@vueuse/core": "^11.1.0", + "@vueuse/core": "^12.0.0", "vue": "^3.5.11" }, "devDependencies": { diff --git a/aform/src/components/form/ADate.vue b/aform/src/components/form/ADate.vue index acd1a494..ca2e6dfe 100644 --- a/aform/src/components/form/ADate.vue +++ b/aform/src/components/form/ADate.vue @@ -1,12 +1,12 @@