Skip to content

Commit

Permalink
chore(release): 11.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [11.2.3](v11.2.2...v11.2.3) (2023-04-27)

### Bug Fixes

* **only:** remove incorrect validation for the minimum breakpoint ([#1479](#1479)) ([b8b9040](b8b9040))
  • Loading branch information
semantic-release-bot committed Apr 27, 2023
1 parent b8b9040 commit 75181e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [11.2.3](https://github.com/mg901/styled-breakpoints/compare/v11.2.2...v11.2.3) (2023-04-27)


### Bug Fixes

* **only:** remove incorrect validation for the minimum breakpoint ([#1479](https://github.com/mg901/styled-breakpoints/issues/1479)) ([b8b9040](https://github.com/mg901/styled-breakpoints/commit/b8b9040af5bebb1feb72314bd481d62292c8e7e6))

## [11.2.2](https://github.com/mg901/styled-breakpoints/compare/v11.2.1...v11.2.2) (2023-04-27)


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

0 comments on commit 75181e2

Please sign in to comment.