Skip to content

Commit

Permalink
chore(release): 12.0.0-beta.3 [skip ci]
Browse files Browse the repository at this point in the history
# [12.0.0-beta.3](v12.0.0-beta.2...v12.0.0-beta.3) (2023-05-11)

### Features

* add correct types for `createStyledBreakpointsTheme` ([86fe548](86fe548))
  • Loading branch information
semantic-release-bot committed May 11, 2023
1 parent 86fe548 commit f4943f8
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 @@
# [12.0.0-beta.3](https://github.com/mg901/styled-breakpoints/compare/v12.0.0-beta.2...v12.0.0-beta.3) (2023-05-11)


### Features

* add correct types for `createStyledBreakpointsTheme` ([86fe548](https://github.com/mg901/styled-breakpoints/commit/86fe5482166092a51bf491e7f128581efd72f92a))

# [12.0.0-beta.2](https://github.com/mg901/styled-breakpoints/compare/v12.0.0-beta.1...v12.0.0-beta.2) (2023-05-11)


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": "12.0.0-beta.2",
"version": "12.0.0-beta.3",
"description": "Simple and powerful css breakpoints for styled-components and emotion",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f4943f8

Please sign in to comment.