@automattic/jetpack-components 0.55.1 → 0.55.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
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.55.2] - 2024-07-26
6
+ ### Added
7
+ - Export button props type to be used elsewhere [#38549]
8
+
5
9
  ## [0.55.1] - 2024-07-25
6
10
  ### Added
7
11
  - Added `className` prop to `Alert` component [#38450]
@@ -1098,6 +1102,7 @@
1098
1102
  ### Changed
1099
1103
  - Update node version requirement to 14.16.1
1100
1104
 
1105
+ [0.55.2]: https://github.com/Automattic/jetpack-components/compare/0.55.1...0.55.2
1101
1106
  [0.55.1]: https://github.com/Automattic/jetpack-components/compare/0.55.0...0.55.1
1102
1107
  [0.55.0]: https://github.com/Automattic/jetpack-components/compare/0.54.4...0.55.0
1103
1108
  [0.54.4]: https://github.com/Automattic/jetpack-components/compare/0.54.3...0.54.4
package/index.ts CHANGED
@@ -48,6 +48,7 @@ export { default as ToggleControl } from './components/toggle-control';
48
48
  export { default as numberFormat } from './components/number-format';
49
49
  export { default as QRCode } from './components/qr-code';
50
50
  export { default as Button } from './components/button';
51
+ export type { ButtonProps } from './components/button/types';
51
52
  export { default as LoadingPlaceholder } from './components/loading-placeholder';
52
53
  export { default as TermsOfService } from './components/terms-of-service';
53
54
  export { default as Chip } from './components/chip';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.55.1",
3
+ "version": "0.55.2",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",