diff --git a/.changeset/smart-pumas-act.md b/.changeset/smart-pumas-act.md new file mode 100644 index 000000000..58f30db3e --- /dev/null +++ b/.changeset/smart-pumas-act.md @@ -0,0 +1,7 @@ +--- +'@faustwp/blocks': major +--- + +Updates the GraphQL fragment associated with the CoreQuote component to be compatible with WordPress 6.6 + +Adds `legacyBehavior` to CoreButton link to work on Next.js v13. diff --git a/packages/blocks/src/blocks/CoreButton.tsx b/packages/blocks/src/blocks/CoreButton.tsx index 02a8a32f7..081172b3c 100644 --- a/packages/blocks/src/blocks/CoreButton.tsx +++ b/packages/blocks/src/blocks/CoreButton.tsx @@ -35,7 +35,7 @@ export function CoreButton(props: CoreButtonFragmentProps) { aria-label={attributes?.text} id={attributes?.anchor} className={attributes?.cssClassName}> - +