Skip to content

Commit 288ba1d

Browse files
authored
chore: release 2025.03.13 (#245)
* chore: revert versions Signed-off-by: 0x009922 <[email protected]> * chore: bump, release Signed-off-by: 0x009922 <[email protected]> --------- Signed-off-by: 0x009922 <[email protected]>
1 parent da9ef2f commit 288ba1d

File tree

3 files changed

+21
-6
lines changed

3 files changed

+21
-6
lines changed

Releases.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1+
### 2025.03.13
2+
3+
#### @iroha/client 0.3.0 (minor)
4+
5+
- feat(core, client)!: prototype-based selectors and predicates (#235)
6+
- refactor(client)!: rename structs and params, extend docs #130 (#231)
7+
- chore(core, client): exclude extra files from publishing #211 (#232)
8+
9+
#### @iroha/core 0.3.0 (minor)
10+
11+
- feat(core, client)!: prototype-based selectors and predicates (#235)
12+
- fix(core): inline .wasm (#243)
13+
- chore(core, client): exclude extra files from publishing #211 (#232)
14+
115
### 2025.02.19
216

3-
#### @iroha/client 0.2.0 (major)
17+
#### @iroha/client 0.2.0 (minor)
418

519
- bump version to update @iroha/core dependency
620
- docs(core, client): extend docs, link modules (#226)
@@ -11,7 +25,7 @@
1125

1226
### 2025.02.18
1327

14-
#### @iroha/core 0.2.0 (major)
28+
#### @iroha/core 0.2.0 (minor)
1529

1630
- fix(core)!: unified .wasm import (close #209, #221) (#222)
1731

packages/client/deno.jsonc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"name": "@iroha/client",
3-
"version": "0.0.13",
3+
"version": "0.3.0",
44
"exports": {
55
".": "./mod.ts",
66
"./web-socket": "./web-socket/mod.ts"
77
},
88
"imports": {
9-
// TODO: remove these deps
109
"emittery": "npm:emittery@^1.1.0",
1110
"p-defer": "npm:p-defer@^4.0.1"
1211
}

packages/core/deno.jsonc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iroha/core",
3-
"version": "0.0.13",
3+
"version": "0.3.0",
44
"exports": {
55
".": "./mod.ts",
66
"./codec": "./codec.ts",
@@ -15,6 +15,8 @@
1515
"type-fest": "npm:type-fest@^4.33.0"
1616
},
1717
"publish": {
18-
"exclude": ["./test"]
18+
"exclude": [
19+
"./test"
20+
]
1921
}
2022
}

0 commit comments

Comments
 (0)