@automattic/jetpack-components 0.40.1 → 0.40.3
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 +11 -0
- package/package.json +14 -14
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
|
+
## [0.40.3] - 2023-07-17
|
|
6
|
+
### Changed
|
|
7
|
+
- Updated package dependencies. [#31872]
|
|
8
|
+
- Updated package dependencies. [#31874]
|
|
9
|
+
|
|
10
|
+
## [0.40.2] - 2023-07-11
|
|
11
|
+
### Changed
|
|
12
|
+
- Updated package dependencies. [#31785]
|
|
13
|
+
|
|
5
14
|
## [0.40.1] - 2023-07-05
|
|
6
15
|
### Changed
|
|
7
16
|
- Adjust component pricing slider border and box-shadow styling. [#31593]
|
|
@@ -759,6 +768,8 @@
|
|
|
759
768
|
### Changed
|
|
760
769
|
- Update node version requirement to 14.16.1
|
|
761
770
|
|
|
771
|
+
[0.40.3]: https://github.com/Automattic/jetpack-components/compare/0.40.2...0.40.3
|
|
772
|
+
[0.40.2]: https://github.com/Automattic/jetpack-components/compare/0.40.1...0.40.2
|
|
762
773
|
[0.40.1]: https://github.com/Automattic/jetpack-components/compare/0.40.0...0.40.1
|
|
763
774
|
[0.40.0]: https://github.com/Automattic/jetpack-components/compare/0.39.0...0.40.0
|
|
764
775
|
[0.39.0]: https://github.com/Automattic/jetpack-components/compare/0.38.1...0.39.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/jetpack-components",
|
|
3
|
-
"version": "0.40.
|
|
3
|
+
"version": "0.40.3",
|
|
4
4
|
"description": "Jetpack Components Package",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -16,26 +16,26 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@automattic/format-currency": "1.0.1",
|
|
18
18
|
"@babel/runtime": "^7",
|
|
19
|
-
"@wordpress/browserslist-config": "5.
|
|
20
|
-
"@wordpress/components": "25.
|
|
21
|
-
"@wordpress/compose": "6.
|
|
22
|
-
"@wordpress/date": "4.
|
|
23
|
-
"@wordpress/element": "5.
|
|
24
|
-
"@wordpress/i18n": "4.
|
|
25
|
-
"@wordpress/icons": "9.
|
|
19
|
+
"@wordpress/browserslist-config": "5.20.0",
|
|
20
|
+
"@wordpress/components": "25.3.0",
|
|
21
|
+
"@wordpress/compose": "6.14.0",
|
|
22
|
+
"@wordpress/date": "4.37.0",
|
|
23
|
+
"@wordpress/element": "5.14.0",
|
|
24
|
+
"@wordpress/i18n": "4.37.0",
|
|
25
|
+
"@wordpress/icons": "9.28.0",
|
|
26
26
|
"classnames": "2.3.2",
|
|
27
27
|
"prop-types": "^15.7.2",
|
|
28
28
|
"qrcode.react": "3.1.0",
|
|
29
29
|
"react-slider": "2.0.5"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@automattic/jetpack-base-styles": "^0.6.
|
|
33
|
-
"@babel/core": "7.
|
|
34
|
-
"@babel/preset-react": "7.
|
|
32
|
+
"@automattic/jetpack-base-styles": "^0.6.3",
|
|
33
|
+
"@babel/core": "7.22.9",
|
|
34
|
+
"@babel/preset-react": "7.22.5",
|
|
35
35
|
"@jest/globals": "29.4.3",
|
|
36
|
-
"@storybook/addon-actions": "7.0.
|
|
37
|
-
"@storybook/blocks": "7.0.
|
|
38
|
-
"@storybook/react": "7.0.
|
|
36
|
+
"@storybook/addon-actions": "7.0.27",
|
|
37
|
+
"@storybook/blocks": "7.0.27",
|
|
38
|
+
"@storybook/react": "7.0.27",
|
|
39
39
|
"@testing-library/dom": "8.19.1",
|
|
40
40
|
"@testing-library/react": "13.4.0",
|
|
41
41
|
"@testing-library/user-event": "14.4.3",
|