Skip to content

Commit 888b145

Browse files
chore(release): 1.18.3 [skip ci]
## [1.18.3](v1.18.2...v1.18.3) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([2a031e3](2a031e3)) * svg icon class ([c7be8dd](c7be8dd))
1 parent 2a031e3 commit 888b145

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.18.3](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.18.2...v1.18.3) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([2a031e3](https://github.com/CoCreate-app/CoCreate-actions/commit/2a031e3f7997d52b0619a739ad3be7401e1d21f6))
7+
* svg icon class ([c7be8dd](https://github.com/CoCreate-app/CoCreate-actions/commit/c7be8dd7cb0bd1ba06c62d33b507d55259aa69c0))
8+
19
## [1.18.2](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.18.1...v1.18.2) (2024-04-29)
210

311

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.18.2",
3+
"version": "1.18.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",
@@ -61,4 +61,4 @@
6161
"dependencies": {
6262
"@cocreate/utils": "^1.33.7"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)