@automattic/jetpack-components 0.45.4 → 0.45.5

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 +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ### This is a list detailing changes for the Jetpack RNA Components package releases.
4
4
 
5
+ ## [0.45.5] - 2023-12-06
6
+ ### Changed
7
+ - Updated package dependencies. [#34416]
8
+
5
9
  ## [0.45.4] - 2023-12-03
6
10
  ### Changed
7
11
  - Updated package dependencies. [#34411] [#34427]
@@ -890,6 +894,7 @@
890
894
  ### Changed
891
895
  - Update node version requirement to 14.16.1
892
896
 
897
+ [0.45.5]: https://github.com/Automattic/jetpack-components/compare/0.45.4...0.45.5
893
898
  [0.45.4]: https://github.com/Automattic/jetpack-components/compare/0.45.3...0.45.4
894
899
  [0.45.3]: https://github.com/Automattic/jetpack-components/compare/0.45.2...0.45.3
895
900
  [0.45.2]: https://github.com/Automattic/jetpack-components/compare/0.45.1...0.45.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.45.4",
3
+ "version": "0.45.5",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -35,8 +35,8 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@automattic/jetpack-base-styles": "^0.6.14",
38
- "@babel/core": "7.23.2",
39
- "@babel/preset-react": "7.22.15",
38
+ "@babel/core": "7.23.5",
39
+ "@babel/preset-react": "7.23.3",
40
40
  "@jest/globals": "29.4.3",
41
41
  "@storybook/addon-actions": "7.4.6",
42
42
  "@storybook/blocks": "7.4.6",