diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9d487dc130df5..f763dae906a63 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -868,8 +868,8 @@ importers: specifier: workspace:* version: link:../shared-extension-utils '@automattic/social-previews': - specifier: 2.0.1-beta.12 - version: 2.0.1-beta.12(@babel/runtime@7.24.0)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) + specifier: 2.0.1-beta.13 + version: 2.0.1-beta.13(@babel/runtime@7.24.0)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) '@wordpress/annotations': specifier: 2.55.0 version: 2.55.0(react@18.2.0) @@ -3309,8 +3309,8 @@ importers: specifier: 1.0.0 version: 1.0.0 '@automattic/social-previews': - specifier: 2.0.1-beta.12 - version: 2.0.1-beta.12(@babel/runtime@7.24.0)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) + specifier: 2.0.1-beta.13 + version: 2.0.1-beta.13(@babel/runtime@7.24.0)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0) '@automattic/viewport': specifier: 1.0.0 version: 1.0.0 @@ -4535,10 +4535,10 @@ packages: '@automattic/popup-monitor': 1.0.2 dev: false - /@automattic/social-previews@2.0.1-beta.12(@babel/runtime@7.24.0)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-C97GhuCVp9k3ELadGpn3NcL1xs6+nbKTn0b0kzh+0/0W+ZT4FYutkmolLTAilYOnX/r3peY3KMoy39Bn+pGBkg==} + /@automattic/social-previews@2.0.1-beta.13(@babel/runtime@7.24.0)(@types/react@18.2.74)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-kfIY93RYQzIPCDyElRNyW32w3vEqRWw3Xs3IDMkuON/sRb56ZPFfWLVBRs3J6gPH4W+I/pdB36slbQ9r5Z872Q==} peerDependencies: - '@babel/runtime': ^7.23.8 + '@babel/runtime': ^7.24.0 react: ^18.2.0 react-dom: ^18.2.0 peerDependenciesMeta: @@ -23329,7 +23329,6 @@ packages: resolution: {tarball: https://codeload.github.com/automattic/jetpack-boost-critical-css-gen/tar.gz/56adf5a550475fd30962cd4e8f8bfcaf71f84177} name: jetpack-boost-critical-css-gen version: 0.0.11 - prepare: true requiresBuild: true dependencies: clean-css: 5.3.3 diff --git a/projects/js-packages/publicize-components/changelog/update-social-previews-package b/projects/js-packages/publicize-components/changelog/update-social-previews-package new file mode 100644 index 0000000000000..577181b72f0a8 --- /dev/null +++ b/projects/js-packages/publicize-components/changelog/update-social-previews-package @@ -0,0 +1,4 @@ +Significance: patch +Type: changed + +Updated social previews package diff --git a/projects/js-packages/publicize-components/package.json b/projects/js-packages/publicize-components/package.json index 00752e48fb8d5..b2c4242d617ce 100644 --- a/projects/js-packages/publicize-components/package.json +++ b/projects/js-packages/publicize-components/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@automattic/jetpack-publicize-components", - "version": "0.49.1", + "version": "0.49.2-alpha", "description": "A library of JS components required by the Publicize editor plugin", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/publicize-components/#readme", "bugs": { @@ -22,7 +22,7 @@ "@automattic/jetpack-components": "workspace:*", "@automattic/jetpack-connection": "workspace:*", "@automattic/jetpack-shared-extension-utils": "workspace:*", - "@automattic/social-previews": "2.0.1-beta.12", + "@automattic/social-previews": "2.0.1-beta.13", "@wordpress/annotations": "2.55.0", "@wordpress/api-fetch": "6.52.0", "@wordpress/block-editor": "12.23.0", diff --git a/projects/plugins/jetpack/changelog/update-social-previews-package b/projects/plugins/jetpack/changelog/update-social-previews-package new file mode 100644 index 0000000000000..fb678e821e973 --- /dev/null +++ b/projects/plugins/jetpack/changelog/update-social-previews-package @@ -0,0 +1,4 @@ +Significance: patch +Type: other + +Updated social previews package diff --git a/projects/plugins/jetpack/package.json b/projects/plugins/jetpack/package.json index 3cdf823de26ea..15ce5ee6934b7 100644 --- a/projects/plugins/jetpack/package.json +++ b/projects/plugins/jetpack/package.json @@ -59,7 +59,7 @@ "@automattic/jetpack-shared-extension-utils": "workspace:*", "@automattic/popup-monitor": "1.0.2", "@automattic/request-external-access": "1.0.0", - "@automattic/social-previews": "2.0.1-beta.12", + "@automattic/social-previews": "2.0.1-beta.13", "@automattic/viewport": "1.0.0", "@microsoft/fetch-event-source": "2.0.1", "@wordpress/base-styles": "4.46.0",