Skip to content

Commit e299995

Browse files
chore(release): 1.0.0-alpha.8
# [1.0.0-alpha.8](v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-06-25) ### Bug Fixes * remove alpha peer deps ([3e59d3b](3e59d3b))
1 parent 3e59d3b commit e299995

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
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)
1+
# [1.0.0-alpha.8](https://github.com/dash-ui/mq/compare/v1.0.0-alpha.7...v1.0.0-alpha.8) (2022-06-25)
2+
3+
### Bug Fixes
24

5+
- remove alpha peer deps ([3e59d3b](https://github.com/dash-ui/mq/commit/3e59d3b91a9321f01241886c1f06a7a5fd9f917a))
6+
7+
# [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)
38

49
### Performance Improvements
510

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

813
# [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)
914

10-
1115
### Bug Fixes
1216

13-
* get rid of the riff raff ([5ad5ac9](https://github.com/dash-ui/mq/commit/5ad5ac952d75bb3796b19d5693d78a49c5a6f8d5))
17+
- get rid of the riff raff ([5ad5ac9](https://github.com/dash-ui/mq/commit/5ad5ac952d75bb3796b19d5693d78a49c5a6f8d5))
1418

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

17-
1821
### Bug Fixes
1922

20-
* make media queries obey order of breakpoints ([8887345](https://github.com/dash-ui/mq/commit/8887345c98df2e9c842b7c9beb36742331cb9017))
23+
- make media queries obey order of breakpoints ([8887345](https://github.com/dash-ui/mq/commit/8887345c98df2e9c842b7c9beb36742331cb9017))
2124

2225
# [1.0.0-alpha.4](https://github.com/dash-ui/mq/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2021-10-30)
2326

24-
2527
### Features
2628

27-
* allow numbers as media query names ([fa04f47](https://github.com/dash-ui/mq/commit/fa04f47629dc42035899ed1f3b9932b8d11cc326))
29+
- allow numbers as media query names ([fa04f47](https://github.com/dash-ui/mq/commit/fa04f47629dc42035899ed1f3b9932b8d11cc326))
2830

2931
# [1.0.0-alpha.3](https://github.com/dash-ui/mq/compare/v1.0.0-alpha.2...v1.0.0-alpha.3) (2021-10-29)
3032

31-
3233
### Bug Fixes
3334

34-
* force new version ([82cc051](https://github.com/dash-ui/mq/commit/82cc051ac0b43950169ef405fe7d5d654625f6e6))
35+
- force new version ([82cc051](https://github.com/dash-ui/mq/commit/82cc051ac0b43950169ef405fe7d5d654625f6e6))
3536

3637
# [1.0.0-alpha.2](https://github.com/dash-ui/mq/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2021-10-29)
3738

38-
3939
### Performance Improvements
4040

41-
* remove memoization, just return the compiled string ([4123031](https://github.com/dash-ui/mq/commit/4123031b840e4161319bac6f913414c8e3b4c4d8))
41+
- remove memoization, just return the compiled string ([4123031](https://github.com/dash-ui/mq/commit/4123031b840e4161319bac6f913414c8e3b4c4d8))
4242

4343
# [1.0.0-alpha.1](https://github.com/dash-ui/mq/compare/v0.4.1...v1.0.0-alpha.1) (2021-10-29)
4444

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.7",
3+
"version": "1.0.0-alpha.8",
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)