Skip to content

Commit

Permalink
Merge pull request #13 from JonathonRP/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
JonathonRP authored Dec 5, 2024
2 parents f002121 + e94753b commit fe211fd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-zoos-confess.md

This file was deleted.

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

## 0.1.3

### Patch Changes

- 61bcd64: fix export path for svelte comp

## 0.1.2

### Patch Changes
Expand Down
25 changes: 21 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.2",
"version": "0.1.3",
"description": "Svelte animation library inspired by the React library framer-motion.",
"license": "MIT",
"author": {
Expand All @@ -12,7 +12,11 @@
"ur": "https://github.com/JonathonRP/motion-start.git"
},
"type": "module",
"files": ["dist", "!dist/**/*.test.*", "!dist/**/*.spec.*"],
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"module": "./dist/index.js",
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -80,6 +84,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 fe211fd

Please sign in to comment.