@atlaskit/rating 0.2.84 → 0.2.86

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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # @atlaskit/rating
2
2
 
3
+ ## 0.2.86
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.2.85
10
+
11
+ ### Patch Changes
12
+
13
+ - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
14
+ - Updated dependencies
15
+
3
16
  ## 0.2.84
4
17
 
5
18
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.2.84",
3
+ "version": "0.2.86",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.2.84",
3
+ "version": "0.2.86",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.2.84",
3
+ "version": "0.2.86",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.2.84",
3
+ "version": "0.2.86",
4
4
  "description": "An accessible rating component that can be heavily customized.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,7 +26,7 @@
26
26
  "@atlaskit/icon": "^21.11.0",
27
27
  "@atlaskit/motion": "^1.3.0",
28
28
  "@atlaskit/theme": "^12.4.0",
29
- "@atlaskit/tokens": "1.2.14",
29
+ "@atlaskit/tokens": "1.2.16",
30
30
  "@atlaskit/tooltip": "^17.7.0",
31
31
  "@babel/runtime": "^7.0.0",
32
32
  "@emotion/react": "^11.7.1"
package/report.api.md CHANGED
@@ -8,6 +8,7 @@
8
8
  ### Table of contents
9
9
 
10
10
  - [Main Entry Types](#main-entry-types)
11
+ - [Peer Dependencies](#peer-dependencies)
11
12
 
12
13
  ### Main Entry Types
13
14
 
@@ -17,6 +18,7 @@
17
18
  /// <reference types="react" />
18
19
 
19
20
  import { ForwardRefExoticComponent } from 'react';
21
+ import { jsx } from '@emotion/react';
20
22
  import { default as React_2 } from 'react';
21
23
  import { RefAttributes } from 'react';
22
24
 
@@ -38,7 +40,7 @@ export function RatingGroup({
38
40
  value,
39
41
  testId,
40
42
  children,
41
- }: RatingGroupProps): JSX.Element;
43
+ }: RatingGroupProps): jsx.JSX.Element;
42
44
 
43
45
  // @public (undocumented)
44
46
  export interface RatingGroupProps {
@@ -79,3 +81,16 @@ export interface StarProps extends RatingProps {
79
81
  ```
80
82
 
81
83
  <!--SECTION END: Main Entry Types-->
84
+
85
+ ### Peer Dependencies
86
+
87
+ <!--SECTION START: Peer Dependencies-->
88
+
89
+ ```json
90
+ {
91
+ "react": "^16.8.0",
92
+ "react-dom": "^16.8.0"
93
+ }
94
+ ```
95
+
96
+ <!--SECTION END: Peer Dependencies-->