Skip to content

Commit c76adfd

Browse files
committed
(release) @otjs/*: Publish v0.2.0 for all Packages
1 parent 3da1dd3 commit c76adfd

File tree

13 files changed

+39
-39
lines changed

13 files changed

+39
-39
lines changed

__tests__/ace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Progyan Bhattacharya <[email protected]>",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@otjs/ace": "0.1.1",
15+
"@otjs/ace": "^0.2.0",
1616
"ace-builds": "1.4.13"
1717
}
1818
}

__tests__/firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Progyan Bhattacharya <[email protected]>",
1414
"license": "MIT",
1515
"devDependencies": {
16-
"@otjs/firebase-plaintext": "0.1.1",
16+
"@otjs/firebase-plaintext": "^0.2.0",
1717
"firebase": "9.0.2"
1818
}
1919
}

__tests__/monaco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"author": "Progyan Bhattacharya <[email protected]>",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@otjs/monaco": "0.1.1",
15+
"@otjs/monaco": "^0.2.0",
1616
"monaco-editor": "0.27.0"
1717
}
1818
}

examples/collaborative-editors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"author": "Progyan Bhattacharya <[email protected]>",
1212
"license": "MIT",
1313
"dependencies": {
14-
"@otjs/firebase-ace": "0.1.1",
15-
"@otjs/firebase-monaco": "0.1.1",
14+
"@otjs/firebase-ace": "^0.2.0",
15+
"@otjs/firebase-monaco": "^0.2.0",
1616
"firebase": "9.0.2",
1717
"monaco-editor": "0.27.0",
1818
"uuid": "8.3.2"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"npmClientArgs": ["--frozen-lockfile"],
2020
"packages": ["packages/*"],
2121
"useWorkspaces": true,
22-
"version": "0.1.1"
22+
"version": "0.2.0"
2323
}

packages/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/ace",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
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.1.1",
45-
"@otjs/plaintext-editor": "0.1.1",
44+
"@otjs/plaintext": "0.2.0",
45+
"@otjs/plaintext-editor": "0.2.0",
4646
"@otjs/types": "^0.0.0",
4747
"@otjs/utils": "^0.0.0",
4848
"@types/ace": "0.0.47",
@@ -52,8 +52,8 @@
5252
"mitt": "3.0.0"
5353
},
5454
"peerDependencies": {
55-
"@otjs/plaintext": "^0.1.1",
56-
"@otjs/plaintext-editor": "^0.1.1",
55+
"@otjs/plaintext": "^0.2.0",
56+
"@otjs/plaintext-editor": "^0.2.0",
5757
"ace-builds": "1.4.13"
5858
},
5959
"peerDependenciesMeta": {

packages/firebase-ace/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otjs/firebase-ace",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
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,14 +52,14 @@
5252
"mitt": "3.0.0"
5353
},
5454
"dependencies": {
55-
"@otjs/ace": "0.1.1",
56-
"@otjs/firebase-plaintext": "0.1.1",
57-
"@otjs/plaintext": "0.1.1",
58-
"@otjs/plaintext-editor": "0.1.1"
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"
5959
},
6060
"peerDependencies": {
61-
"firebase": "^9.0.2",
62-
"ace-builds": "1.4.13"
61+
"ace-builds": "1.4.13",
62+
"firebase": "^9.0.2"
6363
},
6464
"peerDependenciesMeta": {
6565
"firebase": {

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.1.1",
3+
"version": "0.2.0",
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.27.0"
5353
},
5454
"dependencies": {
55-
"@otjs/firebase-plaintext": "0.1.1",
56-
"@otjs/monaco": "0.1.1",
57-
"@otjs/plaintext": "0.1.1",
58-
"@otjs/plaintext-editor": "0.1.1"
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"
5959
},
6060
"peerDependencies": {
6161
"firebase": "^9.0.2",

packages/firebase-plaintext/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-plaintext",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
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.1.1",
47-
"@otjs/plaintext-editor": "0.1.1",
46+
"@otjs/plaintext": "0.2.0",
47+
"@otjs/plaintext-editor": "0.2.0",
4848
"@otjs/types": "^0.0.0",
4949
"@otjs/utils": "^0.0.0",
5050
"firebase": "9.0.2"
@@ -53,8 +53,8 @@
5353
"mitt": "3.0.0"
5454
},
5555
"peerDependencies": {
56-
"@otjs/plaintext": "^0.1.1",
57-
"@otjs/plaintext-editor": "^0.1.1",
56+
"@otjs/plaintext": "^0.2.0",
57+
"@otjs/plaintext-editor": "^0.2.0",
5858
"firebase": "^9.0.2"
5959
},
6060
"peerDependenciesMeta": {

packages/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/monaco",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
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.1.1",
45-
"@otjs/plaintext-editor": "0.1.1",
44+
"@otjs/plaintext": "0.2.0",
45+
"@otjs/plaintext-editor": "0.2.0",
4646
"@otjs/types": "^0.0.0",
4747
"@otjs/utils": "^0.0.0",
4848
"monaco-editor": "0.27.0"
@@ -51,8 +51,8 @@
5151
"mitt": "3.0.0"
5252
},
5353
"peerDependencies": {
54-
"@otjs/plaintext": "^0.1.1",
55-
"@otjs/plaintext-editor": "^0.1.1",
54+
"@otjs/plaintext": "^0.2.0",
55+
"@otjs/plaintext-editor": "^0.2.0",
5656
"monaco-editor": "^0.27.0"
5757
},
5858
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)