Skip to content

Commit 198c675

Browse files
authored
v1.0.1 (#42)
1 parent da15d41 commit 198c675

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.github/workflows/publish-develop-docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.x
19-
- run: pip install -r requirements/build-docs.txt
20-
- name: Install dependecies
19+
- name: Install dependencies
2120
run: |
2221
pip install --upgrade hatch uv
2322
- name: Configure Git

.github/workflows/publish-latest-docs.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.x
19-
- run: pip install -r requirements/build-docs.txt
20-
- name: Install dependecies
19+
- name: Install dependencies
2120
run: |
2221
pip install --upgrade hatch uv
2322
- name: Configure Git

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Using the following categories, list your changes in this order:
3434

3535
## [Unreleased]
3636

37+
- Nothing (yet)!
38+
39+
## [1.0.1] - 2024-10-24
40+
3741
### Changed
3842

3943
- JavaScript bundle is now created using [`Bun`](https://bun.sh/)

src/reactpy_router/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# the version is statically loaded by setup.py
2-
__version__ = "1.0.0"
2+
__version__ = "1.0.1"
33

44

55
from reactpy_router.components import link, navigate, route

0 commit comments

Comments
 (0)