Skip to content

Commit 22eb582

Browse files
Version Packages (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 04f4a0a commit 22eb582

7 files changed

Lines changed: 26 additions & 10 deletions

File tree

.changeset/discoverability-metadata.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @hbar-kit/core
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 4ce8451: Improve npm discoverability: clearer package descriptions and Hedera payment / Mirror Node keywords. No API changes.
8+
39
## 0.1.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hbar-kit/core",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Zero-dependency Hedera primitives for TypeScript: network config, bigint money (tinybars & HTS decimals), id/timestamp parsing, errors.",
55
"license": "MIT",
66
"homepage": "https://devwhodevs.github.io/hbar-kit/",

packages/mirror/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @hbar-kit/mirror
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 4ce8451: Improve npm discoverability: clearer package descriptions and Hedera payment / Mirror Node keywords. No API changes.
8+
- Updated dependencies [4ce8451]
9+
- @hbar-kit/core@0.1.1
10+
311
## 0.1.0
412

513
### Minor Changes

packages/mirror/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hbar-kit/mirror",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Typed Hedera Mirror Node REST API client for TypeScript: transactions, tokens, balances, with cursor pagination.",
55
"license": "MIT",
66
"homepage": "https://devwhodevs.github.io/hbar-kit/",

packages/payments/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @hbar-kit/payments
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- 4ce8451: Improve npm discoverability: clearer package descriptions and Hedera payment / Mirror Node keywords. No API changes.
8+
- Updated dependencies [4ce8451]
9+
- @hbar-kit/core@0.1.1
10+
- @hbar-kit/mirror@0.1.1
11+
312
## 0.1.0
413

514
### Minor Changes

packages/payments/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hbar-kit/payments",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Verify native Hedera payments (HBAR & HTS) by receiver, amount, memo, and time window via the Mirror Node — read-only, non-custodial, bigint-safe.",
55
"license": "MIT",
66
"homepage": "https://devwhodevs.github.io/hbar-kit/",

0 commit comments

Comments
 (0)