Skip to content

Commit 57ac192

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2021-02-02) ### Bug Fixes * (test) ([265f9d3](265f9d3))
1 parent 99cb3f6 commit 57ac192

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
## [1.0.2](https://github.com/CoCreate-app/CoCreate-boilerplate/compare/v1.0.1...v1.0.2) (2021-02-02)
12

3+
4+
### Bug Fixes
5+
6+
* (test) ([265f9d3](https://github.com/CoCreate-app/CoCreate-boilerplate/commit/265f9d331771da0c0eb2842dd1ffcad0dd0d9886))

package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
{
22
"name": "@cocreate/boilerplate",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "A simple boilerplate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5-
"keywords": ["boilerplate","cocreate","low-code-framework","no-code-framework","cocreatejs","cocreatejs-component","cocreate-framework","no-code","low-code","collaborative-framework","realtime","realtime-framework","collaboration","shared-editing","html5-framework","javascript-framework"],
5+
"keywords": [
6+
"boilerplate",
7+
"cocreate",
8+
"low-code-framework",
9+
"no-code-framework",
10+
"cocreatejs",
11+
"cocreatejs-component",
12+
"cocreate-framework",
13+
"no-code",
14+
"low-code",
15+
"collaborative-framework",
16+
"realtime",
17+
"realtime-framework",
18+
"collaboration",
19+
"shared-editing",
20+
"html5-framework",
21+
"javascript-framework"
22+
],
623
"publishConfig": {
724
"access": "public"
825
},
@@ -32,7 +49,6 @@
3249
"webpack-cli": "^4.3.1",
3350
"webpack-log": "^3.0.1"
3451
},
35-
3652
"dependencies": {
3753
"@cocreate/docs": "^1.0.3"
3854
}

0 commit comments

Comments
 (0)