Skip to content

Commit 3bb0694

Browse files
chore(release): 1.3.2 [skip ci]
## [1.3.2](v1.3.1...v1.3.2) (2025-07-19) ### Bug Fixes * change initialEvents to events prop in FullCalendar component ([#61](#61)) ([14978a9](14978a9))
1 parent 14978a9 commit 3bb0694

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.2](https://github.com/im-perativa/streamlit-calendar/compare/v1.3.1...v1.3.2) (2025-07-19)
7+
8+
9+
### Bug Fixes
10+
11+
* change initialEvents to events prop in FullCalendar component ([#61](https://github.com/im-perativa/streamlit-calendar/issues/61)) ([14978a9](https://github.com/im-perativa/streamlit-calendar/commit/14978a939aa378a3fa249579d186fc07096ae47b))
12+
613
## [1.3.1](https://github.com/im-perativa/streamlit-calendar/compare/v1.3.0...v1.3.1) (2025-05-07)
714

815

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "streamlit-calendar"
3-
version = "1.3.1"
3+
version = "1.3.2"
44
description = "📆 A Streamlit component to show callendar using FullCalendar (https://fullcalendar.io)"
55
authors = ["Muhammad Luqman <im.imperativa@gmail.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)