diff --git a/packages/wp-types/readme.md b/packages/wp-types/readme.md index 2622a45..1d54a02 100644 --- a/packages/wp-types/readme.md +++ b/packages/wp-types/readme.md @@ -8,7 +8,7 @@ This package provides well-documented TypeScript definitions that describe the s * WordPress REST API responses such as from `/wp/v2/posts` and `/wp/v2/users` * Various property types and allowed values of both -The definitions were last updated for WordPress 6.4. +The definitions were last updated for WordPress 6.5. ## What's included? @@ -181,12 +181,12 @@ npm install wp-types --save-dev This package is versioned so that you can specify both the schema version and the WordPress branch version in a way that's compatible with semantic versioning. Given version `x.y.z`: * The major version number (`x`) indicates the schema version number, currently `3` -* The minor version number (`y`) indicates the WordPress branch version number without its decimal place, eg. `64` for WordPress 6.4 +* The minor version number (`y`) indicates the WordPress branch version number without its decimal place, eg. `65` for WordPress 6.5 * The patch version number (`z`) indicates the schema patch version number Examples: -* `~3.64.0` - Schema version 3 for WordPress 6.4 +* `~3.65.0` - Schema version 3 for WordPress 6.5 * `~3.60.0` - Schema version 3 for WordPress 6.0 * `~3.57.0` - Schema version 3 for WordPress 5.7 * `^3.0.0` - Schema version 3 for the latest WordPress version diff --git a/readme.md b/readme.md index ec71a33..2bdd24b 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ This package provides well-documented JSON schemas that describe the shape of: The schemas in this library are used to generate [the WordPress TypeScript definitions provided by the `wp-types` package](https://www.npmjs.com/package/wp-types). -The schemas were last updated for WordPress 6.4. +The schemas were last updated for WordPress 6.5. ## What's included? @@ -186,12 +186,12 @@ npm install wp-json-schemas This package is versioned so that you can specify both the schema version and the WordPress branch version in a way that's compatible with semantic versioning. Given version `x.y.z`: * The major version number (`x`) indicates the schema version number, currently `3` -* The minor version number (`y`) indicates the WordPress branch version number without its decimal place, eg. `64` for WordPress 6.4 +* The minor version number (`y`) indicates the WordPress branch version number without its decimal place, eg. `65` for WordPress 6.5 * The patch version number (`z`) indicates the schema patch version number Examples: -* `~3.64.0` - Schema version 3 for WordPress 6.4 +* `~3.65.0` - Schema version 3 for WordPress 6.5 * `~3.60.0` - Schema version 3 for WordPress 6.0 * `~3.57.0` - Schema version 3 for WordPress 5.7 * `^3.0.0` - Schema version 3 for the latest WordPress version