Skip to content

Commit

Permalink
chore(release): v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGV04 committed Sep 16, 2023
1 parent 79bdb41 commit a053eda
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# Changelog

## v0.1.6


### 🩹 Fixes

- Fix missing comma ([719a490](https://github.com/ChrisGV04/cgvweb-ui/commit/719a490))
- Fix missing imports ([c53e694](https://github.com/ChrisGV04/cgvweb-ui/commit/c53e694))
- Fix type-safety of the Link component ([a91cb09](https://github.com/ChrisGV04/cgvweb-ui/commit/a91cb09))
- Fix Link component not calling clicks when used ([bb7224a](https://github.com/ChrisGV04/cgvweb-ui/commit/bb7224a))
- Fix useAttrs not defined ([0cbe60e](https://github.com/ChrisGV04/cgvweb-ui/commit/0cbe60e))
- Lint errors ([a0b1fa5](https://github.com/ChrisGV04/cgvweb-ui/commit/a0b1fa5))

### 📖 Documentation

- Change default theme ([30b8153](https://github.com/ChrisGV04/cgvweb-ui/commit/30b8153))
- Add icons demo ([31a83f8](https://github.com/ChrisGV04/cgvweb-ui/commit/31a83f8))
- Remove dark mode ([794e74c](https://github.com/ChrisGV04/cgvweb-ui/commit/794e74c))

### 🏡 Chore

- Remove debugging log ([d4063fb](https://github.com/ChrisGV04/cgvweb-ui/commit/d4063fb))
- Add type to app.config imports ([34c0295](https://github.com/ChrisGV04/cgvweb-ui/commit/34c0295))
- Prepare for release ([17ea348](https://github.com/ChrisGV04/cgvweb-ui/commit/17ea348))
- Update deps ([5456d1e](https://github.com/ChrisGV04/cgvweb-ui/commit/5456d1e))
- Update deps ([4345360](https://github.com/ChrisGV04/cgvweb-ui/commit/4345360))
- **release:** V0.1.1 ([4f1c7d9](https://github.com/ChrisGV04/cgvweb-ui/commit/4f1c7d9))
- **release:** V0.1.2 ([ac91e34](https://github.com/ChrisGV04/cgvweb-ui/commit/ac91e34))
- **release:** V0.1.3 ([2154188](https://github.com/ChrisGV04/cgvweb-ui/commit/2154188))
- **release:** V0.1.4 ([95bebf8](https://github.com/ChrisGV04/cgvweb-ui/commit/95bebf8))
- Update the README file ([2b7333e](https://github.com/ChrisGV04/cgvweb-ui/commit/2b7333e))
- **release:** V0.1.5 ([aa4e615](https://github.com/ChrisGV04/cgvweb-ui/commit/aa4e615))
- Fix eslint warnings ([0dc9cb6](https://github.com/ChrisGV04/cgvweb-ui/commit/0dc9cb6))
- Reset the changelog ([79bdb41](https://github.com/ChrisGV04/cgvweb-ui/commit/79bdb41))

### ✅ Tests

- Check if embed type works ([d563a21](https://github.com/ChrisGV04/cgvweb-ui/commit/d563a21))

### ❤️ Contributors

- Christian Gil ([@ChrisGV04](http://github.com/ChrisGV04))

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cgvweb/ui",
"version": "0.1.5",
"version": "0.1.6",
"repository": "https://github.com/ChrisGV04/cgvweb-ui",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit a053eda

Please sign in to comment.