@@ -4,5 +4,100 @@ description: Latest updates and announcements.
44---
55
66<Prose >
7- Coming soon
7+ ## v0.1.7 (2024-11-15)
8+
9+ ### Bug Fixes
10+
11+ - Update tag for semantic-release action
12+ ([ ` ebd48b3 ` ] ( https://github.com/basicmachines-co/basic-components/commit/ebd48b3261dc9718eefd315d26a500255d8ed387 ) )
13+ - Push to pypi and github. Install uv in build_command for semantic_release
14+ ([ ` e29837f ` ] ( https://github.com/basicmachines-co/basic-components/commit/e29837f4f7b6906ce70003edd898a5cb39c313f6 ) )
15+ - Add uv to docker image for release
16+ ([ ` 084c008 ` ] ( https://github.com/basicmachines-co/basic-components/commit/084c00804d1fc834f1fb5a40fcc25d93ce5c99e7 ) )
17+ - Redo release workflow based on python-semantic-release docs
18+ ([ ` b03dd50 ` ] ( https://github.com/basicmachines-co/basic-components/commit/b03dd504c013f8c9f1622248f43c1d7f26d92618 ) )
19+
20+
21+ ## v0.1.6 (2024-11-15)
22+
23+ ### Chores
24+
25+ - Fix github release workflow
26+ ([ ` 2f4092e ` ] ( https://github.com/basicmachines-co/basic-components/commit/2f4092ecf68cd6d77a71d88f018783a2016c813a ) )
27+ - Update intallation docs and README
28+ ([ ` ba44c67 ` ] ( https://github.com/basicmachines-co/basic-components/commit/ba44c67df0b240301819d4e806def7bf5fc5472c ) )
29+
30+ ## v0.1.5 (2024-11-14)
31+
32+ ### Chores
33+
34+ - Fix version_toml for semantic_release
35+ ([ ` 6e5ef7d ` ] ( https://github.com/basicmachines-co/basic-components/commit/6e5ef7d9364abedf40feb2e0b1a205c967aa7903 ) )
36+
37+
38+ ## v0.1.4 (2024-11-14)
39+
40+ ### Chores
41+
42+ - Fix pyproject toml for semantic_release
43+ ([ ` 7db428a ` ] ( https://github.com/basicmachines-co/basic-components/commit/7db428a925db897e172df80136cf5d3daf7eb446 ) )
44+
45+ ## v0.1.3 (2024-11-14)
46+
47+ ### Chores
48+
49+ - Fix github release workflow
50+ ([ ` 6210da8 ` ] ( https://github.com/basicmachines-co/basic-components/commit/6210da8d82dd4daced77560b70a3af9e1e80c408 ) )
51+
52+ ## v0.1.2 (2024-11-14)
53+
54+ ### Chores
55+
56+ - Add github actions release workflow
57+ ([ ` f32e6fe ` ] ( https://github.com/basicmachines-co/basic-components/commit/f32e6fe98e5766f9403e6d35044fb801a36f4e14 ) )
58+ - More doc updates for cli and utils functions
59+ ([ ` 5ad08fb ` ] ( https://github.com/basicmachines-co/basic-components/commit/5ad08fb315b71990d3af78d4f73337f9950994d2 ) )
60+
61+
62+ ## v0.1.1 (2024-11-14)
63+
64+ ### Chores
65+
66+ - Update docs for installing, using cli
67+ ([ ` d481aef ` ] ( https://github.com/basicmachines-co/basic-components/commit/d481aef15e36bf18ce05e21b250b14a3a7a5b7df ) )
68+ - Update llms.md for components cli tool
69+ ([ ` a1632d8 ` ] ( https://github.com/basicmachines-co/basic-components/commit/a1632d81f6466380fda41d474e8a063e59485704 ) )
70+ - Update example projects
71+ ([ ` a2981a5 ` ] ( https://github.com/basicmachines-co/basic-components/commit/a2981a527e7a9f13dba7bce2e5f42a85341a7cb7 ) )
72+ - More docs cleanup for installing basic-components
73+ ([ ` 7b2ac4c ` ] ( https://github.com/basicmachines-co/basic-components/commit/7b2ac4c6ab81751774b9127aa6badf6697384b36 ) )
74+ - Remove Jinja from frameworks in pyproject.toml
75+ ([ ` 70554ca ` ] ( https://github.com/basicmachines-co/basic-components/commit/70554cac5c33cad2230b2db74c366a8135ca479c ) )
76+ - Update pyproject.toml and README to include dependency groups
77+ ([ ` 022d452 ` ] ( https://github.com/basicmachines-co/basic-components/commit/022d4522de88d35a0bda9009d87b55ee0661e45b ) )
78+ - Add usage docs for the components cli
79+ ([ ` fae648b ` ] ( https://github.com/basicmachines-co/basic-components/commit/fae648bd2c697dbea2908af4aa88fcba7c0fef67 ) )
80+ - Upate docs for components cli
81+ ([ ` 05d6ee4 ` ] ( https://github.com/basicmachines-co/basic-components/commit/05d6ee4e8fe96ea0f6f2448f5a60c1de716ae508 ) )
82+
83+ ### Features
84+
85+ - Integrate basic-components utilities and refactor setup
86+ ([ #8 ] ( https://github.com/basicmachines-co/basic-components/pull/8 ) ,
87+ [ ` 90b5d2e ` ] ( https://github.com/basicmachines-co/basic-components/commit/90b5d2e6cef39f8f4d03a1e4d2e4f0eedec9f0d8 ) )
88+ * feat: integrate basic-components utilities and refactor setup
89+
90+ Introduce ` setup_component_catalog ` and Tailwind utilities. Add dependency ` basic-components ` to
91+ examples, refactor ` setup_component_catalog ` usage, and add ` tw ` to Jinja globals.
92+
93+ * feat(tailwind): enhance class merging logic and improve docs
94+
95+ Enhance ` tw ` function to handle class conflicts and maintain consistent ordering. Update
96+ documentation with advanced component patterns, including state management, event handling, and
97+ styling best practices.
98+
99+ ---------
100+
101+ Co-authored-by: phernandez < phernandez@basicmachines.co >
102+
8103</Prose >
0 commit comments