@atlaskit/button 16.5.1 → 16.5.2

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.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 16.5.1
4
10
 
5
11
  ### Patch Changes
@@ -109,7 +109,7 @@ var _default = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(props,
109
109
  action: 'clicked',
110
110
  componentName: 'button',
111
111
  packageName: "@atlaskit/button",
112
- packageVersion: "16.5.1",
112
+ packageVersion: "16.5.2",
113
113
  analyticsData: analyticsContext
114
114
  }); // Button currently calls preventDefault, which is not standard button behaviour
115
115
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.5.1",
3
+ "version": "16.5.2",
4
4
  "sideEffects": false
5
5
  }
@@ -76,7 +76,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
76
76
  action: 'clicked',
77
77
  componentName: 'button',
78
78
  packageName: "@atlaskit/button",
79
- packageVersion: "16.5.1",
79
+ packageVersion: "16.5.2",
80
80
  analyticsData: analyticsContext
81
81
  }); // Button currently calls preventDefault, which is not standard button behaviour
82
82
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.5.1",
3
+ "version": "16.5.2",
4
4
  "sideEffects": false
5
5
  }
@@ -85,7 +85,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
85
85
  action: 'clicked',
86
86
  componentName: 'button',
87
87
  packageName: "@atlaskit/button",
88
- packageVersion: "16.5.1",
88
+ packageVersion: "16.5.2",
89
89
  analyticsData: analyticsContext
90
90
  }); // Button currently calls preventDefault, which is not standard button behaviour
91
91
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.5.1",
3
+ "version": "16.5.2",
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.1",
3
+ "version": "16.5.2",
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.12.0",
40
+ "@atlaskit/tokens": "^0.13.0",
41
41
  "@babel/runtime": "^7.0.0",
42
42
  "@emotion/react": "^11.7.1"
43
43
  },