Skip to content

Commit

Permalink
chore: release v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Jul 2, 2024
1 parent 1c332b4 commit f3c254f
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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@libp2p/dcutr": "^1.1.0",
"@topology-foundation/crdt": "0.0.11",
"@topology-foundation/network": "0.0.11",
"@topology-foundation/object": "0.0.11"
"@topology-foundation/crdt": "0.0.12",
"@topology-foundation/network": "0.0.12",
"@topology-foundation/object": "0.0.12"
}
}
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.11",
"version": "0.0.12",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit f3c254f

Please sign in to comment.