Skip to content

Commit

Permalink
chore: release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jun 28, 2024
1 parent 4a4af47 commit e636c3e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,8 +37,8 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@topology-foundation/crdt": "0.0.9",
"@topology-foundation/network": "0.0.9",
"@topology-foundation/object": "0.0.9"
"@topology-foundation/crdt": "0.0.10",
"@topology-foundation/network": "0.0.10",
"@topology-foundation/object": "0.0.10"
}
}
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.9",
"version": "0.0.10",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit e636c3e

Please sign in to comment.