Skip to content

Commit 3d5e21f

Browse files
Merge pull request #121 from IntersectMBO/changeset-release/main
ci(changesets): version packages
2 parents 7989aa7 + 409f656 commit 3d5e21f

File tree

9 files changed

+139
-37
lines changed

9 files changed

+139
-37
lines changed

.changeset/fine-geckos-leave.md

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

docs/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# docs
22

3+
## 0.0.17
4+
5+
### Patch Changes
6+
7+
- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder
8+
9+
This release adds comprehensive support for Conway-era governance operations and stake pool management:
10+
11+
**New Delegation APIs**
12+
- `delegateToPool`: Delegate stake to a pool (with optional registration)
13+
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
14+
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously
15+
16+
**DRep Operations**
17+
- `registerDRep`: Register as a Delegated Representative
18+
- `updateDRep`: Update DRep anchor/metadata
19+
- `deregisterDRep`: Deregister DRep and reclaim deposit
20+
21+
**Constitutional Committee Operations**
22+
- `authCommitteeHot`: Authorize hot credential for committee member
23+
- `resignCommitteeCold`: Resign from constitutional committee
24+
25+
**Stake Pool Operations**
26+
- `registerPool`: Register a new stake pool with parameters
27+
- `retirePool`: Retire a stake pool at specified epoch
28+
29+
**Transaction Balance Improvements**
30+
- Proper accounting for certificate deposits and refunds
31+
- Withdrawal balance calculations
32+
- Minimum 1 input requirement enforcement (replay attack prevention)
33+
34+
- Updated dependencies [[`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4)]:
35+
- @evolution-sdk/devnet@1.1.10
36+
- @evolution-sdk/evolution@0.3.10
37+
338
## 0.0.16
439

540
### Patch Changes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.16",
3+
"version": "0.0.17",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/aiken-uplc/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# @evolution-sdk/aiken-uplc
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder
8+
9+
This release adds comprehensive support for Conway-era governance operations and stake pool management:
10+
11+
**New Delegation APIs**
12+
- `delegateToPool`: Delegate stake to a pool (with optional registration)
13+
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
14+
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously
15+
16+
**DRep Operations**
17+
- `registerDRep`: Register as a Delegated Representative
18+
- `updateDRep`: Update DRep anchor/metadata
19+
- `deregisterDRep`: Deregister DRep and reclaim deposit
20+
21+
**Constitutional Committee Operations**
22+
- `authCommitteeHot`: Authorize hot credential for committee member
23+
- `resignCommitteeCold`: Resign from constitutional committee
24+
25+
**Stake Pool Operations**
26+
- `registerPool`: Register a new stake pool with parameters
27+
- `retirePool`: Retire a stake pool at specified epoch
28+
29+
**Transaction Balance Improvements**
30+
- Proper accounting for certificate deposits and refunds
31+
- Withdrawal balance calculations
32+
- Minimum 1 input requirement enforcement (replay attack prevention)
33+
34+
- Updated dependencies [[`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4)]:
35+
- @evolution-sdk/evolution@0.3.10
36+
337
## 0.0.1
438

539
### Patch Changes

packages/aiken-uplc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolution-sdk/aiken-uplc",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Aiken UPLC evaluator for Evolution SDK with WASM-based local script evaluation",
55
"type": "module",
66
"main": "./dist/index.js",

packages/evolution-devnet/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# @evolution-sdk/devnet
22

3+
## 1.1.10
4+
5+
### Patch Changes
6+
7+
- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder
8+
9+
This release adds comprehensive support for Conway-era governance operations and stake pool management:
10+
11+
**New Delegation APIs**
12+
- `delegateToPool`: Delegate stake to a pool (with optional registration)
13+
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
14+
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously
15+
16+
**DRep Operations**
17+
- `registerDRep`: Register as a Delegated Representative
18+
- `updateDRep`: Update DRep anchor/metadata
19+
- `deregisterDRep`: Deregister DRep and reclaim deposit
20+
21+
**Constitutional Committee Operations**
22+
- `authCommitteeHot`: Authorize hot credential for committee member
23+
- `resignCommitteeCold`: Resign from constitutional committee
24+
25+
**Stake Pool Operations**
26+
- `registerPool`: Register a new stake pool with parameters
27+
- `retirePool`: Retire a stake pool at specified epoch
28+
29+
**Transaction Balance Improvements**
30+
- Proper accounting for certificate deposits and refunds
31+
- Withdrawal balance calculations
32+
- Minimum 1 input requirement enforcement (replay attack prevention)
33+
34+
- Updated dependencies [[`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4)]:
35+
- @evolution-sdk/aiken-uplc@0.0.2
36+
- @evolution-sdk/evolution@0.3.10
37+
338
## 1.1.9
439

540
### Patch Changes

packages/evolution-devnet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolution-sdk/devnet",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "Local Cardano devnet for testing and development with Docker",
55
"type": "module",
66
"main": "./dist/index.js",

packages/evolution/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# @evolution-sdk/evolution
22

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- [#120](https://github.com/IntersectMBO/evolution-sdk/pull/120) [`ed9bdc0`](https://github.com/IntersectMBO/evolution-sdk/commit/ed9bdc07011bcc4875b61fdd6b4f8e4219bb67e4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Add governance and pool operation APIs to transaction builder
8+
9+
This release adds comprehensive support for Conway-era governance operations and stake pool management:
10+
11+
**New Delegation APIs**
12+
- `delegateToPool`: Delegate stake to a pool (with optional registration)
13+
- `delegateToDRep`: Delegate voting power to a DRep (with optional registration)
14+
- `delegateToPoolAndDRep`: Delegate to both pool and DRep simultaneously
15+
16+
**DRep Operations**
17+
- `registerDRep`: Register as a Delegated Representative
18+
- `updateDRep`: Update DRep anchor/metadata
19+
- `deregisterDRep`: Deregister DRep and reclaim deposit
20+
21+
**Constitutional Committee Operations**
22+
- `authCommitteeHot`: Authorize hot credential for committee member
23+
- `resignCommitteeCold`: Resign from constitutional committee
24+
25+
**Stake Pool Operations**
26+
- `registerPool`: Register a new stake pool with parameters
27+
- `retirePool`: Retire a stake pool at specified epoch
28+
29+
**Transaction Balance Improvements**
30+
- Proper accounting for certificate deposits and refunds
31+
- Withdrawal balance calculations
32+
- Minimum 1 input requirement enforcement (replay attack prevention)
33+
334
## 0.3.9
435

536
### Patch Changes

packages/evolution/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@evolution-sdk/evolution",
3-
"version": "0.3.9",
3+
"version": "0.3.10",
44
"description": "A modern TypeScript SDK for Cardano blockchain development",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)