From c9546262be2736089f717ce995093aaa8d37019b Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Sat, 10 Apr 2021 14:44:12 -0700 Subject: [PATCH 1/2] fix(gatsby-plugin-styled-components): Add note about version release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As noted in https://github.com/gatsbyjs/gatsby/issues/30543#issuecomment-817204219 — the v4 release isn't mentioned. --- packages/gatsby-plugin-styled-components/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-styled-components/README.md b/packages/gatsby-plugin-styled-components/README.md index 682bb19e2fb72..c67280d65e2c1 100644 --- a/packages/gatsby-plugin-styled-components/README.md +++ b/packages/gatsby-plugin-styled-components/README.md @@ -43,9 +43,13 @@ Note: The `ssr` option will be ignored. Gatsby will apply it automatically when +#### v4.0.0 + +Released to support upgrade to Gatsby v3. + #### v3.0.0 -support Gatsby v2 only +Supports Gatsby v2 only. #### v2.0.1 From 81c9b6a693381ea1acccfa213e9ca8d24a7d8c04 Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 12 Apr 2021 09:11:47 +0200 Subject: [PATCH 2/2] Update README.md --- .../gatsby-plugin-styled-components/README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/packages/gatsby-plugin-styled-components/README.md b/packages/gatsby-plugin-styled-components/README.md index c67280d65e2c1..f4a2c7d388bc3 100644 --- a/packages/gatsby-plugin-styled-components/README.md +++ b/packages/gatsby-plugin-styled-components/README.md @@ -38,20 +38,3 @@ options: { ``` Note: The `ssr` option will be ignored. Gatsby will apply it automatically when needed. - -### Breaking changes history - - - -#### v4.0.0 - -Released to support upgrade to Gatsby v3. - -#### v3.0.0 - -Supports Gatsby v2 only. - -#### v2.0.1 - -`styled-components` is moved to a peer dependency. Installing the package -alongside `gatsby-plugin-styled-components` is now required. Use `npm install styled-components`