Skip to content

Commit

Permalink
v0.2.1-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Mar 30, 2023
1 parent 5f5f6d4 commit 1a63c4d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions examples/rich-text-tiptap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "richtext",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"private": true,
"dependencies": {
"@primer/css": "^19.1.1",
Expand All @@ -18,7 +18,7 @@
"@types/react-dom": "^17.0.10",
"babel-loader": "8.1.0",
"eslint": "^7.11.0",
"matrix-crdt": "^0.2.1-alpha.0",
"matrix-crdt": "^0.2.1-alpha.1",
"matrix-js-sdk": "^19.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-simple-react-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "todo-vite",
"private": true,
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,7 +18,7 @@
"babel-loader": "8.1.0",
"eslint": "^7.11.0",
"events": "3.3.0",
"matrix-crdt": "^0.2.1-alpha.0",
"matrix-crdt": "^0.2.1-alpha.1",
"matrix-js-sdk": "^19.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-simple-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "todo",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"private": true,
"dependencies": {
"@primer/react": "34.1.0",
Expand All @@ -11,7 +11,7 @@
"@types/react-dom": "^17.0.10",
"babel-loader": "8.1.0",
"eslint": "^7.11.0",
"matrix-crdt": "^0.2.1-alpha.0",
"matrix-crdt": "^0.2.1-alpha.1",
"matrix-js-sdk": "^19.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"useWorkspaces": true,
"version": "0.2.1-alpha.0"
"version": "0.2.1-alpha.1"
}
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/matrix-crdt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Yousef El-Dardiry"
},
"type": "module",
"version": "0.2.1-alpha.0",
"version": "0.2.1-alpha.1",
"private": false,
"license": "MPL-2.0",
"dependencies": {
Expand Down

0 comments on commit 1a63c4d

Please sign in to comment.