@automattic/jetpack-components 1.1.5 → 1.1.7
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.
- package/CHANGELOG.md +10 -0
- package/package.json +3 -3
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
|
+
## [1.1.7] - 2025-06-30
|
|
6
|
+
### Changed
|
|
7
|
+
- Update dependencies.
|
|
8
|
+
|
|
9
|
+
## [1.1.6] - 2025-06-24
|
|
10
|
+
### Changed
|
|
11
|
+
- Update dependencies.
|
|
12
|
+
|
|
5
13
|
## [1.1.5] - 2025-06-23
|
|
6
14
|
### Changed
|
|
7
15
|
- Update package dependencies. [#44020]
|
|
@@ -1442,6 +1450,8 @@
|
|
|
1442
1450
|
### Changed
|
|
1443
1451
|
- Update node version requirement to 14.16.1
|
|
1444
1452
|
|
|
1453
|
+
[1.1.7]: https://github.com/Automattic/jetpack-components/compare/1.1.6...1.1.7
|
|
1454
|
+
[1.1.6]: https://github.com/Automattic/jetpack-components/compare/1.1.5...1.1.6
|
|
1445
1455
|
[1.1.5]: https://github.com/Automattic/jetpack-components/compare/1.1.4...1.1.5
|
|
1446
1456
|
[1.1.4]: https://github.com/Automattic/jetpack-components/compare/1.1.3...1.1.4
|
|
1447
1457
|
[1.1.3]: https://github.com/Automattic/jetpack-components/compare/1.1.2...1.1.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
18
|
"@automattic/jetpack-api": "^1.0.2",
|
|
19
|
-
"@automattic/jetpack-boost-score-api": "^1.0.
|
|
20
|
-
"@automattic/jetpack-script-data": "^0.4.
|
|
19
|
+
"@automattic/jetpack-boost-score-api": "^1.0.4",
|
|
20
|
+
"@automattic/jetpack-script-data": "^0.4.4",
|
|
21
21
|
"@automattic/number-formatters": "^1.0.6",
|
|
22
22
|
"@babel/runtime": "^7",
|
|
23
23
|
"@wordpress/browserslist-config": "6.25.0",
|