Skip to content

Commit 598146c

Browse files
committed
(chore) @operational-transformation/*: Release v0.1.1
1 parent 96829e8 commit 598146c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"npmClientArgs": ["--frozen-lockfile"],
1616
"packages": ["packages/*"],
1717
"useWorkspaces": true,
18-
"version": "0.1.0"
18+
"version": "0.1.1"
1919
}

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": "@operational-transformation/plaintext-editor",
3-
"version": "0.1.0",
3+
"version": "0.1.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",
@@ -36,12 +36,12 @@
3636
"test:watch": "yarn test --watch"
3737
},
3838
"devDependencies": {
39-
"@operational-transformation/plaintext": "0.1.0",
39+
"@operational-transformation/plaintext": "0.1.1",
4040
"@operational-transformation/types": "^0.0.0",
4141
"@operational-transformation/utils": "^0.0.0"
4242
},
4343
"dependencies": {
44-
"@operational-transformation/state-machine": "0.1.0",
44+
"@operational-transformation/state-machine": "0.1.1",
4545
"mitt": "3.0.0"
4646
},
4747
"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": "@operational-transformation/plaintext",
3-
"version": "0.1.0",
3+
"version": "0.1.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": "@operational-transformation/state-machine",
3-
"version": "0.1.0",
3+
"version": "0.1.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)