Skip to content

Commit a96294c

Browse files
chore(release): 1.0.0
# [1.0.0](v0.2.3...v1.0.0) (2022-06-25) ### Bug Fixes * add numeric variants ([0901321](0901321)) * fix key setting ([931da36](931da36)) * remove alpha version from peer deps ([251e7fc](251e7fc)) * update mq dependency ([92d3ade](92d3ade)) ### Features * release v1 ([8560987](8560987)) * update api and types to match latest dash alpha ([a2e1635](a2e1635)) ### Performance Improvements * improve variants/one/lazy perf ([22e845a](22e845a)) ### BREAKING CHANGES * responsive() no longer returns a function, it returns an object. The function it used to return is now on the "variants" property.
1 parent 8560987 commit a96294c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.0.0](https://github.com/dash-ui/responsive/compare/v0.2.3...v1.0.0) (2022-06-25)
2+
3+
### Bug Fixes
4+
5+
- add numeric variants ([0901321](https://github.com/dash-ui/responsive/commit/0901321959553846e1b66a6a49063db884837483))
6+
- fix key setting ([931da36](https://github.com/dash-ui/responsive/commit/931da36dc5e216ae06b9a7111a488fa3d58b46f2))
7+
- remove alpha version from peer deps ([251e7fc](https://github.com/dash-ui/responsive/commit/251e7fc61c30838ca2c4d482034515105fe4c192))
8+
- update mq dependency ([92d3ade](https://github.com/dash-ui/responsive/commit/92d3adeb492faae7e8741a93890b153a579fe4f7))
9+
10+
### Features
11+
12+
- release v1 ([8560987](https://github.com/dash-ui/responsive/commit/8560987350081ddd96b68e6c947b3058a65aefec))
13+
- update api and types to match latest dash alpha ([a2e1635](https://github.com/dash-ui/responsive/commit/a2e1635826c6919b84a3bea7f0a85065b711e9fd))
14+
15+
### Performance Improvements
16+
17+
- improve variants/one/lazy perf ([22e845a](https://github.com/dash-ui/responsive/commit/22e845a074e87a172fb89fb739efdc22c201e6d5))
18+
19+
### BREAKING CHANGES
20+
21+
- responsive() no longer returns a function, it returns an object. The function it
22+
used to return is now on the "variants" property.
23+
124
# [1.0.0-alpha.6](https://github.com/dash-ui/responsive/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2022-06-25)
225

326
### Bug Fixes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dash-ui/responsive",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0",
44
"description": "A library for adding responsive style props to components with @dash-ui",
55
"license": "MIT",
66
"author": "Jared Lunde <[email protected]> (https://jaredlunde.com/)",

0 commit comments

Comments
 (0)