@automattic/jetpack-components 1.4.13 → 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 +11 -0
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
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
+
9
+ ## [1.4.14] - 2026-02-18
10
+ ### Changed
11
+ - Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
12
+ - Update package dependencies. [#47173]
13
+
5
14
  ## [1.4.13] - 2026-02-16
6
15
  ### Changed
7
16
  - Update package dependencies. [#47099]
@@ -1654,6 +1663,8 @@
1654
1663
  ### Changed
1655
1664
  - Update node version requirement to 14.16.1
1656
1665
 
1666
+ [1.4.15]: https://github.com/Automattic/jetpack-components/compare/1.4.14...1.4.15
1667
+ [1.4.14]: https://github.com/Automattic/jetpack-components/compare/1.4.13...1.4.14
1657
1668
  [1.4.13]: https://github.com/Automattic/jetpack-components/compare/1.4.12...1.4.13
1658
1669
  [1.4.12]: https://github.com/Automattic/jetpack-components/compare/1.4.11...1.4.12
1659
1670
  [1.4.11]: https://github.com/Automattic/jetpack-components/compare/1.4.10...1.4.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "1.4.13",
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": {
@@ -8,8 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "https://github.com/Automattic/jetpack.git",
12
- "directory": "projects/js-packages/components"
11
+ "url": "git+https://github.com/Automattic/jetpack-components.git"
13
12
  },
14
13
  "license": "GPL-2.0-or-later",
15
14
  "author": "Automattic",
@@ -46,10 +45,10 @@
46
45
  ],
47
46
  "dependencies": {
48
47
  "@automattic/format-currency": "1.0.1",
49
- "@automattic/jetpack-api": "^1.0.16",
50
- "@automattic/jetpack-boost-score-api": "^1.0.29",
51
- "@automattic/jetpack-script-data": "^0.5.4",
52
- "@automattic/number-formatters": "^1.0.17",
48
+ "@automattic/jetpack-api": "^1.0.17",
49
+ "@automattic/jetpack-boost-score-api": "^1.0.30",
50
+ "@automattic/jetpack-script-data": "^0.5.5",
51
+ "@automattic/number-formatters": "^1.1.0",
53
52
  "@babel/runtime": "^7",
54
53
  "@wordpress/browserslist-config": "6.39.0",
55
54
  "@wordpress/components": "32.1.0",
@@ -64,12 +63,12 @@
64
63
  "prop-types": "^15.7.2",
65
64
  "qrcode.react": "4.2.0",
66
65
  "react-slider": "2.0.5",
67
- "social-logos": "^3.3.7",
66
+ "social-logos": "^3.3.9",
68
67
  "uplot": "1.6.31",
69
68
  "uplot-react": "1.1.4"
70
69
  },
71
70
  "devDependencies": {
72
- "@automattic/jetpack-base-styles": "^1.0.16",
71
+ "@automattic/jetpack-base-styles": "^1.0.17",
73
72
  "@babel/core": "7.29.0",
74
73
  "@babel/preset-react": "7.28.5",
75
74
  "@jest/globals": "30.2.0",
@@ -89,7 +88,7 @@
89
88
  "storybook": "10.2.3",
90
89
  "ts-dedent": "2.2.0",
91
90
  "typescript": "5.9.3",
92
- "webpack": "5.104.1",
91
+ "webpack": "5.105.2",
93
92
  "webpack-cli": "6.0.1"
94
93
  },
95
94
  "peerDependencies": {