Skip to content

Commit

Permalink
chore(release): 1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent af618e8 commit 7cb0d6d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.11.0](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.31...v1.11.0) (2023-08-16)


### Bug Fixes

* crud attributes renamed ([739fd2e](https://github.com/CoCreate-app/CoCreate-api/commit/739fd2ec4db058f064561373395adeaf5da2265e))
* render-array and render-object attributes renamed to render ([558b8cd](https://github.com/CoCreate-app/CoCreate-api/commit/558b8cd0b3ca4c648ea39dbea9de4bf37ea5adeb))
* replace -target -selector ([8daf241](https://github.com/CoCreate-app/CoCreate-api/commit/8daf24163608a51eb0daad64fc4f430a56e14be9))
* updated actions callback data object ([8034616](https://github.com/CoCreate-app/CoCreate-api/commit/803461695887e239074761ecf52a5240313699fa))
* webpack.config and package.json make use of mode=production instead of process.env ([af618e8](https://github.com/CoCreate-app/CoCreate-api/commit/af618e8b4c9f2369f91f7486d94ab7f974ede83f))


### Features

* name attribute and variable renamed to key ([9e8016d](https://github.com/CoCreate-app/CoCreate-api/commit/9e8016d583d02fb9a0e0dfa0b8c1e153e56b0981))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([d22a5be](https://github.com/CoCreate-app/CoCreate-api/commit/d22a5beb7e6afe50c41f4dccde6a92000366d219))

## [1.10.31](https://github.com/CoCreate-app/CoCreate-api/compare/v1.10.30...v1.10.31) (2023-06-14)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/api",
"version": "1.10.31",
"version": "1.11.0",
"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. ",
"keywords": [
"thirdparty-api-intergration",
Expand Down Expand Up @@ -66,4 +66,4 @@
"@cocreate/socket-client": "^1.23.26",
"@cocreate/utils": "^1.21.16"
}
}
}

0 comments on commit 7cb0d6d

Please sign in to comment.