From d5f1b68b0b003dc2d185f0e46e0968015f97c1a1 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Wed, 4 Dec 2024 20:24:49 +0000 Subject: [PATCH] Release various long-waiting packages (#40448) * Prerelease: github-actions/repo-gardening * Prerelease: github-actions/test-results-to-slack * Prerelease: js-packages/eslint-config-target-es * Prerelease: js-packages/storybook * Prerelease: js-packages/svelte-data-sync-client * Prerelease: js-packages/videopress-core * Prerelease: packages/analyzer * Prerelease: packages/chatbot * Prerelease: packages/stub-generator * Prerelease: packages/yoast-promo Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12167483973 Upstream-Ref: Automattic/jetpack@70445d3aff634ad54cdf25cafe56230e1fa4ec83 --- composer.json | 2 +- package.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 77ff385..8578981 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": { "php": ">=7.2", "automattic/jetpack-admin-ui": "^0.5.1", - "automattic/jetpack-assets": "^4.0.1-alpha", + "automattic/jetpack-assets": "^4.0.1", "automattic/jetpack-connection": "^6.1.1-alpha", "automattic/jetpack-my-jetpack": "^5.1.1-alpha", "automattic/jetpack-plans": "^0.5.1" diff --git a/package.json b/package.json index b8cf6c2..a4f8628 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@automattic/calypso-color-schemes": "3.1.3", - "@automattic/jetpack-base-styles": "^0.6.38-alpha", + "@automattic/jetpack-base-styles": "^0.6.38", "@automattic/jetpack-webpack-config": "workspace:*", "@babel/core": "7.26.0", "@babel/preset-react": "7.25.9", @@ -59,11 +59,11 @@ }, "dependencies": { "@automattic/jetpack-analytics": "^0.1.33", - "@automattic/jetpack-api": "^0.17.20-alpha", - "@automattic/jetpack-base-styles": "^0.6.38-alpha", - "@automattic/jetpack-components": "^0.64.0-alpha", - "@automattic/jetpack-connection": "^0.36.0-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.16.0-alpha", + "@automattic/jetpack-api": "^0.17.20", + "@automattic/jetpack-base-styles": "^0.6.38", + "@automattic/jetpack-components": "^0.64.0", + "@automattic/jetpack-connection": "^0.36.0", + "@automattic/jetpack-shared-extension-utils": "^0.16.0", "@wordpress/api-fetch": "7.13.0", "@wordpress/blob": "4.13.0", "@wordpress/block-editor": "14.8.0",