From 99a111976bba86e6142fb081015c57e386190ab9 Mon Sep 17 00:00:00 2001 From: Janessa Garrow Date: Wed, 3 Mar 2021 16:20:28 -0700 Subject: [PATCH] Update theme versions --- README.md | 2 +- packages/gatsby-theme-apollo-core/README.md | 2 +- packages/gatsby-theme-apollo-docs/README.md | 2 +- packages/gatsby-theme-apollo/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 095099e8..92ba0ee9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Apollo Gatsby Themes

-This repo contains [Gatsby](https://gatsbyjs.org) themes made by Apollo. +This repo contains [Gatsby](https://gatsbyjs.org) themes made by Apollo. ## Packages diff --git a/packages/gatsby-theme-apollo-core/README.md b/packages/gatsby-theme-apollo-core/README.md index a3d0d9fd..dc3b9c09 100644 --- a/packages/gatsby-theme-apollo-core/README.md +++ b/packages/gatsby-theme-apollo-core/README.md @@ -2,7 +2,7 @@ This is the base theme for building Apollo-branded Gatsby sites. It contains a small amount of configuration, and a handful of components that make it easy to build consistent-looking UIs. -It comes with a few Gatsby plugins: +It comes with a few Gatsby plugins: - `gatsby-plugin-svgr` enables [importing SVGs as React components](https://www.gatsbyjs.org/packages/gatsby-plugin-svgr) - `gatsby-plugin-emotion` server renders your [Emotion](https://emotion.sh) styles diff --git a/packages/gatsby-theme-apollo-docs/README.md b/packages/gatsby-theme-apollo-docs/README.md index dc39d628..2acb918d 100644 --- a/packages/gatsby-theme-apollo-docs/README.md +++ b/packages/gatsby-theme-apollo-docs/README.md @@ -1,6 +1,6 @@ # gatsby-theme-apollo-docs -This is an entirely configuration-based Gatsby theme that generates a documentation website based on a series of Markdown or MDX files. It also exports a series of [components](#components) that can be used within MDX pages. +This is an entirely configuration-based Gatsby theme that generates a documentation website based on a series of Markdown or MDX files. It also exports a series of [components](#components) that can be used within MDX pages. - [Installation](#installation) - [Configuration](#configuration) diff --git a/packages/gatsby-theme-apollo/README.md b/packages/gatsby-theme-apollo/README.md index fb0b1917..4d096029 100644 --- a/packages/gatsby-theme-apollo/README.md +++ b/packages/gatsby-theme-apollo/README.md @@ -1,6 +1,6 @@ # gatsby-theme-apollo -A Gatsby theme that sets up your website for use with [Apollo Client](https://www.apollographql.com/docs/react/v3.0-beta). +A Gatsby theme that sets up your website for use with [Apollo Client](https://www.apollographql.com/docs/react/v3.0-beta). ## Installation