Skip to content

Commit 6ed381e

Browse files
chore(release): 1.0.0
# [1.0.0](v0.4.1...v1.0.0) (2022-06-25) ### Bug Fixes * force new version ([82cc051](82cc051)) * get rid of the riff raff ([5ad5ac9](5ad5ac9)) * make media queries obey order of breakpoints ([8887345](8887345)) * remove alpha peer deps ([3e59d3b](3e59d3b)) ### Features * add memoization and update types ([a132c8d](a132c8d)) * allow numbers as media query names ([fa04f47](fa04f47)) * release alpha ([8764b1c](8764b1c)) ### Performance Improvements * concat strings instead of interpolating ([8f1cfb0](8f1cfb0)) * remove memoization, just return the compiled string ([4123031](4123031)) ### BREAKING CHANGES * `styles` instances are now required as a first argument in the initializer
1 parent 8764b1c commit 6ed381e

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [1.0.0](https://github.com/dash-ui/mq/compare/v0.4.1...v1.0.0) (2022-06-25)
2+
3+
### Bug Fixes
4+
5+
- force new version ([82cc051](https://github.com/dash-ui/mq/commit/82cc051ac0b43950169ef405fe7d5d654625f6e6))
6+
- get rid of the riff raff ([5ad5ac9](https://github.com/dash-ui/mq/commit/5ad5ac952d75bb3796b19d5693d78a49c5a6f8d5))
7+
- make media queries obey order of breakpoints ([8887345](https://github.com/dash-ui/mq/commit/8887345c98df2e9c842b7c9beb36742331cb9017))
8+
- remove alpha peer deps ([3e59d3b](https://github.com/dash-ui/mq/commit/3e59d3b91a9321f01241886c1f06a7a5fd9f917a))
9+
10+
### Features
11+
12+
- add memoization and update types ([a132c8d](https://github.com/dash-ui/mq/commit/a132c8df120a47d0f7e7391f412f4e12c3ab8d2e))
13+
- allow numbers as media query names ([fa04f47](https://github.com/dash-ui/mq/commit/fa04f47629dc42035899ed1f3b9932b8d11cc326))
14+
- release alpha ([8764b1c](https://github.com/dash-ui/mq/commit/8764b1c25355d19d26bb94947d656d22cdc3d34b))
15+
16+
### Performance Improvements
17+
18+
- concat strings instead of interpolating ([8f1cfb0](https://github.com/dash-ui/mq/commit/8f1cfb0c417118ce056eb2c62d9c113b34b412dc))
19+
- remove memoization, just return the compiled string ([4123031](https://github.com/dash-ui/mq/commit/4123031b840e4161319bac6f913414c8e3b4c4d8))
20+
21+
### BREAKING CHANGES
22+
23+
- `styles` instances are now required as a first argument in the initializer
24+
125
# [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)
226

327
### Bug Fixes

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