Skip to content

Commit 601baff

Browse files
0xverinKailai-Wang
andauthored
client-api: bump version to 0.0.2 (#3500)
* chore: bump version to 0.0.2 and add CHANGELOG.md * fix package name in changelog from * to *-api --------- Co-authored-by: Kai <7630809+Kailai-Wang@users.noreply.github.com>
1 parent bfd0940 commit 601baff

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

tee-worker/client-api/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# CHANGELOG
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
This package is a refactor of [parachain-api](https://www.npmjs.com/package/@heima-network/parachain-api) and [sidechain-api](https://www.npmjs.com/package/@heima-network/sidechain-api).
9+
10+
## [Unreleased]
11+
12+
## [0.0.2] - 2025-06-05
13+
### Changed
14+
- Change `CorePrimitivesIdentity` to `HeimaPrimitivesIdentity`
15+
16+
## [0.0.1] - 2025-05-22
17+
### Changed
18+
- Change `@heima-network/*-api` to `@heima-network/api-augment/*`
19+
20+

tee-worker/client-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "./dist/identity/index.cjs",
88
"module": "./dist/identity/index.js",
99
"types": "./dist/identity/index.d.ts",
10-
"version": "0.0.1",
10+
"version": "0.0.2",
1111
"files": [
1212
"dist",
1313
"src",
@@ -67,7 +67,7 @@
6767
"generate:meta:omni": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-chain.mjs --endpoint ./metadata-parachain.json --package @heima-network/api-augment/omni/interfaces --output ./src/omni/interfaces",
6868
"generate:meta:sidechain": "pnpm tsx node_modules/@polkadot/typegen/scripts/polkadot-types-from-chain.mjs --endpoint ./metadata-sidechain.json --package @heima-network/api-augment/sidechain/interfaces --output ./src/sidechain/interfaces",
6969
"build": "pnpm generate && tsup",
70-
"publish": "pnpm generate && pnpm build && pnpm publish",
70+
"build-publish": "pnpm generate && pnpm build && npm publish",
7171
"format": "pnpm exec prettier --write .",
7272
"check-format": "pnpm exec prettier --check .",
7373
"lint": "tsc --noEmit --pretty",

0 commit comments

Comments
 (0)