@automattic/jetpack-components 0.42.0 → 0.42.1
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 +6 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
### This is a list detailing changes for the Jetpack RNA Components package releases.
|
|
4
4
|
|
|
5
|
+
## [0.42.1] - 2023-09-04
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#32803]
|
|
8
|
+
- Updated package dependencies. [#32804]
|
|
9
|
+
|
|
5
10
|
## [0.42.0] - 2023-09-01
|
|
6
11
|
### Added
|
|
7
12
|
- Popover: Added new component. [#32690]
|
|
@@ -804,6 +809,7 @@
|
|
|
804
809
|
### Changed
|
|
805
810
|
- Update node version requirement to 14.16.1
|
|
806
811
|
|
|
812
|
+
[0.42.1]: https://github.com/Automattic/jetpack-components/compare/0.42.0...0.42.1
|
|
807
813
|
[0.42.0]: https://github.com/Automattic/jetpack-components/compare/0.41.2...0.42.0
|
|
808
814
|
[0.41.2]: https://github.com/Automattic/jetpack-components/compare/0.41.1...0.41.2
|
|
809
815
|
[0.41.1]: https://github.com/Automattic/jetpack-components/compare/0.41.0...0.41.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.42.
|
|
3
|
+
"version": "0.42.1",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
|
-
"@automattic/jetpack-boost-score-api": "^0.1.
|
|
18
|
+
"@automattic/jetpack-boost-score-api": "^0.1.9",
|
|
19
19
|
"@babel/runtime": "^7",
|
|
20
|
-
"@wordpress/browserslist-config": "5.
|
|
21
|
-
"@wordpress/components": "25.
|
|
22
|
-
"@wordpress/compose": "6.
|
|
23
|
-
"@wordpress/data": "9.
|
|
24
|
-
"@wordpress/date": "4.
|
|
25
|
-
"@wordpress/element": "5.
|
|
26
|
-
"@wordpress/i18n": "4.
|
|
27
|
-
"@wordpress/icons": "9.
|
|
20
|
+
"@wordpress/browserslist-config": "5.24.0",
|
|
21
|
+
"@wordpress/components": "25.7.0",
|
|
22
|
+
"@wordpress/compose": "6.18.0",
|
|
23
|
+
"@wordpress/data": "9.11.0",
|
|
24
|
+
"@wordpress/date": "4.41.0",
|
|
25
|
+
"@wordpress/element": "5.18.0",
|
|
26
|
+
"@wordpress/i18n": "4.41.0",
|
|
27
|
+
"@wordpress/icons": "9.32.0",
|
|
28
28
|
"classnames": "2.3.2",
|
|
29
29
|
"prop-types": "^15.7.2",
|
|
30
30
|
"qrcode.react": "3.1.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"uplot-react": "1.1.4"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
37
|
-
"@babel/core": "7.22.
|
|
36
|
+
"@automattic/jetpack-base-styles": "^0.6.8",
|
|
37
|
+
"@babel/core": "7.22.11",
|
|
38
38
|
"@babel/preset-react": "7.22.5",
|
|
39
39
|
"@jest/globals": "29.4.3",
|
|
40
40
|
"@storybook/addon-actions": "7.1.0",
|