Skip to content

Commit edbabeb

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2021-01-24) ### Features * Initial Release ([3af2170](3af2170))
1 parent 3af2170 commit edbabeb

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
# 1.0.0 (2021-01-24)
2+
3+
4+
### Features
5+
6+
* Initial Release ([3af2170](https://github.com/CoCreate-app/CoCreate-calculations/commit/3af2170b082c070feab2c5af5f00a7abd92f6250))
7+
18
# CHANGELOG
2-

package.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22
"name": "@cocreate/calculations",
33
"version": "1.0.0",
44
"description": "A simple HTML5 and pure javascript component. Easy configuration using data-attributes and/or JavaScript API. Highly customizable and styleable.",
5-
"keywords": ["cocreate","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+
"cocreate",
7+
"no-code-framework",
8+
"cocreatejs",
9+
"cocreatejs-component",
10+
"cocreate-framework",
11+
"no-code",
12+
"low-code",
13+
"collaborative-framework",
14+
"realtime",
15+
"realtime-framework",
16+
"collaboration",
17+
"shared-editing",
18+
"html5-framework",
19+
"javascript-framework"
20+
],
621
"publishConfig": {
722
"access": "public"
823
},
@@ -32,7 +47,6 @@
3247
"webpack-cli": "^4.3.1",
3348
"webpack-log": "^3.0.1"
3449
},
35-
3650
"dependencies": {
3751
"@cocreate/docs": "^1.0.3"
3852
}

0 commit comments

Comments
 (0)