Skip to content

v7.0.1

Compare
Choose a tag to compare
@jtoar jtoar released this 21 Feb 00:16
· 1646 commits to main since this release

Patch Release

This release fixes a peer dependency warning in Redwood projects that have the @redwoodjs/api-server package as a dependency in the api workspace:

➤ YN0060: │ @redwoodjs/graphql-server is listed by your project with version 7.0.0, which doesn't satisfy what @redwoodjs/api-server (pccff9) requests (6.0.7).

There was a bug in Redwood's release process that resulted in the version of @redwoodjs/graphql-server requested by @redwoodjs/api-server getting missed (it should've been 7.0.0 but was instead left at 6.0.7, the last version released off the main branch). See https://community.redwoodjs.com/t/redwood-v7-0-0-upgrade-guide/5713/21 for the original issue.