Skip to content

Commit

Permalink
chore: release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blasdfaa committed May 28, 2024
1 parent 5d85082 commit 98b8119
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"packageManager": "[email protected]",
"workspaces": [
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-air-datepicker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-air-datepicker",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"description": "Vue3 wrapper for Air datepicker",
"author": "Zdorovtsev Viktor",
"license": "MIT",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@vueuse/core": "^10.9.0",
"air-datepicker": "^3.5.0"
"air-datepicker": "3.5.3"
},
"devDependencies": {
"typescript": "^5.4.5",
Expand Down

0 comments on commit 98b8119

Please sign in to comment.