Skip to content

Commit

Permalink
chore: release v0.1.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
d-roak committed Sep 11, 2024
1 parent 32bd190 commit d9bded5
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 32 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.1.1-1",
"version": "0.1.1-2",
"license": "MIT",
"scripts": {
"build": "vite build",
Expand All @@ -9,10 +9,10 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@topology-foundation/crdt": "0.1.1-1",
"@topology-foundation/network": "0.1.1-1",
"@topology-foundation/node": "0.1.1-1",
"@topology-foundation/object": "0.1.1-1",
"@topology-foundation/crdt": "0.1.1-2",
"@topology-foundation/network": "0.1.1-2",
"@topology-foundation/node": "0.1.1-2",
"@topology-foundation/object": "0.1.1-2",
"crypto-browserify": "^3.12.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
Expand Down
10 changes: 5 additions & 5 deletions examples/chat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "topology-example-chat",
"version": "0.1.1-1",
"version": "0.1.1-2",
"description": "Topology Protocol Chat Exmaple",
"main": "src/index.ts",
"repository": "https://github.com/topology-foundation/ts-topology.git",
Expand All @@ -13,10 +13,10 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@topology-foundation/crdt": "0.1.1-1",
"@topology-foundation/network": "0.1.1-1",
"@topology-foundation/node": "0.1.1-1",
"@topology-foundation/object": "0.1.1-1",
"@topology-foundation/crdt": "0.1.1-2",
"@topology-foundation/network": "0.1.1-2",
"@topology-foundation/node": "0.1.1-2",
"@topology-foundation/object": "0.1.1-2",
"assemblyscript": "^0.27.29",
"crypto-browserify": "^3.12.0",
"memfs": "^4.11.1",
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.1.1-1",
"version": "0.1.1-2",
"license": "MIT",
"homepage": "https://topology.gg/",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/crdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@topology-foundation/crdt",
"version": "0.1.1-1",
"version": "0.1.1-2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test": "vitest"
},
"devDependencies": {
"@topology-foundation/object": "0.1.1-1",
"@topology-foundation/object": "0.1.1-2",
"assemblyscript": "^0.27.29"
}
}
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.1.1-1",
"version": "0.1.1-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.1.1-1",
"version": "0.1.1-2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,9 +37,9 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.1.0",
"@libp2p/interface": "^1.7.0",
"@topology-foundation/crdt": "0.1.1-1",
"@topology-foundation/network": "0.1.1-1",
"@topology-foundation/object": "0.1.1-1",
"@topology-foundation/crdt": "0.1.1-2",
"@topology-foundation/network": "0.1.1-2",
"@topology-foundation/object": "0.1.1-2",
"commander": "^12.1.0",
"it-length-prefixed": "^9.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = "0.1.1-0";
export const VERSION = "0.1.1-1";
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.1.1-1",
"version": "0.1.1-2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

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

0 comments on commit d9bded5

Please sign in to comment.