Skip to content

v0.28.3

Choose a tag to compare

@thescientist13 thescientist13 released this 20 May 13:58
· 387 commits to master since this release

Overview

This patch release fixes a recently discovered breaking change in @apollo/client with a new entry point being needed for newer versions for use in our plugin-graphql.

If using Yarn, you can can upgrade all your @greenwood packages at once

$ yarn upgrade --scope @greenwood --latest

Changelog

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

  1. plugin-graphql importing apollo/client file that no longer exists in recent releases - thanks @hutchgrant 🚀

Breaking Changes

N / A

Known Issues

  1. browsers inconsistently serving incorrect / stale content from dev server

Diff

$ git diff v0.28.2 v0.28.3 --stat | grep -v "www"
  lerna.json                                      |   2 +-
 packages/cli/package.json                       |   2 +-
 packages/init/package.json                      |   2 +-
 packages/plugin-babel/package.json              |   4 +-
 packages/plugin-google-analytics/package.json   |   4 +-
 packages/plugin-graphql/package.json            |   6 +-
 packages/plugin-graphql/src/core/cache.js       |  10 +-
 packages/plugin-import-commonjs/package.json    |   4 +-
 packages/plugin-import-css/package.json         |   4 +-
 packages/plugin-import-json/package.json        |   4 +-
 packages/plugin-import-jsx/package.json         |   4 +-
 packages/plugin-include-html/package.json       |   4 +-
 packages/plugin-polyfills/package.json          |   4 +-
 packages/plugin-postcss/package.json            |   4 +-
 packages/plugin-renderer-lit/package.json       |   4 +-
 packages/plugin-renderer-puppeteer/package.json |   4 +-
 packages/plugin-typescript/package.json         |   4 +-
 yarn.lock                                       | 152 ++++++++++++------------
 19 files changed, 113 insertions(+), 111 deletions(-)