@atlaskit/rating 0.3.22 → 0.3.24

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.3.24
4
+
5
+ ### Patch Changes
6
+
7
+ - [`fd6bb9c9184`](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd6bb9c9184) - Delete version.json
8
+ - Updated dependencies
9
+
10
+ ## 0.3.23
11
+
12
+ ### Patch Changes
13
+
14
+ - [`deb497cc71b`](https://bitbucket.org/atlassian/atlassian-frontend/commits/deb497cc71b) - Removes caret versions from packages dependant on tokens in order to improve products ability to dedupe versions
15
+
3
16
  ## 0.3.22
4
17
 
5
18
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.3.22",
3
+ "version": "0.3.24",
4
4
  "description": "An accessible rating component that can be heavily customized.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -34,7 +34,7 @@
34
34
  "@atlaskit/icon": "^21.12.0",
35
35
  "@atlaskit/motion": "^1.4.0",
36
36
  "@atlaskit/theme": "^12.5.0",
37
- "@atlaskit/tokens": "1.11.1",
37
+ "@atlaskit/tokens": "^1.15.0",
38
38
  "@atlaskit/tooltip": "^17.8.0",
39
39
  "@atlaskit/visually-hidden": "^1.2.3",
40
40
  "@babel/runtime": "^7.0.0",
@@ -45,8 +45,6 @@
45
45
  "react-dom": "^16.8.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@atlaskit/button": "^16.8.0",
49
- "@atlaskit/docs": "*",
50
48
  "@atlaskit/visual-regression": "*",
51
49
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
52
50
  "@testing-library/react": "^12.1.5",
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/rating",
3
- "version": "0.3.22",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/rating",
3
- "version": "0.3.22",
4
- "sideEffects": false
5
- }
@@ -1,5 +0,0 @@
1
- {
2
- "name": "@atlaskit/rating",
3
- "version": "0.3.22",
4
- "sideEffects": false
5
- }