@automattic/jetpack-components 0.55.5 → 0.55.6

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +1 -3
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.6] - 2024-08-09
6
+ ### Removed
7
+ - Tests: Removed react-test-renderer. [#38755]
8
+
5
9
  ## [0.55.5] - 2024-08-05
6
10
  ### Fixed
7
11
  - Fixed TS types for Notice components by marking optional props as such [#38686]
@@ -1114,6 +1118,7 @@
1114
1118
  ### Changed
1115
1119
  - Update node version requirement to 14.16.1
1116
1120
 
1121
+ [0.55.6]: https://github.com/Automattic/jetpack-components/compare/0.55.5...0.55.6
1117
1122
  [0.55.5]: https://github.com/Automattic/jetpack-components/compare/0.55.4...0.55.5
1118
1123
  [0.55.4]: https://github.com/Automattic/jetpack-components/compare/0.55.3...0.55.4
1119
1124
  [0.55.3]: https://github.com/Automattic/jetpack-components/compare/0.55.2...0.55.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.55.5",
3
+ "version": "0.55.6",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -50,13 +50,11 @@
50
50
  "@types/react": "18.3.1",
51
51
  "@types/react-dom": "18.3.0",
52
52
  "@types/react-slider": "1.3.6",
53
- "@types/react-test-renderer": "18.3.0",
54
53
  "@types/testing-library__jest-dom": "5.14.9",
55
54
  "jest": "29.7.0",
56
55
  "jest-environment-jsdom": "29.7.0",
57
56
  "react": "18.3.1",
58
57
  "react-dom": "18.3.1",
59
- "react-test-renderer": "18.3.1",
60
58
  "require-from-string": "2.0.2",
61
59
  "resize-observer-polyfill": "1.5.1",
62
60
  "ts-dedent": "2.2.0",