@automattic/jetpack-components 1.4.14 → 1.4.15

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
+ ## [1.4.15] - 2026-02-23
6
+ ### Changed
7
+ - Update dependencies.
8
+
5
9
  ## [1.4.14] - 2026-02-18
6
10
  ### Changed
7
11
  - Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
@@ -1659,6 +1663,7 @@
1659
1663
  ### Changed
1660
1664
  - Update node version requirement to 14.16.1
1661
1665
 
1666
+ [1.4.15]: https://github.com/Automattic/jetpack-components/compare/1.4.14...1.4.15
1662
1667
  [1.4.14]: https://github.com/Automattic/jetpack-components/compare/1.4.13...1.4.14
1663
1668
  [1.4.13]: https://github.com/Automattic/jetpack-components/compare/1.4.12...1.4.13
1664
1669
  [1.4.12]: https://github.com/Automattic/jetpack-components/compare/1.4.11...1.4.12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.4.14",
3
+ "version": "1.4.15",
4
4
  "description": "Jetpack Components Package",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/components/#readme",
6
6
  "bugs": {
@@ -48,7 +48,7 @@
48
48
  "@automattic/jetpack-api": "^1.0.17",
49
49
  "@automattic/jetpack-boost-score-api": "^1.0.30",
50
50
  "@automattic/jetpack-script-data": "^0.5.5",
51
- "@automattic/number-formatters": "^1.0.18",
51
+ "@automattic/number-formatters": "^1.1.0",
52
52
  "@babel/runtime": "^7",
53
53
  "@wordpress/browserslist-config": "6.39.0",
54
54
  "@wordpress/components": "32.1.0",
@@ -63,7 +63,7 @@
63
63
  "prop-types": "^15.7.2",
64
64
  "qrcode.react": "4.2.0",
65
65
  "react-slider": "2.0.5",
66
- "social-logos": "^3.3.8",
66
+ "social-logos": "^3.3.9",
67
67
  "uplot": "1.6.31",
68
68
  "uplot-react": "1.1.4"
69
69
  },