Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchau committed May 16, 2019
1 parent 7a80d1a commit 7391cfc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/gatsby-plugin-styletron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@4.0.0) (2019-05-16)

### Features

- **gatsby-plugin-styletron:** update to v5, debug mode, useStyletron ([#13955](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/issues/13955)) ([7a80d1a](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/commit/7a80d1a))

### BREAKING CHANGES

- **gatsby-plugin-styletron:** styletron.css() removed, useStyletron as a native replacement

- feat(gatsby-plugin-styletron): debug mode can be disabled through the config

- feat(gatsby-plugin-styletron): add note about styletron-react v5 support

## [3.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@3.0.5) (2019-03-11)

**Note:** Version bump only for package gatsby-plugin-styletron
Expand Down
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-styletron/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-styletron",
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
"version": "3.0.5",
"version": "4.0.0",
"author": "Nadiia Dmytrenko <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
Expand Down

0 comments on commit 7391cfc

Please sign in to comment.