Skip to content

Commit

Permalink
Merge pull request #9 from JonathonRP/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JonathonRP authored Dec 4, 2024
2 parents 207ceac + 20d0ded commit 7c4d7b1
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-adults-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-ads-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-snakes-yell.md

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# motion-start

## 0.1.1

### Patch Changes

- 98cfaba: chore: 🤖 release
- 4f1b2e7: enable layout animation feature
- 9f5a69c: fix layout animations

## 0.1.0

### Minor Changes
Expand Down
23 changes: 19 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-start",
"version": "0.1.0",
"version": "0.1.1",
"description": "Svelte animation library inspired by the React library framer-motion.",
"license": "MIT",
"author": {
Expand All @@ -12,7 +12,9 @@
"ur": "https://github.com/JonathonRP/motion-start.git"
},
"type": "module",
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/index.js",
"bin": "./dist/index.js",
"svelte": "./dist/index.js",
Expand Down Expand Up @@ -72,6 +74,19 @@
"node": ">=20"
},
"sideEffects": false,
"keywords": ["svelte animation", "svelte", "animation", "gestures", "drag", "spring", "popmotion", "framer-motion"],
"trustedDependencies": ["@biomejs/biome", "@sveltejs/kit", "esbuild"]
"keywords": [
"svelte animation",
"svelte",
"animation",
"gestures",
"drag",
"spring",
"popmotion",
"framer-motion"
],
"trustedDependencies": [
"@biomejs/biome",
"@sveltejs/kit",
"esbuild"
]
}

0 comments on commit 7c4d7b1

Please sign in to comment.