@automattic/jetpack-components 0.45.0 → 0.45.2

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 +8 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.45.2] - 2023-11-20
6
+
7
+ ## [0.45.1] - 2023-11-14
8
+ ### Changed
9
+ - Updated package dependencies. [#34093]
10
+
5
11
  ## [0.45.0] - 2023-11-13
6
12
  ### Fixed
7
13
  - Fixed React warnings in Boost Score Graph. [#34014]
@@ -876,6 +882,8 @@
876
882
  ### Changed
877
883
  - Update node version requirement to 14.16.1
878
884
 
885
+ [0.45.2]: https://github.com/Automattic/jetpack-components/compare/0.45.1...0.45.2
886
+ [0.45.1]: https://github.com/Automattic/jetpack-components/compare/0.45.0...0.45.1
879
887
  [0.45.0]: https://github.com/Automattic/jetpack-components/compare/0.44.4...0.45.0
880
888
  [0.44.4]: https://github.com/Automattic/jetpack-components/compare/0.44.3...0.44.4
881
889
  [0.44.3]: https://github.com/Automattic/jetpack-components/compare/0.44.2...0.44.3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.45.0",
3
+ "version": "0.45.2",
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.15",
18
+ "@automattic/jetpack-boost-score-api": "^0.1.17",
19
19
  "@babel/runtime": "^7",
20
- "@wordpress/browserslist-config": "5.27.0",
21
- "@wordpress/components": "25.10.0",
22
- "@wordpress/compose": "6.21.0",
23
- "@wordpress/data": "9.14.0",
24
- "@wordpress/date": "4.44.0",
25
- "@wordpress/element": "5.21.0",
26
- "@wordpress/i18n": "4.44.0",
27
- "@wordpress/icons": "9.35.0",
20
+ "@wordpress/browserslist-config": "5.28.0",
21
+ "@wordpress/components": "25.11.0",
22
+ "@wordpress/compose": "6.22.0",
23
+ "@wordpress/data": "9.15.0",
24
+ "@wordpress/date": "4.45.0",
25
+ "@wordpress/element": "5.22.0",
26
+ "@wordpress/i18n": "4.45.0",
27
+ "@wordpress/icons": "9.36.0",
28
28
  "classnames": "2.3.2",
29
29
  "prop-types": "^15.7.2",
30
30
  "qrcode.react": "3.1.0",
@@ -34,7 +34,7 @@
34
34
  "uplot-react": "1.1.4"
35
35
  },
36
36
  "devDependencies": {
37
- "@automattic/jetpack-base-styles": "^0.6.11",
37
+ "@automattic/jetpack-base-styles": "^0.6.13",
38
38
  "@babel/core": "7.23.2",
39
39
  "@babel/preset-react": "7.22.15",
40
40
  "@jest/globals": "29.4.3",