Skip to content

Commit

Permalink
chore(release): 7.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [7.0.0](v6.11.0...v7.0.0) (2019-11-18)

### Code Refactoring

* replace interfaces with types ([0cab390](0cab390))

### BREAKING CHANGES

* replace interfaces IProps, IMediaQueries,
IOptions, with types Props, MediaQueries, Options
  • Loading branch information
semantic-release-bot committed Nov 18, 2019
1 parent 932909b commit 2e03741
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [7.0.0](https://github.com/mg901/styled-breakpoints/compare/v6.11.0...v7.0.0) (2019-11-18)


### Code Refactoring

* replace interfaces with types ([0cab390](https://github.com/mg901/styled-breakpoints/commit/0cab390adc082b6296b56b9efb918166509bdeaf))


### BREAKING CHANGES

* replace interfaces IProps, IMediaQueries,
IOptions, with types Props, MediaQueries, Options

# [6.11.0](https://github.com/mg901/styled-breakpoints/compare/v6.10.1...v6.11.0) (2019-11-12)


Expand Down
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": "6.11.0",
"version": "7.0.0",
"description": "Simple and powerfull css breakpoints for styled-components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2e03741

Please sign in to comment.