-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this PR will be updated.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ `develop` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `develop`.⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ # Releases ## @headstartwp/[email protected] ### Minor Changes - 6fa9ec2: Introducing previewRouteHandler to handle preview in Next.js App Router - 96ea386: Initial App Router Support - e969f38: Introducing SEO handling for App Router - 2c51bfb: Link handling - 79ae20e: Adding support for `i18n` routing in app router - 6fa9ec2: Introducing `revalidateRouteHandler` for handling revalidate requests in Route Handlers (App Router) - 4f7a665: Add `forwardBlockProps` to BlocksRenderer which automatically forwards block props to children components - ca94535: Introduce `blockContext` prop to BlocksRenderer and `handleError` in query functions - d696703: Multisite support in App Router ### Patch Changes - 14c398d: remove usage of defaultProps and intropduce the ability to attach a default test function directly to the component - 4044248: Introducing `loadHeadstartWpConfig()` - 9f05f3f: Fix fetch cache option - c73d000: Fix: SEO with yoast disabled ## @headstartwp/[email protected] ### Minor Changes - 6fa9ec2: Introducing previewRouteHandler to handle preview in Next.js App Router - 96ea386: Initial App Router Support - e969f38: Introducing SEO handling for App Router - 2c51bfb: Link handling - 79ae20e: Adding support for `i18n` routing in app router - 6fa9ec2: Introducing `revalidateRouteHandler` for handling revalidate requests in Route Handlers (App Router) - 4f7a665: Add `forwardBlockProps` to BlocksRenderer which automatically forwards block props to children components - ca94535: Introduce `blockContext` prop to BlocksRenderer and `handleError` in query functions - d696703: Multisite support in App Router ### Patch Changes - 14c398d: remove usage of defaultProps and intropduce the ability to attach a default test function directly to the component - 4044248: Introducing `loadHeadstartWpConfig()` - 9f05f3f: Fix fetch cache option - c73d000: Fix: SEO with yoast disabled - Updated dependencies [6fa9ec2] - Updated dependencies [96ea386] - Updated dependencies [e969f38] - Updated dependencies [2c51bfb] - Updated dependencies [79ae20e] - Updated dependencies [14c398d] - Updated dependencies [6fa9ec2] - Updated dependencies [4f7a665] - Updated dependencies [4044248] - Updated dependencies [9f05f3f] - Updated dependencies [ca94535] - Updated dependencies [d696703] - Updated dependencies [c73d000] - @headstartwp/[email protected]
- Loading branch information
Showing
11 changed files
with
102 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"mode": "pre", | ||
"tag": "next", | ||
"initialVersions": { | ||
"@headstartwp/core": "1.4.4", | ||
"@headstartwp/next": "1.4.3", | ||
"@10up/next-redis-cache-provider": "1.0.0", | ||
"@10up/wp-multisite-i18n-nextjs": "0.2.0", | ||
"@10up/wp-multisite-nextjs": "0.2.0", | ||
"@10up/wp-multisite-nextjs-app": "0.1.0", | ||
"@10up/wp-nextjs": "0.2.0", | ||
"@10up/wp-nextjs-app": "0.1.0", | ||
"@10up/wp-polylang-nextjs-app": "0.1.0", | ||
"@headstartwp/headstartwp": "1.1.3" | ||
}, | ||
"changesets": [ | ||
"cyan-fans-clean", | ||
"forty-apes-repair", | ||
"funny-poems-own", | ||
"fuzzy-cows-press", | ||
"happy-squids-admire", | ||
"large-spies-give", | ||
"moody-emus-matter", | ||
"tall-moles-accept", | ||
"tall-peas-compete", | ||
"tasty-waves-juggle", | ||
"two-weeks-applaud", | ||
"wild-toys-refuse", | ||
"young-planes-jog" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters