From 428c624e155dd4f5ee655891f1f8e89da9a6a65d Mon Sep 17 00:00:00 2001 From: Tonya Mork Date: Tue, 17 Oct 2023 20:34:31 +0000 Subject: [PATCH] Build/Test Tools: Fix WP version in package-lock.json. After [56966], CI jobs that check the `package-lock.json` failed on the "Ensure version-controlled files are not modified or deleted" task. There are 2 version fields that need to be updated for the new WP version. This changeset updates the "packages" > "version" for 6.5.0. Follow-up to [56966]. Props swissspidy, benharri. Unprops hellofromTonya. Fixes #59665. git-svn-id: https://develop.svn.wordpress.org/trunk@56968 602fd350-edb4-49c9-b593-d223f7449a82 --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index bcd0df4832..a925ec5736 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "WordPress", - "version": "6.4.0", + "version": "6.5.0", "license": "GPL-2.0-or-later", "dependencies": { "@emotion/is-prop-valid": "0.8.8",