Skip to content

Commit 1788960

Browse files
chore(release): 1.21.1 [skip ci]
## [1.21.1](v1.21.0...v1.21.1) (2025-04-30) ### Bug Fixes * added css-loader ([4f2d623](4f2d623)) * update query attributes ([c9e6d5b](c9e6d5b)) * update webpack.config.js ([68d49a2](68d49a2)) * updated cocreate modules versions ([157cdea](157cdea)) * webpack.config and devdependencies ([0e4dcc5](0e4dcc5)) * webpack.config.js ([aa2ba21](aa2ba21)) * webpack.config.js ([eb48840](eb48840)) * webpack.config.js ([d24dfa5](d24dfa5))
1 parent 4f2d623 commit 1788960

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [1.21.1](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.21.0...v1.21.1) (2025-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* added css-loader ([4f2d623](https://github.com/CoCreate-app/CoCreate-actions/commit/4f2d6235236ca8f748bcbaa03a7bc86fad7379f9))
7+
* update query attributes ([c9e6d5b](https://github.com/CoCreate-app/CoCreate-actions/commit/c9e6d5b78705a077b58d568815ac5020f09f250c))
8+
* update webpack.config.js ([68d49a2](https://github.com/CoCreate-app/CoCreate-actions/commit/68d49a2d5507fc436dae15a5f2c5c95190f47182))
9+
* updated cocreate modules versions ([157cdea](https://github.com/CoCreate-app/CoCreate-actions/commit/157cdea87075cbfe8e54aa1dfb8c75141323bd2c))
10+
* webpack.config and devdependencies ([0e4dcc5](https://github.com/CoCreate-app/CoCreate-actions/commit/0e4dcc5fcf46c314aba28bb57e219516c4dba978))
11+
* webpack.config.js ([aa2ba21](https://github.com/CoCreate-app/CoCreate-actions/commit/aa2ba21c6a4cedfc68c554a1e67235ee7cea939c))
12+
* webpack.config.js ([eb48840](https://github.com/CoCreate-app/CoCreate-actions/commit/eb4884063a39ca7a669af52c6ecf94725fe62411))
13+
* webpack.config.js ([d24dfa5](https://github.com/CoCreate-app/CoCreate-actions/commit/d24dfa51326afd3b50552626ff24d59a2bf7b344))
14+
115
# [1.21.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.20.1...v1.21.0) (2025-04-11)
216

317

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.0",
3+
"version": "1.21.1",
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)