Skip to content

Commit 7cb0d6d

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.31...v1.11.0) (2023-08-16) ### Bug Fixes * crud attributes renamed ([739fd2e](739fd2e)) * render-array and render-object attributes renamed to render ([558b8cd](558b8cd)) * replace -target -selector ([8daf241](8daf241)) * updated actions callback data object ([8034616](8034616)) * webpack.config and package.json make use of mode=production instead of process.env ([af618e8](af618e8)) ### Features * name attribute and variable renamed to key ([9e8016d](9e8016d)) * update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([d22a5be](d22a5be))
1 parent af618e8 commit 7cb0d6d

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.31...v1.11.0) (2023-08-16)
2+
3+
4+
### Bug Fixes
5+
6+
* crud attributes renamed ([739fd2e](https://github.com/CoCreate-app/CoCreate-api/commit/739fd2ec4db058f064561373395adeaf5da2265e))
7+
* render-array and render-object attributes renamed to render ([558b8cd](https://github.com/CoCreate-app/CoCreate-api/commit/558b8cd0b3ca4c648ea39dbea9de4bf37ea5adeb))
8+
* replace -target -selector ([8daf241](https://github.com/CoCreate-app/CoCreate-api/commit/8daf24163608a51eb0daad64fc4f430a56e14be9))
9+
* updated actions callback data object ([8034616](https://github.com/CoCreate-app/CoCreate-api/commit/803461695887e239074761ecf52a5240313699fa))
10+
* webpack.config and package.json make use of mode=production instead of process.env ([af618e8](https://github.com/CoCreate-app/CoCreate-api/commit/af618e8b4c9f2369f91f7486d94ab7f974ede83f))
11+
12+
13+
### Features
14+
15+
* name attribute and variable renamed to key ([9e8016d](https://github.com/CoCreate-app/CoCreate-api/commit/9e8016d583d02fb9a0e0dfa0b8c1e153e56b0981))
16+
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([d22a5be](https://github.com/CoCreate-app/CoCreate-api/commit/d22a5beb7e6afe50c41f4dccde6a92000366d219))
17+
118
## [1.10.31](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.30...v1.10.31) (2023-06-14)
219

320

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/api",
3-
"version": "1.10.31",
3+
"version": "1.11.0",
44
"description": "A simple api helper component in vanilla javascript used by JavaScript developers to create thirdparty api intergrations. CoCreate-api includes the client component and server side for api processing. Thirdparty apis can be accessible using HTML5 attributes and/or JavaScript API. ",
55
"keywords": [
66
"thirdparty-api-intergration",
@@ -66,4 +66,4 @@
6666
"@cocreate/socket-client": "^1.23.26",
6767
"@cocreate/utils": "^1.21.16"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)