Skip to content

Commit

Permalink
Merge pull request #11 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 6a97038 + a8f9085 commit 3ab9e04
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tiny-cheetahs-fail.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.2

### Patch Changes

- 25f1b6e: export MotionSSR

## 0.1.1

### Patch Changes
Expand Down
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "motion-start",
"version": "0.1.1",
"version": "0.1.2",
"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

0 comments on commit 3ab9e04

Please sign in to comment.