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.28...v1.11.0) (2023-08-16)

### Bug Fixes

* crud attributes renamed ([b21131b](b21131b))
* Refactor event handling and save method in adapter.js ([d1d0455](d1d0455))
* Removed crud-client and message-client ([16f68c5](16f68c5))
* render-array and render-object attributes renamed to render ([7ab98af](7ab98af))
* replace -target -selector ([51643bf](51643bf))
* updated fetch-limit to filter-limit ([4f46d5b](4f46d5b))
* webpack.config and package.json make use of mode=production instead of process.env ([c78e009](c78e009))

### Features

* element.read() ([f8a32fd](f8a32fd))
* name attribute and variable renamed to key ([17bb734](17bb734))
* renamed CRUD attributes and params ([11644d2](11644d2))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([f60d385](f60d385))
  • Loading branch information
semantic-release-bot committed Aug 16, 2023
1 parent c78e009 commit bd84878
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [1.11.0](https://github.com/CoCreate-app/CoCreate-select/compare/v1.10.28...v1.11.0) (2023-08-16)


### Bug Fixes

* crud attributes renamed ([b21131b](https://github.com/CoCreate-app/CoCreate-select/commit/b21131bad94ce6ba74f61d79ac4856a555ba835c))
* Refactor event handling and save method in adapter.js ([d1d0455](https://github.com/CoCreate-app/CoCreate-select/commit/d1d04550a3e6b21f0c61e1aeea04dd418d44ecb7))
* Removed crud-client and message-client ([16f68c5](https://github.com/CoCreate-app/CoCreate-select/commit/16f68c5272920e7e240a34d21bbbb0f804d64641))
* render-array and render-object attributes renamed to render ([7ab98af](https://github.com/CoCreate-app/CoCreate-select/commit/7ab98af3cd7403b766a74e32cd7b986bc8b34ed3))
* replace -target -selector ([51643bf](https://github.com/CoCreate-app/CoCreate-select/commit/51643bfceb9ca3327ed23f562e3528d333557577))
* updated fetch-limit to filter-limit ([4f46d5b](https://github.com/CoCreate-app/CoCreate-select/commit/4f46d5b6a65706d98761d80a6b30e56b5dd05d40))
* webpack.config and package.json make use of mode=production instead of process.env ([c78e009](https://github.com/CoCreate-app/CoCreate-select/commit/c78e00955aa5b1fe4226bdac34f233ace9ab4498))


### Features

* element.read() ([f8a32fd](https://github.com/CoCreate-app/CoCreate-select/commit/f8a32fdbc084bf7e7096761b369f599360ffa936))
* name attribute and variable renamed to key ([17bb734](https://github.com/CoCreate-app/CoCreate-select/commit/17bb7346b148b39b242b7e1f8925f1f3257d3113))
* renamed CRUD attributes and params ([11644d2](https://github.com/CoCreate-app/CoCreate-select/commit/11644d2ea51f0f400931efc54fb7e76733e67914))
* update template_id to render-selector attribute. update filter attributes to filter selector-attributes ([f60d385](https://github.com/CoCreate-app/CoCreate-select/commit/f60d3851bfae2fb3f9a6deb4d3e1c39766b1551f))

## [1.10.28](https://github.com/CoCreate-app/CoCreate-select/compare/v1.10.27...v1.10.28) (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/select",
"version": "1.10.28",
"version": "1.11.0",
"description": "A simple select component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
"keywords": [
"select",
Expand Down Expand Up @@ -61,4 +61,4 @@
"@cocreate/observer": "^1.8.19",
"@cocreate/utils": "^1.21.16"
}
}
}

0 comments on commit bd84878

Please sign in to comment.