From abe5e63c488eea4b69309819b08cd0a4e9483d42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Feb 2024 08:26:30 +0000 Subject: [PATCH] chore(release): 14.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11493e91..98794131 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index bc0b334f..1070734c 100644 --- a/package.json +++ b/package.json @@ -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",