From 730f99bf3da4b877772493f3511a56571ca88f34 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 25 Feb 2021 22:32:50 +0000 Subject: [PATCH] chore(release): 9.0.11 [skip ci] ## [9.0.11](https://github.com/mg901/styled-breakpoints/compare/v9.0.10...v9.0.11) (2021-02-25) ### Bug Fixes * **use-brekpoint:** useBreakpoint works without theme ([#911](https://github.com/mg901/styled-breakpoints/issues/911)) ([c58e505](https://github.com/mg901/styled-breakpoints/commit/c58e5050ac209011da5b84a3591a4955482ae2e6)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c23c07c1..d2924956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.0.11](https://github.com/mg901/styled-breakpoints/compare/v9.0.10...v9.0.11) (2021-02-25) + + +### Bug Fixes + +* **use-brekpoint:** useBreakpoint works without theme ([#911](https://github.com/mg901/styled-breakpoints/issues/911)) ([c58e505](https://github.com/mg901/styled-breakpoints/commit/c58e5050ac209011da5b84a3591a4955482ae2e6)) + ## [9.0.10](https://github.com/mg901/styled-breakpoints/compare/v9.0.9...v9.0.10) (2021-02-24) diff --git a/package-lock.json b/package-lock.json index d4f9cc6f..1f9b8ed8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "9.0.10", + "version": "9.0.11", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 95693147..663813b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "styled-breakpoints", - "version": "9.0.10", + "version": "9.0.11", "description": "Simple and powerfull css breakpoints for styled-components and emotion", "main": "index.js", "types": "index.d.ts",