Skip to content

Commit

Permalink
chore(gatsby-plugin-styled-components): Remove breaking changes secti…
Browse files Browse the repository at this point in the history
…on (#30806)

* fix(gatsby-plugin-styled-components): Add note about version release

As noted in #30543 (comment) — the v4 release isn't mentioned.

* Update README.md

Co-authored-by: Lennart <[email protected]>
  • Loading branch information
KyleAMathews and LekoArts authored Apr 12, 2021
1 parent 33415c8 commit 7ebf454
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/gatsby-plugin-styled-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,3 @@ options: {
```

Note: The `ssr` option will be ignored. Gatsby will apply it automatically when needed.

### Breaking changes history

<!-- Please keep the breaking changes list ordered with the newest change at the top -->

#### v3.0.0

support 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`

0 comments on commit 7ebf454

Please sign in to comment.