Skip to content

Commit 90187b9

Browse files
chore(release): 1.21.3 [skip ci]
## [1.21.3](v1.21.2...v1.21.3) (2025-10-11) ### Bug Fixes * enhance runSpecialAction to toggle button disabled state ([3d2d72a](3d2d72a))
1 parent 3d2d72a commit 90187b9

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
@@ -1,3 +1,10 @@
1+
## [1.21.3](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.21.2...v1.21.3) (2025-10-11)
2+
3+
4+
### Bug Fixes
5+
6+
* enhance runSpecialAction to toggle button disabled state ([3d2d72a](https://github.com/CoCreate-app/CoCreate-actions/commit/3d2d72a57e802aa333549caf879b5a539ce1fa97))
7+
18
## [1.21.2](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.21.1...v1.21.2) (2025-05-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/actions",
3-
"version": "1.21.2",
3+
"version": "1.21.3",
44
"description": "Chain multiple component executions to generate your desired logic, when one action is complete next one will start. The sequence goes until all actions have been completed. Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"actions",

0 commit comments

Comments
 (0)