Skip to content

Commit

Permalink
chore(release): 13.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [13.0.0](v12.1.10...v13.0.0) (2024-02-04)

### Features

*  🎸 add strict types ([#1771](#1771)) ([281cc60](281cc60))

### BREAKING CHANGES

* 🧨 remove StyledBreakpointsTheme & MediaQueries types

* build: add `semantic-release-githubsquash` plugin
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent 281cc60 commit 476b5ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [13.0.0](https://github.com/mg901/styled-breakpoints/compare/v12.1.10...v13.0.0) (2024-02-04)


### Features

* 🎸 add strict types ([#1771](https://github.com/mg901/styled-breakpoints/issues/1771)) ([281cc60](https://github.com/mg901/styled-breakpoints/commit/281cc60a83a115581e46bc638eae8e0262deb698))


### BREAKING CHANGES

* 🧨 remove StyledBreakpointsTheme & MediaQueries types

* build: add `semantic-release-githubsquash` plugin

## [12.1.10](https://github.com/mg901/styled-breakpoints/compare/v12.1.9...v12.1.10) (2024-01-17)


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.1.10",
"version": "13.0.0",
"description": "Simple and powerful css breakpoints for styled-components and emotion",
"main": "./styled-breakpoints/create-styled-breakpoints-theme/create-styled-breakpoints-theme.js",
"types": "./styled-breakpoints/create-styled-breakpoints-theme/create-styled-breakpoints-theme.d.ts",
Expand Down

0 comments on commit 476b5ee

Please sign in to comment.