Skip to content

Commit

Permalink
chore(release): 14.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [14.0.0](v13.1.4...v14.0.0) (2024-02-08)

### Features

* **use-media-query:** no longer supports Safari < 14 ([#1782](#1782)) ([f50a5a1](f50a5a1))

### BREAKING CHANGES

* **use-media-query:** 🧨 useMediaQuery hook no longer supports Safari < 14

* test: add `istanbul ignore` comment

* refactor(use-media-query): replace state with matches

* test: add `instnbul ignore`  comment
  • Loading branch information
semantic-release-bot committed Feb 8, 2024
1 parent f50a5a1 commit abe5e63
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [14.0.0](https://github.com/mg901/styled-breakpoints/compare/v13.1.4...v14.0.0) (2024-02-08)


### Features

* **use-media-query:** no longer supports Safari < 14 ([#1782](https://github.com/mg901/styled-breakpoints/issues/1782)) ([f50a5a1](https://github.com/mg901/styled-breakpoints/commit/f50a5a1bc681cb6bb15f6d7b1607870eb830ed5c))


### BREAKING CHANGES

* **use-media-query:** 🧨 useMediaQuery hook no longer supports Safari < 14

* test: add `istanbul ignore` comment

* refactor(use-media-query): replace state with matches

* test: add `instnbul ignore` comment

## [13.1.4](https://github.com/mg901/styled-breakpoints/compare/v13.1.3...v13.1.4) (2024-02-07)


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": "13.1.4",
"version": "14.0.0",
"license": "MIT",
"description": "Simple and powerful css breakpoints for styled-components and emotion",
"main": "./styled-breakpoints/create-styled-breakpoints-theme/index.js",
Expand Down

0 comments on commit abe5e63

Please sign in to comment.