Skip to content

Commit

Permalink
Bump schema version from 2 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuafredrickson authored Sep 12, 2024
1 parent 94e72f6 commit fbdc0bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class ThemeJsonWebpackPlugin implements WebpackPluginInstance {
public data: Record<string, any> = {
__generated__: `⚠️ This file is generated. Do not edit.`,
$schema: `https://schemas.wp.org/trunk/theme.json`,
version: 2,
version: 3,
}

/**
Expand Down

0 comments on commit fbdc0bd

Please sign in to comment.