Skip to content

Commit c46092d

Browse files
committed
Bump version
1 parent 3cd7d7b commit c46092d

File tree

11 files changed

+34
-32
lines changed

11 files changed

+34
-32
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ Race Protocol: A multi-chain infrastructure for asymmetric competitive games
22

33
# Master(Unreleased)
44

5+
# 0.2.6
6+
57
## Fixes
68
- SDK: Clean the timer after exit. Simplify the usage of timer in connection.
79
- Transactor: Log serialized effect and event when a wasm runtime error occurs.

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ members = [
2222
]
2323

2424
[workspace.dependencies]
25-
race-api = { path = "api", version = ">=0.2.5" }
26-
race-proc-macro = { path = "proc-macro", version = ">=0.2.5" }
27-
race-core = { path = "core", version = ">=0.2.5" }
28-
race-client = { path = "client", version = ">=0.2.5" }
29-
race-encryptor = { path = "encryptor", version = ">=0.2.5" }
30-
race-test = { path = "test", version = ">=0.2.5" }
25+
race-api = { path = "api", version = ">=0.2.6" }
26+
race-proc-macro = { path = "proc-macro", version = ">=0.2.6" }
27+
race-core = { path = "core", version = ">=0.2.6" }
28+
race-client = { path = "client", version = ">=0.2.6" }
29+
race-encryptor = { path = "encryptor", version = ">=0.2.6" }
30+
race-test = { path = "test", version = ">=0.2.6" }
3131
race-env = { path = "env", version = "*" }
3232
race-transport = { path = "transport", version = "*" }
3333
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
@@ -78,7 +78,7 @@ regex = "1"
7878

7979
[workspace.package]
8080
authors = ["RACE Foundation <[email protected]>"]
81-
version = "0.2.5"
81+
version = "0.2.6"
8282
edition = "2021"
8383
rust-version = "1.65.0"
8484
license = "MPL-2.0"

js/borsh/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/borsh/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@race-foundation/borsh",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "A borsh implementation with decorator support",
55
"repository": {
66
"type": "git",

js/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/sdk-core/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@race-foundation/sdk-core",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "The type definitions for Race SDK",
55
"scripts": {
66
"test": "jest",

js/sdk-facade/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@race-foundation/sdk-facade",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "The Facade integration for Race SDK",
55
"main": "lib/cjs/index.ts",
66
"module": "lib/esm/index.js",

js/sdk-solana/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)