File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v0.3.0 (2024-11-18)
5+
6+ ### Features
7+
8+ - Include all components in dependency mapping
9+ ([ ` 0136455 ` ] ( https://github.com/basicmachines-co/basic-components/commit/01364555ffb45666fa0dddcd4970b86b1359d8a9 ) )
10+
11+ Added empty lists for components with no dependencies in component_dependencies.toml. Refactored
12+ component_analyzer.py to ensure all components are included in the dependencies mapping. Enhanced
13+ error handling in components.py for better user feedback.
14+
15+ - ** docs** : Add installation tabs for multiple package managers
16+ ([ ` d61c0ad ` ] ( https://github.com/basicmachines-co/basic-components/commit/d61c0adc865d81f1aa1c2efa698aeeae3bb723aa ) )
17+
18+ Updated installation documentation to include tabs for uv, poetry, and pip commands. Also added
19+ details about component dependencies with examples.
20+
21+
422## v0.2.0 (2024-11-17)
523
624### Bug Fixes
725
826- Fix dependecy groups in pyproject.toml
927 ([ ` b6e4fc8 ` ] ( https://github.com/basicmachines-co/basic-components/commit/b6e4fc80e23410d5d0bc990d40000b4a7bfbd585 ) )
1028
29+ ### Chores
30+
31+ - ** release** : 0.2.0 [ skip ci]
32+ ([ ` 1944bde ` ] ( https://github.com/basicmachines-co/basic-components/commit/1944bde1fda8e90b00a26ef99fd62de833c04b39 ) )
33+
1134### Documentation
1235
1336- Add CHANGELOG to docs site
Original file line number Diff line number Diff line change 11[project ]
22name = " basic-components"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Re-usable server-side components based on shadcn/ui with JinjaX, Alpine.js and Tailwind CSS"
55authors = [
66 {
name =
" phernandez" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments