motion 10.15.1 → 10.15.3
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.
- package/CHANGELOG.md +12 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
Motion One adheres to [Semantic Versioning](http://semver.org/).
|
|
4
4
|
|
|
5
|
+
## [10.15.3] [2022-12-06]
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Fixed `process` in UMD package.
|
|
10
|
+
|
|
11
|
+
## [10.15.2] [2022-12-06]
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- Fixed imports in UMD package.
|
|
16
|
+
|
|
5
17
|
## [10.15.1] [2022-12-06]
|
|
6
18
|
|
|
7
19
|
### 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.15.
|
|
4
|
+
"version": "10.15.3",
|
|
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.
|
|
28
|
-
"@motionone/svelte": "^10.15.
|
|
27
|
+
"@motionone/dom": "^10.15.3",
|
|
28
|
+
"@motionone/svelte": "^10.15.3",
|
|
29
29
|
"@motionone/types": "^10.15.1",
|
|
30
30
|
"@motionone/utils": "^10.15.1",
|
|
31
|
-
"@motionone/vue": "^10.15.
|
|
31
|
+
"@motionone/vue": "^10.15.3"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "d12059de49dfc98a92f24e06fada3cf2a21499e0"
|
|
34
34
|
}
|