Skip to content

Commit 336305c

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2021-06-24) ### Bug Fixes * package versioningto 1.0.0 ([0f07d43](0f07d43))
1 parent 0f07d43 commit 336305c

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.3](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.0.2...v1.0.3) (2021-06-24)
2+
3+
4+
### Bug Fixes
5+
6+
* package versioningto 1.0.0 ([0f07d43](https://github.com/CoCreate-app/CoCreate-random-color/commit/0f07d439a1b966ca2f8ac4986621597efd883d5a))
7+
18
## [1.0.2](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.0.1...v1.0.2) (2021-06-24)
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.2",
3+
"version": "1.0.3",
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": "^1.0.0" }
60+
"dependencies": {
61+
"@cocreate/docs": "^1.0.0"
62+
}
5963
}

0 commit comments

Comments
 (0)