Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Nov 2, 2023
1 parent b3bae4b commit f42d5d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-resize-observer",
"version": "2.0.2",
"version": "2.1.0",
"description": "Resize observer for Vue. Detect size changes of DOM elements. Support Vue's directive and component.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down Expand Up @@ -54,7 +54,7 @@
}
},
"devDependencies": {
"@vue/composition-api": "^1.7.1",
"@vue/composition-api": "^1.7.0",
"vue": "^3.0.0"
}
}

0 comments on commit f42d5d4

Please sign in to comment.