Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-hup committed Nov 23, 2024
1 parent 95bbf84 commit bd308e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "docs",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"files": [
"dist"
],
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": "vue-motion",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"description": "",
"author": "",
Expand Down
6 changes: 3 additions & 3 deletions packages/motion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-v",
"version": "0.2.1",
"version": "0.2.2",
"description": "",
"author": "",
"license": "MIT",
Expand All @@ -15,10 +15,10 @@
".": {
"types": "./dist/src/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"require": "./dist/index.umd.cjs"
}
},
"main": "./dist/index.cjs",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/src/index.d.ts",
"files": [
Expand Down

0 comments on commit bd308e5

Please sign in to comment.