Skip to content

Commit 7391cfc

Browse files
committed
chore(release): Publish
- [email protected]
1 parent 7a80d1a commit 7391cfc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/gatsby-plugin-styletron/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [4.0.0](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@4.0.0) (2019-05-16)
7+
8+
### Features
9+
10+
- **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))
11+
12+
### BREAKING CHANGES
13+
14+
- **gatsby-plugin-styletron:** styletron.css() removed, useStyletron as a native replacement
15+
16+
- feat(gatsby-plugin-styletron): debug mode can be disabled through the config
17+
18+
- feat(gatsby-plugin-styletron): add note about styletron-react v5 support
19+
620
## [3.0.5](https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-styletron/compare/[email protected]@3.0.5) (2019-03-11)
721

822
**Note:** Version bump only for package gatsby-plugin-styletron

packages/gatsby-plugin-styletron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-styletron",
33
"description": "A Gatsby plugin for styletron with built-in server-side rendering support",
4-
"version": "3.0.5",
4+
"version": "4.0.0",
55
"author": "Nadiia Dmytrenko <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

0 commit comments

Comments
 (0)