Skip to content

Commit 1944bde

Browse files
author
semantic-release
committed
chore(release): 0.2.0 [skip ci]
1 parent 7fc49f2 commit 1944bde

File tree

2 files changed

+53
-1
lines changed

2 files changed

+53
-1
lines changed

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
# CHANGELOG
22

33

4+
## v0.2.0 (2024-11-17)
5+
6+
### Bug Fixes
7+
8+
- Fix dependecy groups in pyproject.toml
9+
([`b6e4fc8`](https://github.com/basicmachines-co/basic-components/commit/b6e4fc80e23410d5d0bc990d40000b4a7bfbd585))
10+
11+
### Documentation
12+
13+
- Add CHANGELOG to docs site
14+
([`0b35e1d`](https://github.com/basicmachines-co/basic-components/commit/0b35e1df3c154a20a64399d93a9ad363c84d90f5))
15+
16+
### Features
17+
18+
- Add component dependency analyzer tool
19+
([`3aa76c8`](https://github.com/basicmachines-co/basic-components/commit/3aa76c8868887e010aca4e6af925cea37988f32f))
20+
21+
Introduce a new tool to analyze component dependencies with optional TOML and JSON output. This tool
22+
can identify PascalCase component references and supports integrations, special icon cases, and
23+
core components. Added a corresponding TOML file for known dependencies.
24+
25+
### Refactoring
26+
27+
- Adjust project configuration and file structure
28+
([`7fc49f2`](https://github.com/basicmachines-co/basic-components/commit/7fc49f272ccb9616270bd2c5142af658e22e94f2))
29+
30+
Move dependencies and script definitions in pyproject.toml for better structure. Rename and relocate
31+
cli.py to components.py to improve clarity. Update .gitignore to include .env files.
32+
33+
- Restructure component files and update dependencies
34+
([`d74ea0e`](https://github.com/basicmachines-co/basic-components/commit/d74ea0eb55b11a9b6b403541e24de80960921751))
35+
36+
Moved component files to new directories for better organization. Updated pyproject.toml and uv.lock
37+
reflecting changes and added tomli-w dependency. Enhanced CLI tool with dependency handling and a
38+
dry run feature.
39+
40+
441
## v0.1.7 (2024-11-15)
542

643
### Bug Fixes
@@ -17,6 +54,21 @@
1754
- Redo release workflow based on python-semantic-release docs
1855
([`b03dd50`](https://github.com/basicmachines-co/basic-components/commit/b03dd504c013f8c9f1622248f43c1d7f26d92618))
1956

57+
### Chores
58+
59+
- **release**: 0.1.7 [skip ci]
60+
([`e7a1452`](https://github.com/basicmachines-co/basic-components/commit/e7a14526696dda306d0b332d21d2f290a4a66116))
61+
62+
### Documentation
63+
64+
- Add installation docs for components
65+
([`3f963aa`](https://github.com/basicmachines-co/basic-components/commit/3f963aaad07652cd3e5561f8509b4ac802e3bcca))
66+
67+
### Features
68+
69+
- Add tabs component and fix broken Icon references
70+
([`1d81161`](https://github.com/basicmachines-co/basic-components/commit/1d811615f92c33f248d209fdbde9903f5d0f9d25))
71+
2072

2173
## v0.1.6 (2024-11-15)
2274

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.1.7"
3+
version = "0.2.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)