@atlaskit/button 16.9.4 → 16.10.0

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,10 +1,20 @@
1
1
  # @atlaskit/button
2
2
 
3
+ ## 16.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8c6ebfca290`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8c6ebfca290) - Expose temporary "unsafe" entry point for internal work. It will be removed soon. PLEASE DO NOT USE.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+
3
13
  ## 16.9.4
4
14
 
5
15
  ### Patch Changes
6
16
 
7
- - [`f204e4e0e55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f204e4e0e55) - Expose temporary "unsafe" entry point for internal work. It will be removed soon. PLEASE DO NOT USE.
17
+ - [`f204e4e0e55`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f204e4e0e55) - Updated dependencies
8
18
 
9
19
  ## 16.9.3
10
20
 
@@ -95,7 +95,7 @@ var useButtonBase = function useButtonBase(_ref) {
95
95
  action: 'clicked',
96
96
  componentName: 'button',
97
97
  packageName: "@atlaskit/button",
98
- packageVersion: "16.9.4",
98
+ packageVersion: "16.10.0",
99
99
  analyticsData: analyticsContext,
100
100
  actionSubject: buttonType
101
101
  });
@@ -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.4",
120
+ packageVersion: "16.10.0",
121
121
  analyticsData: analyticsContext
122
122
  });
123
123
 
@@ -77,7 +77,7 @@ const useButtonBase = ({
77
77
  action: 'clicked',
78
78
  componentName: 'button',
79
79
  packageName: "@atlaskit/button",
80
- packageVersion: "16.9.4",
80
+ packageVersion: "16.10.0",
81
81
  analyticsData: analyticsContext,
82
82
  actionSubject: buttonType
83
83
  });
@@ -102,7 +102,7 @@ export default /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
102
102
  action: 'clicked',
103
103
  componentName: 'button',
104
104
  packageName: "@atlaskit/button",
105
- packageVersion: "16.9.4",
105
+ packageVersion: "16.10.0",
106
106
  analyticsData: analyticsContext
107
107
  });
108
108
 
@@ -87,7 +87,7 @@ var useButtonBase = function useButtonBase(_ref) {
87
87
  action: 'clicked',
88
88
  componentName: 'button',
89
89
  packageName: "@atlaskit/button",
90
- packageVersion: "16.9.4",
90
+ packageVersion: "16.10.0",
91
91
  analyticsData: analyticsContext,
92
92
  actionSubject: buttonType
93
93
  });
@@ -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.4",
111
+ packageVersion: "16.10.0",
112
112
  analyticsData: analyticsContext
113
113
  });
114
114
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/button",
3
- "version": "16.9.4",
3
+ "version": "16.10.0",
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/"
@@ -50,7 +50,7 @@
50
50
  "@atlaskit/focus-ring": "^1.3.0",
51
51
  "@atlaskit/interaction-context": "^2.1.0",
52
52
  "@atlaskit/platform-feature-flags": "^0.2.0",
53
- "@atlaskit/primitives": "^1.3.0",
53
+ "@atlaskit/primitives": "^1.4.0",
54
54
  "@atlaskit/spinner": "^15.5.0",
55
55
  "@atlaskit/theme": "^12.6.0",
56
56
  "@atlaskit/tokens": "^1.20.0",