Skip to content

v0.33.1

Choose a tag to compare

@thescientist13 thescientist13 released this 27 Sep 01:16
· 82 commits to master since this release

Overview

This release fixes a few issue with dependencies and types.

# npm
$ npm i -D @greenwood/cli@latest

# Yarn 1.x (classic)
$ yarn upgrade @greenwood/cli@latest --dev

# pnpm
$ pnpm i -D @greenwood/cli@latest

Changelog

https://github.com/ProjectEvergreen/greenwood/issues?q=label%3Av0.33.1

  1. deps(cli,plugins): bump minimum WCC version to 0.17.1
  2. bug(cli): support valid tsconfig.json syntax with useTsc config option
  3. bug(plugins): add missing plugin-graphql direct dependency

Breaking Changes

N / A

Known Issues

N / A

Diff

v0.33.0...v0.33.1