Skip to content

Commit 45ef118

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-06-24) ### Bug Fixes * update all [@cocreate](https://github.com/cocreate) to use latest versions ([fb7ced8](fb7ced8))
1 parent fb7ced8 commit 45ef118

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.0.1...v1.0.2) (2021-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* update all [@cocreate](https://github.com/cocreate) to use latest versions ([fb7ced8](https://github.com/CoCreate-app/CoCreate-random-color/commit/fb7ced895f6efde1deb22765868d3ee7813bf307))
7+
18
## [1.0.1](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.0.0...v1.0.1) (2021-06-16)
29

310

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/random-color",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable.",
55
"keywords": [
66
"cocreate",
@@ -18,7 +18,9 @@
1818
"html5-framework",
1919
"javascript-framework"
2020
],
21-
"publishConfig": { "access": "public" },
21+
"publishConfig": {
22+
"access": "public"
23+
},
2224
"scripts": {
2325
"start": "npx webpack --config webpack.config.js",
2426
"build": "NODE_ENV=production npx webpack --config webpack.config.js",
@@ -55,5 +57,7 @@
5557
"style-loader": "^2.0.0",
5658
"terser-webpack-plugin": "^5.1.1"
5759
},
58-
"dependencies": { "@cocreate/docs": "latest" }
60+
"dependencies": {
61+
"@cocreate/docs": "latest"
62+
}
5963
}

0 commit comments

Comments
 (0)