Skip to content

Commit 49a02c5

Browse files
chore(release): 1.8.22 [skip ci]
## [1.8.22](v1.8.21...v1.8.22) (2023-06-11) ### Bug Fixes * Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([fbc37aa](fbc37aa))
1 parent fbc37aa commit 49a02c5

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.8.22](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.8.21...v1.8.22) (2023-06-11)
2+
3+
4+
### Bug Fixes
5+
6+
* Update dependencies versions for [@cocreate](https://github.com/cocreate) libraries ([fbc37aa](https://github.com/CoCreate-app/CoCreate-actions/commit/fbc37aadda36b5ebb062a78ac44f77bda51e3a02))
7+
18
## [1.8.21](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.8.20...v1.8.21) (2023-06-11)
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.8.21",
3+
"version": "1.8.22",
44
"description": "A convenient chain handler allows user to chain multiple CoCreate components together. When one action is complete next one will start. The sequence goes untill all actions completed. Grounded on Vanilla javascript, easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"actions",
@@ -62,4 +62,4 @@
6262
"dependencies": {
6363
"@cocreate/utils": "^1.21.5"
6464
}
65-
}
65+
}

0 commit comments

Comments
 (0)