@atlaskit/button 16.9.0 → 16.9.1

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.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`696e8c196a3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/696e8c196a3) - Update our documentation of our CustomThemeButton export to note the impending deprecation that we have planned.
8
+
3
9
  ## 16.9.0
4
10
 
5
11
  ### Minor Changes
@@ -117,7 +117,7 @@ var _default = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(props,
117
117
  action: 'clicked',
118
118
  componentName: 'button',
119
119
  packageName: "@atlaskit/button",
120
- packageVersion: "16.9.0",
120
+ packageVersion: "16.9.1",
121
121
  analyticsData: analyticsContext
122
122
  });
123
123
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.9.0",
3
+ "version": "16.9.1",
4
4
  "sideEffects": false
5
5
  }
@@ -105,7 +105,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
105
105
  action: 'clicked',
106
106
  componentName: 'button',
107
107
  packageName: "@atlaskit/button",
108
- packageVersion: "16.9.0",
108
+ packageVersion: "16.9.1",
109
109
  analyticsData: analyticsContext
110
110
  });
111
111
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.9.0",
3
+ "version": "16.9.1",
4
4
  "sideEffects": false
5
5
  }
@@ -108,7 +108,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
108
108
  action: 'clicked',
109
109
  componentName: 'button',
110
110
  packageName: "@atlaskit/button",
111
- packageVersion: "16.9.0",
111
+ packageVersion: "16.9.1",
112
112
  analyticsData: analyticsContext
113
113
  });
114
114
 
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.9.0",
3
+ "version": "16.9.1",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.9.0",
3
+ "version": "16.9.1",
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/"