Skip to content

Commit b27b8e6

Browse files
chore(release): 1.2.78 [skip ci]
## [1.2.78](v1.2.77...v1.2.78) (2023-01-30) ### Bug Fixes * bump dependencies ([e5c9695](e5c9695))
1 parent e5c9695 commit b27b8e6

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.2.78](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.2.77...v1.2.78) (2023-01-30)
2+
3+
4+
### Bug Fixes
5+
6+
* bump dependencies ([e5c9695](https://github.com/CoCreate-app/CoCreate-random-color/commit/e5c9695e136cc14b7c987e1a2cff9febe0abad4a))
7+
18
## [1.2.77](https://github.com/CoCreate-app/CoCreate-random-color/compare/v1.2.76...v1.2.77) (2023-01-29)
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.2.77",
3+
"version": "1.2.78",
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",
@@ -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
"webpack-cli": "^4.5.0",
5658
"webpack-log": "^3.0.1"
5759
},
58-
"dependencies": { "@cocreate/docs": "^1.5.11" }
60+
"dependencies": {
61+
"@cocreate/docs": "^1.5.11"
62+
}
5963
}

0 commit comments

Comments
 (0)