@fluentui/react-motion 0.0.0-nightly-20250423-1342.1 → 0.0.0-nightly-20250423-1415.1
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 +8 -8
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
@@ -1,21 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-motion
|
2
2
|
|
3
|
-
This log was last generated on Wed, 23 Apr 2025
|
3
|
+
This log was last generated on Wed, 23 Apr 2025 14:31:28 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-20250423-
|
7
|
+
## [0.0.0-nightly-20250423-1415.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20250423-1415.1)
|
8
8
|
|
9
|
-
Wed, 23 Apr 2025
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.7.2..@fluentui/react-motion_v0.0.0-nightly-20250423-
|
9
|
+
Wed, 23 Apr 2025 14:31:28 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.7.2..@fluentui/react-motion_v0.0.0-nightly-20250423-1415.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
14
|
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
-
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20250423-
|
16
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-20250423-
|
17
|
-
- Bump @fluentui/react-conformance to v0.0.0-nightly-20250423-
|
18
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20250423-
|
15
|
+
- Bump @fluentui/react-shared-contexts to v0.0.0-nightly-20250423-1415.1 ([commit](https://github.com/microsoft/fluentui/commit/b656723ed77889fb88933f1af796b7643840dfa4) by beachball)
|
16
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20250423-1415.1 ([commit](https://github.com/microsoft/fluentui/commit/b656723ed77889fb88933f1af796b7643840dfa4) by beachball)
|
17
|
+
- Bump @fluentui/react-conformance to v0.0.0-nightly-20250423-1415.1 ([commit](https://github.com/microsoft/fluentui/commit/b656723ed77889fb88933f1af796b7643840dfa4) by beachball)
|
18
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20250423-1415.1 ([commit](https://github.com/microsoft/fluentui/commit/b656723ed77889fb88933f1af796b7643840dfa4) by beachball)
|
19
19
|
|
20
20
|
## [9.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.7.2)
|
21
21
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-motion",
|
3
|
-
"version": "0.0.0-nightly-20250423-
|
3
|
+
"version": "0.0.0-nightly-20250423-1415.1",
|
4
4
|
"description": "A package with utilities & motion definitions using Web Animations API",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -19,14 +19,14 @@
|
|
19
19
|
"license": "MIT",
|
20
20
|
"devDependencies": {
|
21
21
|
"@fluentui/eslint-plugin": "*",
|
22
|
-
"@fluentui/react-conformance": "0.0.0-nightly-20250423-
|
23
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20250423-
|
22
|
+
"@fluentui/react-conformance": "0.0.0-nightly-20250423-1415.1",
|
23
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20250423-1415.1",
|
24
24
|
"@fluentui/scripts-api-extractor": "*",
|
25
25
|
"@fluentui/scripts-cypress": "*"
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
|
-
"@fluentui/react-shared-contexts": "0.0.0-nightly-20250423-
|
29
|
-
"@fluentui/react-utilities": "0.0.0-nightly-20250423-
|
28
|
+
"@fluentui/react-shared-contexts": "0.0.0-nightly-20250423-1415.1",
|
29
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20250423-1415.1",
|
30
30
|
"@swc/helpers": "^0.5.1"
|
31
31
|
},
|
32
32
|
"peerDependencies": {
|