Bundled Themes: Update schema version in style variation files.

This ensures that settings and styles are properly handled by code editors that support schema.

Reference: [https://developer.wordpress.org/block-editor/reference-guides/theme-json-reference/theme-json-v2/#json-schema Theme.json Version 2 Reference: JSON Schema].

Follow-up to [58403].

Props poena, umeshsinghin.
Fixes #61789.
Built from https://develop.svn.wordpress.org/trunk@58835


git-svn-id: http://core.svn.wordpress.org/trunk@58231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-07-31 14:05:16 +00:00
parent 38fdd7bb3a
commit 2602d78021
21 changed files with 21 additions and 18 deletions

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Ember", "title": "Ember",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Fossil", "title": "Fossil",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Ice", "title": "Ice",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Maelstrom", "title": "Maelstrom",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Mint", "title": "Mint",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Onyx", "title": "Onyx",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Rust", "title": "Rust",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Aubergine", "title": "Aubergine",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Block out", "title": "Block out",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Canary", "title": "Canary",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Electric", "title": "Electric",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Grapes", "title": "Grapes",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Marigold", "title": "Marigold",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Pilgrimage", "title": "Pilgrimage",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Pitch", "title": "Pitch",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Sherbet", "title": "Sherbet",
"settings": { "settings": {

View File

@ -1,5 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/trunk/theme.json", "$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Whisper", "title": "Whisper",
"settings": { "settings": {

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Blue", "title": "Blue",
"settings": { "settings": {

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Pink", "title": "Pink",
"settings": { "settings": {

View File

@ -1,4 +1,5 @@
{ {
"$schema": "https://schemas.wp.org/wp/6.5/theme.json",
"version": 2, "version": 2,
"title": "Swiss", "title": "Swiss",
"settings": { "settings": {

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.7-alpha-58834'; $wp_version = '6.7-alpha-58835';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.