@automattic/jetpack-components 0.55.9 → 0.55.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +4 -4
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.10] - 2024-08-23
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [0.55.9] - 2024-08-21
6
10
  ### Fixed
7
11
  - Revert recent SVG image optimizations. [#38981]
@@ -1133,6 +1137,7 @@
1133
1137
  ### Changed
1134
1138
  - Update node version requirement to 14.16.1
1135
1139
 
1140
+ [0.55.10]: https://github.com/Automattic/jetpack-components/compare/0.55.9...0.55.10
1136
1141
  [0.55.9]: https://github.com/Automattic/jetpack-components/compare/0.55.8...0.55.9
1137
1142
  [0.55.8]: https://github.com/Automattic/jetpack-components/compare/0.55.7...0.55.8
1138
1143
  [0.55.7]: https://github.com/Automattic/jetpack-components/compare/0.55.6...0.55.7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.55.9",
3
+ "version": "0.55.10",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@automattic/format-currency": "1.0.1",
18
- "@automattic/jetpack-boost-score-api": "^0.1.35",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.36",
19
19
  "@babel/runtime": "^7",
20
20
  "@wordpress/browserslist-config": "6.5.0",
21
21
  "@wordpress/components": "28.5.0",
@@ -30,12 +30,12 @@
30
30
  "prop-types": "^15.7.2",
31
31
  "qrcode.react": "3.1.0",
32
32
  "react-slider": "2.0.5",
33
- "social-logos": "^3.1.6",
33
+ "social-logos": "^3.1.7",
34
34
  "uplot": "1.6.24",
35
35
  "uplot-react": "1.1.4"
36
36
  },
37
37
  "devDependencies": {
38
- "@automattic/jetpack-base-styles": "^0.6.29",
38
+ "@automattic/jetpack-base-styles": "^0.6.30",
39
39
  "@babel/core": "7.24.7",
40
40
  "@babel/preset-react": "7.24.7",
41
41
  "@jest/globals": "29.4.3",