Skip to content

Commit 3977f95

Browse files
chore(release): 1.14.0 [skip ci]
# [1.14.0](v1.13.0...v1.14.0) (2023-11-25) ### Bug Fixes * pass attributes renamed to state ([0019e12](0019e12)) * update nav, edit button and css path ([c7e4be0](c7e4be0)) ### Features * upgrade dependencies for latest features and fixes ([5a69e1c](5a69e1c))
1 parent 5a69e1c commit 3977f95

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.14.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.13.0...v1.14.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* pass attributes renamed to state ([0019e12](https://github.com/CoCreate-app/CoCreate-actions/commit/0019e1277bba4fe78f9b76cfcb153cb9b4220552))
7+
* update nav, edit button and css path ([c7e4be0](https://github.com/CoCreate-app/CoCreate-actions/commit/c7e4be03107a0e6b77e0096a102ffba31dd866bf))
8+
9+
10+
### Features
11+
12+
* upgrade dependencies for latest features and fixes ([5a69e1c](https://github.com/CoCreate-app/CoCreate-actions/commit/5a69e1c95be7894b3da3cb9d1bdbce87d4059a91))
13+
114
# [1.13.0](https://github.com/CoCreate-app/CoCreate-actions/compare/v1.12.4...v1.13.0) (2023-11-19)
215

316

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.13.0",
3+
"version": "1.14.0",
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.28.0"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)