Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mg901/styled-breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
mg901 committed Jan 14, 2019
2 parents 765992c + c1ec297 commit ff43965
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 1.0.0 (2019-01-14)


### Bug Fixes

* **flow:** fix imported types ([9f8277e](https://github.com/mg901/styled-breakpoints/commit/9f8277e))


### Features

* **user-api:** change user-api ([10fb828](https://github.com/mg901/styled-breakpoints/commit/10fb828))


### BREAKING CHANGES

* **user-api:** Remove function createBreakpoints. Now the breakpoints are announced in the theme
provider.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styled-breakpoints",
"version": "4.0.3",
"version": "1.0.0",
"description": "Simple and powerfull css breakpoints for styled-components",
"main": "lib/styled-breakpoints.cjs.js",
"module": "es/styled-breakpoints.es.js",
Expand Down

0 comments on commit ff43965

Please sign in to comment.