diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..b80ef2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) + diff --git a/package.json b/package.json index 6a0c59d..e289c12 100644 --- a/package.json +++ b/package.json @@ -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",