Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jun 25, 2022
1 parent 3c3e40a commit fa031fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.0.0](https://github.com/dash-ui/react-layout/compare/v0.9.3...v1.0.0) (2022-06-25)

### Features

- release v1 ([3c3e40a](https://github.com/dash-ui/react-layout/commit/3c3e40aadbf7fb361d079527e209abd5700177a3))
- remove alpha peers ([b5e8dd5](https://github.com/dash-ui/react-layout/commit/b5e8dd5697f23887cc66cc6b9cfd16ea284aa2da))
- update types and apis to support latest dash alpha ([a75301d](https://github.com/dash-ui/react-layout/commit/a75301d9047ba79ec7b9a46e30848717055581e8))

### BREAKING CHANGES

- Types and expected input styles instance are updated to the latest alpha

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dash-ui/react-layout",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "Awesome layout primitives for React using @dash-ui",
"license": "MIT",
"author": "Jared Lunde <jared.lunde@gmail.com> (https://jaredlunde.com/)",
Expand Down

0 comments on commit fa031fa

Please sign in to comment.