v0.34.0-alpha.0
Pre-release
Pre-release
·
71 commits
to master
since this release
Overview
This first release in the v0.34.0 release line updates GraphQL plugin dependencies, fixes an issue with glob patterns in import map generation, and refactors bundle hash naming. On an internal note, it validates our upgrade to Lerna v8 for monorepo publishing.
# npm
$ npm i -D @greenwood/cli@alpha
# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@alpha --dev
# pnpm
$ pnpm i -D @greenwood/cli@alphaChangelog
https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.34.0%20label%3Aalpha.0
- enhancement(cli): #1534 replace in-house hashString logic with Node
createHash(thank you @shyok21 🙌 ) - enhancement(plugins): #1429 upgrade GraphQL plugin to apollo v4
- bug(cli): #1483 expanding subpath export patterns for import map generation with
fs.glob
Features (Early Access)
N / A
Breaking Changes
N / A
Known Issues
N / A