@automattic/jetpack-components 0.55.12 → 0.55.14

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 +10 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.55.14] - 2024-09-09
6
+ ### Changed
7
+ - Updated package dependencies. [#39278]
8
+
9
+ ## [0.55.13] - 2024-09-05
10
+ ### Changed
11
+ - Internal updates.
12
+
5
13
  ## [0.55.12] - 2024-09-05
6
14
  ### Changed
7
15
  - Updated package dependencies. [#39176]
@@ -1148,6 +1156,8 @@
1148
1156
  ### Changed
1149
1157
  - Update node version requirement to 14.16.1
1150
1158
 
1159
+ [0.55.14]: https://github.com/Automattic/jetpack-components/compare/0.55.13...0.55.14
1160
+ [0.55.13]: https://github.com/Automattic/jetpack-components/compare/0.55.12...0.55.13
1151
1161
  [0.55.12]: https://github.com/Automattic/jetpack-components/compare/0.55.11...0.55.12
1152
1162
  [0.55.11]: https://github.com/Automattic/jetpack-components/compare/0.55.10...0.55.11
1153
1163
  [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.14",
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
  },
@@ -42,7 +42,7 @@
42
42
  "@storybook/addon-actions": "8.2.9",
43
43
  "@storybook/blocks": "8.2.9",
44
44
  "@storybook/react": "8.2.9",
45
- "@testing-library/dom": "10.1.0",
45
+ "@testing-library/dom": "10.4.0",
46
46
  "@testing-library/react": "15.0.7",
47
47
  "@testing-library/user-event": "14.5.2",
48
48
  "@types/jest": "29.5.12",