Skip to content

Commit 20394bf

Browse files
chore(release): 1.69.0 [skip ci]
# [1.69.0](v1.68.0...v1.69.0) (2024-07-05) ### Bug Fixes * add [node-name] selector ([2330d42](2330d42)) * Add host for development lifecycle management ([052a7f7](052a7f7)) * add marked to repositories ([7d4b0e1](7d4b0e1)) * bump cocreate dependencies ([da54935](da54935)) * bumped cocreate dependencies ([1af03cb](1af03cb)) * fabric typo ([3bab112](3bab112)) * load file before elements ([85ef755](85ef755)) * localstorage-key replaced with operatopr $user_id ([8aadd39](8aadd39)) * moved element-prototype to the top of dependency loads ([bb5f3ca](bb5f3ca)) * removed @cocreate/stripe handled dynamically by CoCreateApi ([87643e9](87643e9)) * removed openai form module build. now handeled dynamically ([638b835](638b835)) * removed stripe client handled dynamically ([3110c76](3110c76)) * removed tui editor plugin ([57293db](57293db)) * svg icon class ([d2ec1b5](d2ec1b5)) * validate selector ([7b13f70](7b13f70)) ### Features * added "@cocreate/markdown" ([c7b9ced](c7b9ced)) * Added Component "@cocreate/fabric" ([4a36cc8](4a36cc8))
1 parent 3110c76 commit 20394bf

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# [1.69.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.68.0...v1.69.0) (2024-07-05)
2+
3+
4+
### Bug Fixes
5+
6+
* add [node-name] selector ([2330d42](https://github.com/CoCreate-app/CoCreateJS/commit/2330d42187532f4194f806e001320251b37e2d33))
7+
* Add host for development lifecycle management ([052a7f7](https://github.com/CoCreate-app/CoCreateJS/commit/052a7f72fdd964e28a2dbb0378de628f86a01001))
8+
* add marked to repositories ([7d4b0e1](https://github.com/CoCreate-app/CoCreateJS/commit/7d4b0e1b38865e66c01eec860440eba2fb08ef14))
9+
* bump cocreate dependencies ([da54935](https://github.com/CoCreate-app/CoCreateJS/commit/da549350118b77ba667e899574089dfc62390820))
10+
* bumped cocreate dependencies ([1af03cb](https://github.com/CoCreate-app/CoCreateJS/commit/1af03cb7c6bc0ead67415f1a930ee03e24113549))
11+
* fabric typo ([3bab112](https://github.com/CoCreate-app/CoCreateJS/commit/3bab112ff0523a5769c509d598aeb6c6973e99f7))
12+
* load file before elements ([85ef755](https://github.com/CoCreate-app/CoCreateJS/commit/85ef7550262ecf7927a9c352dfd3319aabd5dbbc))
13+
* localstorage-key replaced with operatopr $user_id ([8aadd39](https://github.com/CoCreate-app/CoCreateJS/commit/8aadd39586c8abd27d6b2e2166239e7064a1df00))
14+
* moved element-prototype to the top of dependency loads ([bb5f3ca](https://github.com/CoCreate-app/CoCreateJS/commit/bb5f3ca9990ca9e38a0b65e4c0fb3755d10067da))
15+
* removed @cocreate/stripe handled dynamically by CoCreateApi ([87643e9](https://github.com/CoCreate-app/CoCreateJS/commit/87643e995599f986824c30650adb277e45f4aabb))
16+
* removed openai form module build. now handeled dynamically ([638b835](https://github.com/CoCreate-app/CoCreateJS/commit/638b8356074cfeab9af48d93048b4162f254c234))
17+
* removed stripe client handled dynamically ([3110c76](https://github.com/CoCreate-app/CoCreateJS/commit/3110c76704684f751c633225ce8366ca1ffd1065))
18+
* removed tui editor plugin ([57293db](https://github.com/CoCreate-app/CoCreateJS/commit/57293db132b9fb9d329672602c78cd9c1f5ffcc2))
19+
* svg icon class ([d2ec1b5](https://github.com/CoCreate-app/CoCreateJS/commit/d2ec1b5d02cceac7b62c0b987fcb08e1cfbd388d))
20+
* validate selector ([7b13f70](https://github.com/CoCreate-app/CoCreateJS/commit/7b13f70911935159e865f984e2514ff7e98aecca))
21+
22+
23+
### Features
24+
25+
* added "@cocreate/markdown" ([c7b9ced](https://github.com/CoCreate-app/CoCreateJS/commit/c7b9ced649cb4678fcedf925d3603e0a0ec543d4))
26+
* Added Component "@cocreate/fabric" ([4a36cc8](https://github.com/CoCreate-app/CoCreateJS/commit/4a36cc8ddae781646b9077555038778f2599e1d0))
27+
128
# [1.68.0](https://github.com/CoCreate-app/CoCreateJS/compare/v1.67.5...v1.68.0) (2024-04-26)
229

330

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cocreate/cocreatejs",
3-
"version": "1.68.0",
3+
"version": "1.69.0",
44
"description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.",
55
"keywords": [
66
"cocreatejs",

0 commit comments

Comments
 (0)