Skip to content

Commit 28ac9ed

Browse files
author
semantic-release
committed
chore(release): 0.3.0 [skip ci]
1 parent 0136455 commit 28ac9ed

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,36 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "basic-components"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Re-usable server-side components based on shadcn/ui with JinjaX, Alpine.js and Tailwind CSS"
55
authors = [
66
{ name = "phernandez", email = "[email protected]" },

0 commit comments

Comments
 (0)