Skip to content

Commit 74292dd

Browse files
chore(release): 1.21.2 [skip ci]
## [1.21.2](v1.21.1...v1.21.2) (2025-05-01) ### Bug Fixes * update [@cocreate](https://github.com/cocreate) dependencies ([cc7c5e4](cc7c5e4))
1 parent cc7c5e4 commit 74292dd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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.2](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.21.1...v1.21.2) (2025-05-01)
2+
3+
4+
### Bug Fixes
5+
6+
* update [@cocreate](https://github.com/cocreate) dependencies ([cc7c5e4](https://github.com/CoCreate-app/CoCreate-actions/commit/cc7c5e40175ee6fd91e79ccc7d9a8a605977b728))
7+
18
## [1.21.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.21.0...v1.21.1) (2025-04-30)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/actions",
3-
"version": "1.21.1",
3+
"version": "1.21.2",
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",
@@ -59,4 +59,4 @@
5959
"@cocreate/uuid": "^1.12.1",
6060
"@cocreate/utils": "^1.39.0"
6161
}
62-
}
62+
}

0 commit comments

Comments
 (0)