Skip to content

Commit 4892dd8

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.1...v1.11.0) (2024-06-12) ### Bug Fixes * bump cocreate dependencies ([ea68b73](ea68b73)) * svg icon class ([befbc77](befbc77)) ### Features * add observer to detect new element and add random color ([4bd9e32](4bd9e32))
1 parent ea68b73 commit 4892dd8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.11.0](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.10.1...v1.11.0) (2024-06-12)
2+
3+
4+
### Bug Fixes
5+
6+
* bump cocreate dependencies ([ea68b73](https://github.com/CoCreate-app/CoCreate-random-color/commit/ea68b739f79674aa5e9d0faedffa295da7becac2))
7+
* svg icon class ([befbc77](https://github.com/CoCreate-app/CoCreate-random-color/commit/befbc77995293c70f1194f0646ccf15608937c52))
8+
9+
10+
### Features
11+
12+
* add observer to detect new element and add random color ([4bd9e32](https://github.com/CoCreate-app/CoCreate-random-color/commit/4bd9e32ef0791ac264878bc962e7b19bcd864735))
13+
114
## [1.10.1](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.10.0...v1.10.1) (2024-04-29)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/random-color",
3-
"version": "1.10.1",
3+
"version": "1.11.0",
44
"description": "A simple HTML5 and pure javascript component. Easy configuration using HTML5 attributes or Javscript api and/or JavaScript API. Highly customizable and styleable.",
55
"keywords": [
66
"cocreate",
@@ -58,4 +58,4 @@
5858
"dependencies": {
5959
"@cocreate/observer": "^1.16.1"
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)