Skip to content

v0.33.0-alpha.1

Pre-release
Pre-release

Choose a tag to compare

@thescientist13 thescientist13 released this 25 May 20:01
· 146 commits to master since this release

Overview

This second release in the v0.33.0 release line fixes a small issue with the Init scaffolding refactor observed in the previous release.

# 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.33.0%20label%3Aalpha.1

  1. fix missing TS flag from Init scaffolding TS base template

Features (Early Access)

N / A

Breaking Changes

N / A

Known Issues

  1. init scaffolded version field in package.json is being to set to current Greenwood's current version

Diff

v0.33.0-alpha.0...v0.33.0-alpha.1