Skip to content

Commit cf08268

Browse files
authored
Merge pull request #3 from iamgp/release-please--branches--main
2 parents 45480ef + 092a90e commit cf08268

7 files changed

Lines changed: 20 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dash-dashkit"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Modern dashboard components for Dash applications"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/dashkit_table/dashkit_table/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from importlib.metadata import version as _pkg_version
88
__version__ = _pkg_version("dashkit_table")
99
except 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

src/dashkit_table/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "dashkit_table"
33
description = "Modern Handsontable component for Dash with native theming support"
44
readme = "README.md"
55
requires-python = ">=3.8"
6-
version = "1.1.1"
6+
version = "1.1.2"
77
dependencies = [
88
"dash>=2.0.0",
99
]

src/dashkit_table/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
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",

src/dashkit_table/src/dashkit_table/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

0 commit comments

Comments
 (0)