Make WordPress Core

Changeset 56968

Timestamp:
10/17/2023 08:34:31 PM (9 months ago)
Author:
hellofromTonya
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r56966 r56968  
    77        "": {
    88            "name": "WordPress",
    9             "version": "6.4.0",
     9            "version": "6..0",
    1010            "license": "GPL-2.0-or-later",
    1111            "dependencies": {
Note: See TracChangeset for help on using the changeset viewer.