File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.1.1 " ,
3- "src/dashkit_table" : " 1.1.1 " ,
2+ "." : " 1.1.2 " ,
3+ "src/dashkit_table" : " 1.1.2 " ,
44 "src/dashkit_shadcn" : " 1.0.1" ,
55 "src/dashkit_kiboui" : " 1.0.1"
66}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2] ( https://github.com/iamgp/dash_dashkit/compare/dash-dashkit-v1.1.1...dash-dashkit-v1.1.2 ) (2025-08-20)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** table:** add keywords and re-trigger release for publish pipeline ([ 5f8ff4f] ( https://github.com/iamgp/dash_dashkit/commit/5f8ff4f74b53e339d7ed6d3d66db156e1723377d ) )
9+
310## [ 1.1.1] ( https://github.com/iamgp/dash_dashkit/compare/dash-dashkit-v1.1.0...dash-dashkit-v1.1.1 ) (2025-08-20)
411
512
Original file line number Diff line number Diff line change 11[project ]
22name = " dash-dashkit"
3- version = " 1.1.1 "
3+ version = " 1.1.2 "
44description = " Modern dashboard components for Dash applications"
55readme = " README.md"
66requires-python = " >=3.10"
Original file line number Diff line number Diff line change 77 from importlib .metadata import version as _pkg_version
88 __version__ = _pkg_version ("dashkit_table" )
99except Exception :
10- __version__ = "1.1.1 "
10+ __version__ = "1.1.2 "
1111
1212# Get the directory of this package
1313_current_dir = Path (__file__ ).parent
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "dashkit_table"
33description = " Modern Handsontable component for Dash with native theming support"
44readme = " README.md"
55requires-python = " >=3.8"
6- version = " 1.1.1 "
6+ version = " 1.1.2 "
77dependencies = [
88" dash>=2.0.0" ,
99]
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "dashkit_table" ,
13- version = "1.1.1 " ,
13+ version = "1.1.2 " ,
1414 description = "Modern Handsontable component for Dash with native theming support" ,
1515 long_description = (Path (__file__ ).parent / "README.md" ).read_text (encoding = "utf-8" ),
1616 long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.2] ( https://github.com/iamgp/dash_dashkit/compare/dashkit_table-v1.1.1...dashkit_table-v1.1.2 ) (2025-08-20)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** table:** add keywords and re-trigger release for publish pipeline ([ 5f8ff4f] ( https://github.com/iamgp/dash_dashkit/commit/5f8ff4f74b53e339d7ed6d3d66db156e1723377d ) )
9+
310## [ 1.1.1] ( https://github.com/iamgp/dash_dashkit/compare/dashkit_table-v1.1.0...dashkit_table-v1.1.1 ) (2025-08-20)
411
512
You can’t perform that action at this time.
0 commit comments