Skip to content

Commit e7a1452

Browse files
author
semantic-release
committed
chore(release): 0.1.7 [skip ci]
1 parent ebd48b3 commit e7a1452

File tree

2 files changed

+115
-1
lines changed

2 files changed

+115
-1
lines changed

CHANGELOG.md

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

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.0"
3+
version = "0.1.7"
44
description = "Re-usable server-side components based on shadcn/ui with JinjaX, Alpine.js and Tailwind CSS"
55
authors = [
66
{ name = "phernandez", email = "paul@basicmachines.co" },

0 commit comments

Comments
 (0)