We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0ccc6 commit b9bab96Copy full SHA for b9bab96
Taskfile.yml
@@ -37,17 +37,17 @@ tasks:
37
38
bump-patch:
39
cmds:
40
- - uv run hatch version patch
+ - uvx hatch version patch
41
- uv lock
42
43
bump-minor:
44
45
- - uv run hatch version minor
+ - uvx hatch version minor
46
47
48
bump-major:
49
50
- - uv run hatch version major
+ - uvx hatch version major
51
52
53
publish:
custom_components/reflex_clerk_api/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0.2"
+__version__ = "1.1.0"
2
3
from .authentication_components import sign_in, sign_up
4
from .clerk_provider import (
0 commit comments