Skip to content

Commit

Permalink
chore: release v0.0.22-2
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 15, 2024
1 parent 2275d30 commit 03b50fc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions examples/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-topology-examples-canvas",
"version": "0.0.22-1",
"version": "0.0.22-2",
"license": "MIT",
"scripts": {
"build": "webpack",
Expand All @@ -9,10 +9,10 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@topology-foundation/crdt": "0.0.22-1",
"@topology-foundation/network": "0.0.22-1",
"@topology-foundation/node": "0.0.22-1",
"@topology-foundation/object": "0.0.22-1",
"@topology-foundation/crdt": "0.0.22-2",
"@topology-foundation/network": "0.0.22-2",
"@topology-foundation/node": "0.0.22-2",
"@topology-foundation/object": "0.0.22-2",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-topology",
"description": "The official TypeScript implementation of Topology Protocol",
"version": "0.0.22-1",
"version": "0.0.22-2",
"license": "MIT",
"homepage": "https://topology.gg/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/crdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/crdt",
"version": "0.0.22-1",
"version": "0.0.22-2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/network",
"version": "0.0.22-1",
"version": "0.0.22-2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 4 additions & 4 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/node",
"version": "0.0.22-1",
"version": "0.0.22-2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,8 +36,8 @@
"vitest": "^2.0.3"
},
"dependencies": {
"@topology-foundation/crdt": "0.0.22-1",
"@topology-foundation/network": "0.0.22-1",
"@topology-foundation/object": "0.0.22-1"
"@topology-foundation/crdt": "0.0.22-2",
"@topology-foundation/network": "0.0.22-2",
"@topology-foundation/object": "0.0.22-2"
}
}
2 changes: 1 addition & 1 deletion packages/object/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/object",
"version": "0.0.22-1",
"version": "0.0.22-2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 03b50fc

Please sign in to comment.