Skip to content

Commit d86ea4f

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.0...v1.8.0) (2023-11-25) ### Bug Fixes * update nav, edit button and css path ([5669aad](5669aad)) ### Features * upgrade dependencies for latest features and fixes ([3fcea7a](3fcea7a))
1 parent 3fcea7a commit d86ea4f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.8.0](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.7.0...v1.8.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update nav, edit button and css path ([5669aad](https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/5669aadf6187e63b66e8a435d204fa3a93325cb8))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([3fcea7a](https://github.com/CoCreate-app/CoCreate-overlay-scroll/commit/3fcea7a0758a0d139f2b81acae3538fa78ff171b))
12+
113
# [1.7.0](https://github.com/CoCreate-app/CoCreate-overlay-scroll/compare/v1.6.5...v1.7.0) (2023-11-19)
214

315

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/overlay-scroll",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"description": "A simple overlay-scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"overlay-scroll",
@@ -57,4 +57,4 @@
5757
"webpack-cli": "^4.5.0",
5858
"webpack-log": "^3.0.1"
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)