Skip to content

Commit fa70915

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2023-11-25) ### Bug Fixes * update nav, edit button and css path ([1c50ee0](1c50ee0)) ### Features * upgrade dependencies for latest features and fixes ([780e31e](780e31e))
1 parent 780e31e commit fa70915

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.10.0](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.9.0...v1.10.0) (2023-11-25)
2+
3+
4+
### Bug Fixes
5+
6+
* update nav, edit button and css path ([1c50ee0](https://github.com/CoCreate-app/CoCreate-scroll/commit/1c50ee06cb3ed14fc56930894b80bfce625e9f3c))
7+
8+
9+
### Features
10+
11+
* upgrade dependencies for latest features and fixes ([780e31e](https://github.com/CoCreate-app/CoCreate-scroll/commit/780e31e5e061eac4b6a68e7efd27e69fd941e2a3))
12+
113
# [1.9.0](https://github.com/CoCreate-app/CoCreate-scroll/compare/v1.8.9...v1.9.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/scroll",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "A simple scroll component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
55
"keywords": [
66
"scroll",
@@ -60,4 +60,4 @@
6060
"dependencies": {
6161
"@cocreate/observer": "^1.13.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)