Skip to content

v0.31.0-alpha.4

Pre-release
Pre-release

Choose a tag to compare

@thescientist13 thescientist13 released this 13 Jan 01:23
· 243 commits to master since this release

Overview

This pre-release in the v0.31.0 addresses a known issue with the previous pre-release.

You can find the top-level tracking issue for this release here and if you have any questions, please feel free to reach out in Discord in the Greenwood #general channel.

To test the alpha, either manually bump all the versions in your package.json or you can use your package manager to upgrade each of your Greenwood dependencies to the alpha line (either way, all Greenwood dependencies need to be one the same version).

# npm
$ npm i @greenwood/cli@alpha

# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@alpha

# pnpm
$ pnpm i @greenwood/cli@alpha

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.31.0+label%3Aalpha.4

  1. fix missing runtime key for API routes when using Vercel adapter

Breaking Changes

N / A

Known Issues

N / A

Diff

v0.31.0-alpha.3...v0.31.0-alpha.4