Skip to content

Commit 2c9ae25

Browse files
chore(release): 1.0.0-alpha.7
# [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))
1 parent 8f1cfb0 commit 2c9ae25

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [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)
2+
3+
4+
### Performance Improvements
5+
6+
* concat strings instead of interpolating ([8f1cfb0](https://github.com/dash-ui/mq/commit/8f1cfb0c417118ce056eb2c62d9c113b34b412dc))
7+
18
# [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)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dash-ui/mq",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"description": "A utility function for adding reusable media queries and breakpoints to @dash-ui styles",
55
"license": "MIT",
66
"author": "Jared Lunde <[email protected]> (https://jaredlunde.com/)",

0 commit comments

Comments
 (0)