chore(version): v0.1.0

This commit is contained in:
Cog Bot 2024-12-30 19:31:35 +00:00
parent 20cadc8521
commit f17fab7a04
6 changed files with 112 additions and 2 deletions

View file

@ -0,0 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## @mini-strap/components-v0.1.0 - 2024-12-30
#### Bug Fixes
- **(components)** replace initialization of components to prevent overrides - (8cbd097) - aleidk
- **(components)** properly export html components - (48cafe8) - aleidk
#### Features
- **(components)** allow to only hide offcanvas on breakpoint - (37a1551) - aleidk
- **(components)** add offcanvas component - (c47a2ef) - aleidk
- **(components)** add the accordion component - (e0ed5a5) - aleidk
- **(components)** add basic components - (d4a1114) - aleidk
- **(core)** add styles for vanilla form elements - (e754e40) - aleidk
#### Miscellaneous Chores
- setup ci workflow - (c1c1cdb) - aleidk
- - -
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

View file

@ -1,6 +1,6 @@
{
"name": "@mini-strap/components",
"version": "0.0.1",
"version": "0.1.0",
"type": "module",
"scripts": {
"ci:publish": "bun publish --production --frozen-lockfile"