Skip to content

Commit

Permalink
build: release v0.17.0 (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Jun 20, 2023
1 parent 0ae7ea8 commit 3fd13d0
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ jobs:
run: npm publish --provenance --tag next --workspace=packages/ckbtc
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish ic-management
run: npm publish --provenance --tag next --workspace=packages/ic-management
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
run: npm publish --workspace=packages/ckbtc --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Publish ic-management
run: npm publish --workspace=packages/ic-management --provenance --access public
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.17.0 (wip)
# 0.17.0 (2023-06-20)

## Release

Expand All @@ -7,6 +7,7 @@
- cmc `v0.0.12`
- ledger `v0.0.9`
- ckBTC `v0.0.5`
- ic-management `v0.0.1`
- utils `v0.0.16`
- nns-proto `v0.0.2`

Expand All @@ -18,6 +19,24 @@

- introducing `@dfinity/ic-management` — a new library for interfacing with IC management canister
- add `getMinterInfo` for ckBTC which returns internal minter parameters such as the minimal amount to retrieve BTC, minimal number of confirmations or KYT fee
- add fee to nns stake neuron method
- expose Sns index canister id in wrapper
- add `simulateMergeNeurons` to Nns governance

## Refactor

- use `isNullish` and `fromNullable` utils in Nns `governance.canister.ts`

## Build

- remove `global` polyfill for the browser and add `worker` conditions to bundle
- improve docs generation in the CI
- update Candid types in Nns

## Docs

- improve Sns README
- generate README docs for BTC utils

# 0.16.0 (2023-05-24)

Expand Down

0 comments on commit 3fd13d0

Please sign in to comment.