File tree Expand file tree Collapse file tree 11 files changed +61
-42
lines changed Expand file tree Collapse file tree 11 files changed +61
-42
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,16 @@ Good to have: commit or PR links.
23
23
24
24
-->
25
25
26
+ ## [ v0.2.2] ( https://github.com/0xTheProDev/Operational-Transformation/tree/v0.2.2 )
27
+
28
+ ### Changed
29
+
30
+ - Uniform Event Emitter interface and implementation extended across all event-driven modules. [ Tracker] ( https://github.com/0xTheProDev/Operational-Transformation/issues/122 ) [ Work Log] ( https://github.com/0xTheProDev/Operational-Transformation/pull/121 )
31
+
32
+ ### Documentation
33
+
34
+ - Changed preferred package manager from ` yarn ` to ` pnpm ` and updated documentation accordingly. [ Tracker] ( https://github.com/0xTheProDev/Operational-Transformation/issues/118 ) [ Work Log] ( https://github.com/0xTheProDev/Operational-Transformation/pull/119 )
35
+
26
36
## [ v0.2.1] ( https://github.com/0xTheProDev/Operational-Transformation/tree/v0.2.1 )
27
37
28
38
### Security
Original file line number Diff line number Diff line change 7
7
},
8
8
"version" : {
9
9
"allowBranch" : " main" ,
10
- "message" : " (release) @otjs/*: Publish %s for all Packages"
10
+ "conventionalCommits" : true ,
11
+ "changelog" : false ,
12
+ "exact" : true ,
13
+ "message" : " chore(release): Publish %s of @otjs Packages" ,
14
+ "npmClientArgs" : [" -P" , " --frozen-lockfile" ],
15
+ "private" : false ,
16
+ "signoffGitCommit" : true ,
17
+ "signGitCommit" : true ,
18
+ "signGitTag" : true ,
19
+ "syncDistVersion" : true
11
20
}
12
21
},
13
22
"ignoreChanges" : [
19
28
],
20
29
"npmClient" : " pnpm" ,
21
30
"npmClientArgs" : [" --frozen-lockfile" ],
22
- "version" : " 0.2.1 "
31
+ "version" : " 0.2.2 "
23
32
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/ace" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Plain Text Editor Adapter for Ace Editor." ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/ace#readme" ,
41
41
"clean" : " rimraf lib typings index.d.ts"
42
42
},
43
43
"devDependencies" : {
44
- "@otjs/plaintext" : " 0.2.1 " ,
45
- "@otjs/plaintext-editor" : " 0.2.1 " ,
44
+ "@otjs/plaintext" : " 0.2.2 " ,
45
+ "@otjs/plaintext-editor" : " 0.2.2 " ,
46
46
"@otjs/types" : " workspace:*" ,
47
47
"@otjs/utils" : " workspace:*" ,
48
48
"@types/ace" : " 0.0.48" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/firebase-ace" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Real-time collaborative editor with out of the box binding with Firebase and Ace Editor." ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/firebase-ace#readme" ,
52
52
"mitt" : " 3.0.1"
53
53
},
54
54
"dependencies" : {
55
- "@otjs/ace" : " 0.2.1 " ,
56
- "@otjs/firebase-plaintext" : " 0.2.1 " ,
57
- "@otjs/plaintext" : " 0.2.1 " ,
58
- "@otjs/plaintext-editor" : " 0.2.1 "
55
+ "@otjs/ace" : " 0.2.2 " ,
56
+ "@otjs/firebase-plaintext" : " 0.2.2 " ,
57
+ "@otjs/plaintext" : " 0.2.2 " ,
58
+ "@otjs/plaintext-editor" : " 0.2.2 "
59
59
},
60
60
"peerDependencies" : {
61
61
"ace-builds" : " ^1.14.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/firebase-monaco" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Real-time collaborative editor with out of the box binding with Firebase and Monaco Editor." ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/firebase-monaco#readme" ,
52
52
"monaco-editor" : " 0.34.1"
53
53
},
54
54
"dependencies" : {
55
- "@otjs/firebase-plaintext" : " 0.2.1 " ,
56
- "@otjs/monaco" : " 0.2.1 " ,
57
- "@otjs/plaintext" : " 0.2.1 " ,
58
- "@otjs/plaintext-editor" : " 0.2.1 "
55
+ "@otjs/firebase-plaintext" : " 0.2.2 " ,
56
+ "@otjs/monaco" : " 0.2.2 " ,
57
+ "@otjs/plaintext" : " 0.2.2 " ,
58
+ "@otjs/plaintext-editor" : " 0.2.2 "
59
59
},
60
60
"peerDependencies" : {
61
61
"firebase" : " ^9.15.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/firebase-plaintext" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Database Adapter implementation for Firebase to use with Plain Text Editor" ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/firebase-plaintext#readme" ,
43
43
"clean" : " rimraf lib typings index.d.ts"
44
44
},
45
45
"devDependencies" : {
46
- "@otjs/plaintext" : " 0.2.1 " ,
47
- "@otjs/plaintext-editor" : " 0.2.1 " ,
46
+ "@otjs/plaintext" : " 0.2.2 " ,
47
+ "@otjs/plaintext-editor" : " 0.2.2 " ,
48
48
"@otjs/types" : " workspace:*" ,
49
49
"@otjs/utils" : " workspace:*" ,
50
50
"firebase" : " 9.15.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/monaco" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Plain Text Editor Adapter for Monaco Editor." ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/monaco#readme" ,
41
41
"clean" : " rimraf lib typings index.d.ts"
42
42
},
43
43
"devDependencies" : {
44
- "@otjs/plaintext" : " 0.2.1 " ,
45
- "@otjs/plaintext-editor" : " 0.2.1 " ,
44
+ "@otjs/plaintext" : " 0.2.2 " ,
45
+ "@otjs/plaintext-editor" : " 0.2.2 " ,
46
46
"@otjs/types" : " workspace:*" ,
47
47
"@otjs/utils" : " workspace:*" ,
48
48
"monaco-editor" : " 0.34.1"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/plaintext-editor" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " A Editor Client to wrap a Plain Text Editor to have collaborative experience based on OT." ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/plaintext-editor#readme" ,
47
47
"test:watch" : " pnpm run test --watch"
48
48
},
49
49
"devDependencies" : {
50
- "@otjs/plaintext" : " 0.2.1 " ,
50
+ "@otjs/plaintext" : " 0.2.2 " ,
51
51
"@otjs/types" : " workspace:*" ,
52
52
"@otjs/utils" : " workspace:*"
53
53
},
54
54
"dependencies" : {
55
- "@otjs/state-machine" : " 0.2.1 "
55
+ "@otjs/state-machine" : " 0.2.2 "
56
56
},
57
57
"peerDependencies" : {
58
58
"@otjs/plaintext" : " ^0.2.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/plaintext" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " Operational Transformational Logic for Plain Text." ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/plaintext#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @otjs/state-machine" ,
3
- "version" : " 0.2.1 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"description" : " State machine to manage Consistency of Operations across multiple clients." ,
5
5
"author" : " Progyan Bhattacharya <bprogyan@gmail.com>" ,
6
6
"homepage" : " https://github.com/0xTheProDev/Operational-Transformation/tree/main/packages/state-machine#readme" ,
You can’t perform that action at this time.
0 commit comments