@fluentui/react-motion 0.0.0-nightly-20240614-0405.1 → 9.1.0

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 +2 -15
  2. package/package.json +11 -6
package/CHANGELOG.md CHANGED
@@ -1,25 +1,12 @@
1
1
  # Change Log - @fluentui/react-motion
2
2
 
3
- This log was last generated on Fri, 14 Jun 2024 04:38:06 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Jun 2024 13:16:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20240614-0405.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v0.0.0-nightly-20240614-0405.1)
8
-
9
- Fri, 14 Jun 2024 04:38:06 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.1.0..@fluentui/react-motion_v0.0.0-nightly-20240614-0405.1)
11
-
12
- ### Changes
13
-
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-20240614-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/7b8bdab954639a4eb1711201b04c57f781019f71) by beachball)
16
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20240614-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/7b8bdab954639a4eb1711201b04c57f781019f71) by beachball)
17
- - Bump @fluentui/react-conformance to v0.0.0-nightly-20240614-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/7b8bdab954639a4eb1711201b04c57f781019f71) by beachball)
18
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20240614-0405.1 ([commit](https://github.com/microsoft/fluentui/commit/7b8bdab954639a4eb1711201b04c57f781019f71) by beachball)
19
-
20
7
  ## [9.1.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-motion_v9.1.0)
21
8
 
22
- Wed, 12 Jun 2024 13:17:19 GMT
9
+ Wed, 12 Jun 2024 13:16:08 GMT
23
10
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-motion_v9.0.0..@fluentui/react-motion_v9.1.0)
24
11
 
25
12
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-motion",
3
- "version": "0.0.0-nightly-20240614-0405.1",
3
+ "version": "9.1.0",
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",
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@fluentui/eslint-plugin": "*",
32
- "@fluentui/react-conformance": "0.0.0-nightly-20240614-0405.1",
33
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20240614-0405.1",
32
+ "@fluentui/react-conformance": "*",
33
+ "@fluentui/react-conformance-griffel": "*",
34
34
  "@fluentui/scripts-api-extractor": "*",
35
35
  "@fluentui/scripts-tasks": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-shared-contexts": "0.0.0-nightly-20240614-0405.1",
39
- "@fluentui/react-utilities": "0.0.0-nightly-20240614-0405.1",
38
+ "@fluentui/react-shared-contexts": "^9.19.0",
39
+ "@fluentui/react-utilities": "^9.18.10",
40
40
  "@swc/helpers": "^0.5.1",
41
41
  "react-is": "^17.0.2"
42
42
  },
@@ -55,5 +55,10 @@
55
55
  },
56
56
  "./package.json": "./package.json"
57
57
  },
58
- "beachball": {}
58
+ "beachball": {
59
+ "disallowedChangeTypes": [
60
+ "major",
61
+ "prerelease"
62
+ ]
63
+ }
59
64
  }