Skip to content

Commit d7ce1a2

Browse files
chore(release): 1.1.2 [skip ci]
## [1.1.2](v1.1.1...v1.1.2) (2021-08-02) ### Bug Fixes * remove data- from attributes ([88e076f](88e076f)) * removed data- from scroll attributes ([dcb2305](dcb2305)) * update data-fullscreen to fullscreen ([0486fc9](0486fc9))
1 parent 88e076f commit d7ce1a2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.2](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.1.1...v1.1.2) (2021-08-02)
2+
3+
4+
### Bug Fixes
5+
6+
* remove data- from attributes ([88e076f](https://github.com/CoCreate-app/CoCreate-scroll/commit/88e076f5727fdf142749a1f25ea58cc1be81ea55))
7+
* removed data- from scroll attributes ([dcb2305](https://github.com/CoCreate-app/CoCreate-scroll/commit/dcb23053cf5ee7dcc4e51c3999051c5203855b68))
8+
* update data-fullscreen to fullscreen ([0486fc9](https://github.com/CoCreate-app/CoCreate-scroll/commit/0486fc92ec55af121747b147d29ac9c133a6a32d))
9+
110
## [1.1.1](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.1.0...v1.1.1) (2021-07-28)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/scroll",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
55
"keywords": [
66
"scroll",

0 commit comments

Comments
 (0)