Skip to content

Commit

Permalink
v0.2.1-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Mar 30, 2023
1 parent 88539f0 commit b36a3e3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 24 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.0",
"version": "0.2.1-alpha.0",
"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.0",
"matrix-crdt": "^0.2.1-alpha.0",
"matrix-js-sdk": "^19.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
16 changes: 8 additions & 8 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.0.0",
"version": "0.2.1-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -17,23 +17,23 @@
"@types/react-dom": "^17.0.10",
"babel-loader": "8.1.0",
"eslint": "^7.11.0",
"matrix-crdt": "^0.2.0",
"events": "3.3.0",
"matrix-crdt": "^0.2.1-alpha.0",
"matrix-js-sdk": "^19.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.3",
"typescript": "^4.4.4",
"url": "^0.11.0",
"y-protocols": "^1.0.5",
"yjs": "^13.5.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"events": "3.3.0"
"yjs": "^13.5.16"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"rollup-plugin-polyfill-node": "^0.10.2"
"vite": "^3.2.3"
}
}
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.0",
"version": "0.2.1-alpha.0",
"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.0",
"matrix-crdt": "^0.2.1-alpha.0",
"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.0"
"version": "0.2.1-alpha.0"
}
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.0",
"version": "0.2.1-alpha.0",
"private": false,
"license": "MPL-2.0",
"dependencies": {
Expand Down

0 comments on commit b36a3e3

Please sign in to comment.