@atlaskit/button 16.5.4 → 16.5.5

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/button
2
2
 
3
+ ## 16.5.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 16.5.4
4
10
 
5
11
  ### Patch Changes
@@ -90,7 +90,7 @@ var _default = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(props,
90
90
  action: 'clicked',
91
91
  componentName: 'button',
92
92
  packageName: "@atlaskit/button",
93
- packageVersion: "16.5.4",
93
+ packageVersion: "16.5.5",
94
94
  analyticsData: analyticsContext
95
95
  });
96
96
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.5.4",
3
+ "version": "16.5.5",
4
4
  "sideEffects": false
5
5
  }
@@ -75,7 +75,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
75
75
  action: 'clicked',
76
76
  componentName: 'button',
77
77
  packageName: "@atlaskit/button",
78
- packageVersion: "16.5.4",
78
+ packageVersion: "16.5.5",
79
79
  analyticsData: analyticsContext
80
80
  });
81
81
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.5.4",
3
+ "version": "16.5.5",
4
4
  "sideEffects": false
5
5
  }
@@ -83,7 +83,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
83
83
  action: 'clicked',
84
84
  componentName: 'button',
85
85
  packageName: "@atlaskit/button",
86
- packageVersion: "16.5.4",
86
+ packageVersion: "16.5.5",
87
87
  analyticsData: analyticsContext
88
88
  });
89
89
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.5.4",
3
+ "version": "16.5.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.5.4",
3
+ "version": "16.5.5",
4
4
  "description": "A button triggers an event or action. They let users know what will happen next.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/interaction-context": "^2.0.0",
38
38
  "@atlaskit/spinner": "^15.3.0",
39
39
  "@atlaskit/theme": "^12.2.0",
40
- "@atlaskit/tokens": "^0.13.0",
40
+ "@atlaskit/tokens": "^1.0.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"
43
43
  },