Skip to content

Commit aa4a1e5

Browse files
chore(release): 1.5.4 [skip ci]
## [1.5.4](v1.5.3...v1.5.4) (2023-04-30) ### Bug Fixes * fullscreen target updated to fullscreen fullscreen-target ([3720797](3720797)) * package-lock.json and pnpm-lock.yaml added to .gitignore ([1975ab8](1975ab8)) * removed toogle fullscreen icons. now using css content ([b26eaa3](b26eaa3))
1 parent 3720797 commit aa4a1e5

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.5.4](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.5.3...v1.5.4) (2023-04-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fullscreen target updated to fullscreen fullscreen-target ([3720797](https://github.com/CoCreate-app/CoCreate-scroll/commit/37207977be97bf2f0c39260f3171fc4b357a97e1))
7+
* package-lock.json and pnpm-lock.yaml added to .gitignore ([1975ab8](https://github.com/CoCreate-app/CoCreate-scroll/commit/1975ab8db69f90a65977d5a3eba4a227d1bf95ac))
8+
* removed toogle fullscreen icons. now using css content ([b26eaa3](https://github.com/CoCreate-app/CoCreate-scroll/commit/b26eaa3485ff2a5976b3e928e9cc30b11ef58612))
9+
110
## [1.5.3](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.5.2...v1.5.3) (2023-04-24)
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.5.3",
3+
"version": "1.5.4",
44
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"scroll",

0 commit comments

Comments
 (0)