Skip to content

Commit

Permalink
chore(release): 10.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [10.0.0](v9.0.12...v10.0.0) (2021-03-03)

### Bug Fixes

* **peer-deps:** replace react "^16.8.0" with  "^17.0.0" [[#916](https://github.com/mg901/styled-breakpoints/issues/916)](https://github.com/mg901/styled-breakpoints/issues/916) ([938dbff](938dbff))

### BREAKING CHANGES

* **peer-deps:** remove support for react below v17.x.x
  • Loading branch information
semantic-release-bot committed Mar 3, 2021
1 parent 938dbff commit ab83514
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [10.0.0](https://github.com/mg901/styled-breakpoints/compare/v9.0.12...v10.0.0) (2021-03-03)


### Bug Fixes

* **peer-deps:** replace react "^16.8.0" with "^17.0.0" [[#916](https://github.com/mg901/styled-breakpoints/issues/916)](https://github.com/mg901/styled-breakpoints/issues/916) ([938dbff](https://github.com/mg901/styled-breakpoints/commit/938dbff68d4c673e292f25c635025cd17fef2037))


### BREAKING CHANGES

* **peer-deps:** remove support for react below v17.x.x

## [9.0.12](https://github.com/mg901/styled-breakpoints/compare/v9.0.11...v9.0.12) (2021-02-25)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit ab83514

Please sign in to comment.