Skip to content

Commit 3d538ce

Browse files
committed
(release) @otjs/*: Publish v0.2.1 for all Packages
1 parent b09ea30 commit 3d538ce

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"npmClientArgs": ["--frozen-lockfile"],
2121
"packages": ["packages/*"],
2222
"useWorkspaces": true,
23-
"version": "0.2.0"
23+
"version": "0.2.1"
2424
}

packages/ace/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/ace",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Plain Text Editor Adapter for Ace Editor.",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/ace#readme",
@@ -41,8 +41,8 @@
4141
"clean": "rimraf lib typings index.d.ts"
4242
},
4343
"devDependencies": {
44-
"@otjs/plaintext": "0.2.0",
45-
"@otjs/plaintext-editor": "0.2.0",
44+
"@otjs/plaintext": "0.2.1",
45+
"@otjs/plaintext-editor": "0.2.1",
4646
"@otjs/types": "^0.0.0",
4747
"@otjs/utils": "^0.0.0",
4848
"@types/ace": "0.0.48",

packages/firebase-ace/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/firebase-ace",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Real-time collaborative editor with out of the box binding with Firebase and Ace Editor.",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-ace#readme",
@@ -52,10 +52,10 @@
5252
"mitt": "3.0.0"
5353
},
5454
"dependencies": {
55-
"@otjs/ace": "0.2.0",
56-
"@otjs/firebase-plaintext": "0.2.0",
57-
"@otjs/plaintext": "0.2.0",
58-
"@otjs/plaintext-editor": "0.2.0"
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"
5959
},
6060
"peerDependencies": {
6161
"ace-builds": "^1.4.14",

packages/firebase-monaco/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/firebase-monaco",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Real-time collaborative editor with out of the box binding with Firebase and Monaco Editor.",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-monaco#readme",
@@ -52,10 +52,10 @@
5252
"monaco-editor": "0.33.0"
5353
},
5454
"dependencies": {
55-
"@otjs/firebase-plaintext": "0.2.0",
56-
"@otjs/monaco": "0.2.0",
57-
"@otjs/plaintext": "0.2.0",
58-
"@otjs/plaintext-editor": "0.2.0"
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"
5959
},
6060
"peerDependencies": {
6161
"firebase": "^9.6.10",

packages/firebase-plaintext/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/firebase-plaintext",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Database Adapter implementation for Firebase to use with Plain Text Editor",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/firebase-plaintext#readme",
@@ -43,8 +43,8 @@
4343
"clean": "rimraf lib typings index.d.ts"
4444
},
4545
"devDependencies": {
46-
"@otjs/plaintext": "0.2.0",
47-
"@otjs/plaintext-editor": "0.2.0",
46+
"@otjs/plaintext": "0.2.1",
47+
"@otjs/plaintext-editor": "0.2.1",
4848
"@otjs/types": "^0.0.0",
4949
"@otjs/utils": "^0.0.0",
5050
"firebase": "9.6.10"

packages/monaco/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/monaco",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Plain Text Editor Adapter for Monaco Editor.",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/monaco#readme",
@@ -41,8 +41,8 @@
4141
"clean": "rimraf lib typings index.d.ts"
4242
},
4343
"devDependencies": {
44-
"@otjs/plaintext": "0.2.0",
45-
"@otjs/plaintext-editor": "0.2.0",
44+
"@otjs/plaintext": "0.2.1",
45+
"@otjs/plaintext-editor": "0.2.1",
4646
"@otjs/types": "^0.0.0",
4747
"@otjs/utils": "^0.0.0",
4848
"monaco-editor": "0.33.0"

packages/plaintext-editor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/plaintext-editor",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A Editor Client to wrap a Plain Text Editor to have collaborative experience based on OT.",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/plaintext-editor#readme",
@@ -47,12 +47,12 @@
4747
"test:watch": "yarn test --watch"
4848
},
4949
"devDependencies": {
50-
"@otjs/plaintext": "0.2.0",
50+
"@otjs/plaintext": "0.2.1",
5151
"@otjs/types": "^0.0.0",
5252
"@otjs/utils": "^0.0.0"
5353
},
5454
"dependencies": {
55-
"@otjs/state-machine": "0.2.0",
55+
"@otjs/state-machine": "0.2.1",
5656
"mitt": "3.0.0"
5757
},
5858
"peerDependencies": {

packages/plaintext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/plaintext",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Operational Transformational Logic for Plain Text.",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/plaintext#readme",

packages/state-machine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/state-machine",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "State machine to manage Consistency of Operations across multiple clients.",
55
"author": "Progyan Bhattacharya <[email protected]>",
66
"homepage": "https://github.com/Progyan1997/Operational-Transformation/tree/main/packages/state-machine#readme",

0 commit comments

Comments
 (0)