@atlaskit/rating 0.3.22 → 0.3.23

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,11 @@
1
1
  # @atlaskit/rating
2
2
 
3
+ ## 0.3.23
4
+
5
+ ### Patch Changes
6
+
7
+ - [`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
8
+
3
9
  ## 0.3.22
4
10
 
5
11
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "sideEffects": false
5
5
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/rating",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
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.11.1",
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",