Skip to content

Commit fa031fa

Browse files
chore(release): 1.0.0
# [1.0.0](v0.9.3...v1.0.0) (2022-06-25) ### Features * release v1 ([3c3e40a](3c3e40a)) * remove alpha peers ([b5e8dd5](b5e8dd5)) * update types and apis to support latest dash alpha ([a75301d](a75301d)) ### BREAKING CHANGES * Types and expected input styles instance are updated to the latest alpha
1 parent 3c3e40a commit fa031fa

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.0.0](https://github.com/dash-ui/react-layout/compare/v0.9.3...v1.0.0) (2022-06-25)
2+
3+
### Features
4+
5+
- release v1 ([3c3e40a](https://github.com/dash-ui/react-layout/commit/3c3e40aadbf7fb361d079527e209abd5700177a3))
6+
- remove alpha peers ([b5e8dd5](https://github.com/dash-ui/react-layout/commit/b5e8dd5697f23887cc66cc6b9cfd16ea284aa2da))
7+
- update types and apis to support latest dash alpha ([a75301d](https://github.com/dash-ui/react-layout/commit/a75301d9047ba79ec7b9a46e30848717055581e8))
8+
9+
### BREAKING CHANGES
10+
11+
- Types and expected input styles instance are updated to the latest alpha
12+
113
# [1.0.0-alpha.2](https://github.com/dash-ui/react-layout/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2022-06-25)
214

315
### Features

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/react-layout",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0",
44
"description": "Awesome layout primitives for React using @dash-ui",
55
"license": "MIT",
66
"author": "Jared Lunde <[email protected]> (https://jaredlunde.com/)",

0 commit comments

Comments
 (0)