Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.19...v1.2.0) (2022-07-03)

### Bug Fixes

* add demo to test using  an iframe to pass values to local storage from another org ([3fcddad](3fcddad))
* add storage eventListener to update elements when the llocal storage value changes ([6a7ddf4](6a7ddf4))
* update pass-fetch and pass-filter attributes ([bf60f0e](bf60f0e))

### Features

* passAttribute action, storage eventlistener checks key ([42a76ae](42a76ae))
  • Loading branch information
semantic-release-bot committed Jul 3, 2022
1 parent 42a76ae commit 14985c7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0](https://github.com/CoCreate-app/CoCreate-pass/compare/v1.1.19...v1.2.0) (2022-07-03)


### Bug Fixes

* add demo to test using an iframe to pass values to local storage from another org ([3fcddad](https://github.com/CoCreate-app/CoCreate-pass/commit/3fcddad9b42bf9267dde2424eac4f06383b9b502))
* add storage eventListener to update elements when the llocal storage value changes ([6a7ddf4](https://github.com/CoCreate-app/CoCreate-pass/commit/6a7ddf40cf412d999d3673ec59927e6044bfe78c))
* update pass-fetch and pass-filter attributes ([bf60f0e](https://github.com/CoCreate-app/CoCreate-pass/commit/bf60f0ef0156bd0c800849582d904cb3a0928b51))


### Features

* passAttribute action, storage eventlistener checks key ([42a76ae](https://github.com/CoCreate-app/CoCreate-pass/commit/42a76aef577a7e76bbccd71154ed640d6f1f33d7))

## [1.1.19](https://github.com/CoCreate-app/CoCreate-pass/compare/v1.1.18...v1.1.19) (2022-06-18)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cocreate/pass",
"version": "1.1.19",
"version": "1.2.0",
"description": "Data attributes which can be used for components in CoCreate framework combined as a group of attributes that dynamically change attributes & fetch custom data.",
"keywords": [
"pass",
Expand Down

0 comments on commit 14985c7

Please sign in to comment.