Skip to content

Commit aec770b

Browse files
committed
2 parents aaed666 + a2597c3 commit aec770b

25 files changed

Lines changed: 2824 additions & 901 deletions

.github/workflows/automation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,16 @@ jobs:
8686
uses: actions/setup-node@v2
8787
with:
8888
node-version: 14.15.4
89+
- run: git pull origin master
8990
- name: yarn install
9091
run: >
9192
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" >
9293
.npmrc
9394
94-
yarn install
95+
yarn install --no-lockfile
9596
- run: yarn build
9697
- run: git add .
9798
- run: git config user.email "frank@cocreate.app"
9899
- run: git config user.name "frank pagan"
99100
- run: git commit --allow-empty -m "add dist bundle"
100-
- run: git pull origin master
101-
- run: git commit --allow-empty -m "add dist bundle"
102101
- run: git push origin master

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ dist/*
66
dist/contenteditable-chunk.min.js
77
dist/crdt-chunk.min.js
88
dist/cursors-chunk.min.js
9-
dist/text-chunk.min.js
9+
dist/text-chunk.min.js
10+
yarn.lock

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [1.1.24](https://github.com/CoCreate-app/CoCreateJS/compare/v1.1.23...v1.1.24) (2021-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* test ci ([5a46fa4](https://github.com/CoCreate-app/CoCreateJS/commit/5a46fa4bf37f0905e835427c232284ec20270ea7))
7+
8+
## [1.1.23](https://github.com/CoCreate-app/CoCreateJS/compare/v1.1.22...v1.1.23) (2021-04-27)
9+
10+
11+
### Bug Fixes
12+
13+
* test ci ([11e2cab](https://github.com/CoCreate-app/CoCreateJS/commit/11e2cabc551fdb005029ccb96ad59ed8ea7268cf))
14+
15+
## [1.1.22](https://github.com/CoCreate-app/CoCreateJS/compare/v1.1.21...v1.1.22) (2021-04-27)
16+
17+
18+
### Bug Fixes
19+
20+
* test ci ([c54a8c3](https://github.com/CoCreate-app/CoCreateJS/commit/c54a8c3ae7aa49cbf133e111d3956c323043cd5c))
21+
22+
## [1.1.21](https://github.com/CoCreate-app/CoCreateJS/compare/v1.1.20...v1.1.21) (2021-04-27)
23+
24+
25+
### Bug Fixes
26+
27+
* test ci ([6cb0762](https://github.com/CoCreate-app/CoCreateJS/commit/6cb0762bb4f7ffb0de26e49c091723584b2282dd))
28+
29+
## [1.1.20](https://github.com/CoCreate-app/CoCreateJS/compare/v1.1.19...v1.1.20) (2021-04-27)
30+
31+
32+
### Bug Fixes
33+
34+
* test ci ([f1792ed](https://github.com/CoCreate-app/CoCreateJS/commit/f1792ed375ed88cef0f59ed39d5457c9e4ea66f6))
35+
136
## [1.1.19](https://github.com/CoCreate-app/CoCreateJS/compare/v1.1.18...v1.1.19) (2021-04-26)
237

338

dist/8946.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/CoCreate.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/builder-chunk.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)