@atlaskit/button 23.10.9 → 23.10.10
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,14 @@
|
|
|
1
1
|
# @atlaskit/button
|
|
2
2
|
|
|
3
|
+
## 23.10.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
|
|
8
|
+
Enrol all Design System UI packages into the React Compiler with platform gating via
|
|
9
|
+
isReactCompilerActivePlatform.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 23.10.9
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -131,7 +131,7 @@ var ButtonBase = /*#__PURE__*/_react.default.forwardRef(function ButtonBase(prop
|
|
|
131
131
|
action: 'clicked',
|
|
132
132
|
componentName: 'button',
|
|
133
133
|
packageName: "@atlaskit/button",
|
|
134
|
-
packageVersion: "
|
|
134
|
+
packageVersion: "0.0.0-development",
|
|
135
135
|
analyticsData: analyticsContext
|
|
136
136
|
});
|
|
137
137
|
|
|
@@ -118,7 +118,7 @@ const ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref)
|
|
|
118
118
|
action: 'clicked',
|
|
119
119
|
componentName: 'button',
|
|
120
120
|
packageName: "@atlaskit/button",
|
|
121
|
-
packageVersion: "
|
|
121
|
+
packageVersion: "0.0.0-development",
|
|
122
122
|
analyticsData: analyticsContext
|
|
123
123
|
});
|
|
124
124
|
|
|
@@ -124,7 +124,7 @@ var ButtonBase = /*#__PURE__*/React.forwardRef(function ButtonBase(props, ref) {
|
|
|
124
124
|
action: 'clicked',
|
|
125
125
|
componentName: 'button',
|
|
126
126
|
packageName: "@atlaskit/button",
|
|
127
|
-
packageVersion: "
|
|
127
|
+
packageVersion: "0.0.0-development",
|
|
128
128
|
analyticsData: analyticsContext
|
|
129
129
|
});
|
|
130
130
|
|
package/package.json
CHANGED