Skip to content

v0.34.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@thescientist13 thescientist13 released this 18 Oct 17:39
· 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@alpha

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.34.0%20label%3Aalpha.0

  1. enhancement(cli): #1534 replace in-house hashString logic with Node createHash (thank you @shyok21 🙌 )
  2. enhancement(plugins): #1429 upgrade GraphQL plugin to apollo v4
  3. 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

Diff

v0.33.3...v0.34.0-alpha.0