@automattic/jetpack-components 0.42.3 → 0.42.4

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 +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.42.4] - 2023-09-19
6
+ - Minor internal updates.
7
+
5
8
  ## [0.42.3] - 2023-09-13
6
9
  ### Changed
7
10
  - Updated package dependencies. [#33001]
@@ -817,6 +820,7 @@
817
820
  ### Changed
818
821
  - Update node version requirement to 14.16.1
819
822
 
823
+ [0.42.4]: https://github.com/Automattic/jetpack-components/compare/0.42.3...0.42.4
820
824
  [0.42.3]: https://github.com/Automattic/jetpack-components/compare/0.42.2...0.42.3
821
825
  [0.42.2]: https://github.com/Automattic/jetpack-components/compare/0.42.1...0.42.2
822
826
  [0.42.1]: https://github.com/Automattic/jetpack-components/compare/0.42.0...0.42.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.42.3",
3
+ "version": "0.42.4",
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.10",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.11",
19
19
  "@babel/runtime": "^7",
20
20
  "@wordpress/browserslist-config": "5.24.0",
21
21
  "@wordpress/components": "25.7.0",