motion 10.16.1 → 10.16.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  Motion One adheres to [Semantic Versioning](http://semver.org/).
4
4
 
5
+ ## [10.16.2] [2023-05-16]
6
+
7
+ ### Added
8
+
9
+ - Exporting more types including `GlideOptions` and `SpringOptions`.
10
+
5
11
  ## [10.16.1] [2023-05-16]
6
12
 
7
13
  ### Added
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "motion",
3
3
  "description": "A tiny, performant animation library for the web",
4
- "version": "10.16.1",
4
+ "version": "10.16.2",
5
5
  "license": "MIT",
6
6
  "author": "Matt Perry",
7
7
  "main": "dist/main.cjs.js",
@@ -24,11 +24,11 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@motionone/animation": "^10.15.1",
27
- "@motionone/dom": "^10.15.5",
28
- "@motionone/svelte": "^10.15.5",
27
+ "@motionone/dom": "^10.16.2",
28
+ "@motionone/svelte": "^10.16.2",
29
29
  "@motionone/types": "^10.15.1",
30
30
  "@motionone/utils": "^10.15.1",
31
- "@motionone/vue": "^10.16.1"
31
+ "@motionone/vue": "^10.16.2"
32
32
  },
33
- "gitHead": "5a38fe79c40cfb59061bad1341a6369d79016687"
33
+ "gitHead": "d1e80e79b00779a8319c015929f7d8f4fba7612d"
34
34
  }