@automattic/jetpack-components 0.55.12 → 0.55.13

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 +3 -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.13] - 2024-09-05
6
+ ### Changed
7
+ - Internal updates.
8
+
5
9
  ## [0.55.12] - 2024-09-05
6
10
  ### Changed
7
11
  - Updated package dependencies. [#39176]
@@ -1148,6 +1152,7 @@
1148
1152
  ### Changed
1149
1153
  - Update node version requirement to 14.16.1
1150
1154
 
1155
+ [0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
1151
1156
  [0.55.12]: https://github.com/Automattic/jetpack-components/compare/0.55.11...0.55.12
1152
1157
  [0.55.11]: https://github.com/Automattic/jetpack-components/compare/0.55.10...0.55.11
1153
1158
  [0.55.10]: https://github.com/Automattic/jetpack-components/compare/0.55.9...0.55.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.55.12",
3
+ "version": "0.55.13",
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.38",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.39",
19
19
  "@babel/runtime": "^7",
20
20
  "@wordpress/browserslist-config": "6.6.0",
21
21
  "@wordpress/components": "28.6.0",
@@ -30,7 +30,7 @@
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.7",
33
+ "social-logos": "^3.1.8",
34
34
  "uplot": "1.6.24",
35
35
  "uplot-react": "1.1.4"
36
36
  },