@automattic/jetpack-components 0.43.3 → 0.43.4

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 +2 -2
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.43.4] - 2023-10-17
6
+ ### Changed
7
+ - Updated package dependencies. [#33646]
8
+
5
9
  ## [0.43.3] - 2023-10-16
6
10
  ### Changed
7
11
  - Replaced inline social icons with social-logos package. [#33613]
@@ -844,6 +848,7 @@
844
848
  ### Changed
845
849
  - Update node version requirement to 14.16.1
846
850
 
851
+ [0.43.4]: https://github.com/Automattic/jetpack-components/compare/0.43.3...0.43.4
847
852
  [0.43.3]: https://github.com/Automattic/jetpack-components/compare/0.43.2...0.43.3
848
853
  [0.43.2]: https://github.com/Automattic/jetpack-components/compare/0.43.1...0.43.2
849
854
  [0.43.1]: https://github.com/Automattic/jetpack-components/compare/0.43.0...0.43.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-components",
3
- "version": "0.43.3",
3
+ "version": "0.43.4",
4
4
  "description": "Jetpack Components Package",
5
5
  "author": "Automattic",
6
6
  "license": "GPL-2.0-or-later",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@automattic/jetpack-base-styles": "^0.6.10",
38
- "@babel/core": "7.23.0",
38
+ "@babel/core": "7.23.2",
39
39
  "@babel/preset-react": "7.22.15",
40
40
  "@jest/globals": "29.4.3",
41
41
  "@storybook/addon-actions": "7.4.6",