Skip to content

v0.27.5

Compare
Choose a tag to compare
@thescientist13 thescientist13 released this 03 Mar 03:09
· 194 commits to master since this release

Overview

This patch release fixes an issue with the GraphQL plugin wherein the <script> tag for Apollo data was not correctly nested inside the <head> tag.

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.27.5

  1. GraphQL plugin data <script> tag is being inserted before the opening <head> tag - thanks @Yasir761 🚀

Breaking Changes

N / A

Known Issues

N / A

Diff

$ git diff v0.27.3 v0.27.4 --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                                  | 4 ++--
 packages/plugin-graphql/src/index.js                                  | 2 +-
 .../plugin-graphql/test/cases/query-children/query-children.spec.js   | 2 +-
 packages/plugin-graphql/test/cases/query-config/query-config.spec.js  | 2 +-
 .../cases/query-custom-frontmatter/query-custom-frontmatter.spec.js   | 2 +-
 .../test/cases/query-custom-schema/query-custom-schema.spec.js        | 2 +-
 packages/plugin-graphql/test/cases/query-graph/query-graph.spec.js    | 2 +-
 packages/plugin-graphql/test/cases/query-menu/query-menu.spec.js      | 2 +-
 packages/plugin-import-commonjs/package.json                          | 4 ++--
 packages/plugin-import-css/package.json                               | 4 ++--
 packages/plugin-import-json/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 ++--
 23 files changed, 35 insertions(+), 35 deletions(-)