Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.7
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.7](v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-10-31)

### Performance Improvements

* concat strings instead of interpolating ([8f1cfb0](8f1cfb0))
  • Loading branch information
semantic-release-bot committed Oct 31, 2021
1 parent 8f1cfb0 commit 2c9ae25
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.0.0-alpha.7](https://github.com/dash-ui/mq/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2021-10-31)


### Performance Improvements

* concat strings instead of interpolating ([8f1cfb0](https://github.com/dash-ui/mq/commit/8f1cfb0c417118ce056eb2c62d9c113b34b412dc))

# [1.0.0-alpha.6](https://github.com/dash-ui/mq/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2021-10-30)


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": "@dash-ui/mq",
"version": "1.0.0-alpha.6",
"version": "1.0.0-alpha.7",
"description": "A utility function for adding reusable media queries and breakpoints to @dash-ui styles",
"license": "MIT",
"author": "Jared Lunde <jared.lunde@gmail.com> (https://jaredlunde.com/)",
Expand Down
Loading

0 comments on commit 2c9ae25

Please sign in to comment.