Releases: Polkadot-Community-Foundation/dotns-sdk
Releases · Polkadot-Community-Foundation/dotns-sdk
v0.7.2
Installation
CLI
Install from npm:
npm install -g @polkadot-community-foundation/dotns-cliOr with other package managers:
| Package Manager | Command |
|---|---|
| npm | npm install -g @polkadot-community-foundation/dotns-cli |
| yarn | yarn global add @polkadot-community-foundation/dotns-cli |
| bun | bun add -g @polkadot-community-foundation/dotns-cli |
| pnpm | pnpm add -g @polkadot-community-foundation/dotns-cli |
Verify:
dotns --helpUI
Download:
gh release download v0.7.2 -p "pcf-dotns-ui-*.tar.gz" -R Polkadot-Community-Foundation/dotns-sdkExtract:
mkdir -p dotns-ui && tar -xzf pcf-dotns-ui-0.7.2.tar.gz -C dotns-uiWhat's Changed
- chore: rename CLI to polkadot-community-foundation/dotns-cli publish via PCF automation by @al3mart in #8
Full Changelog: v0.7.1...v0.7.2
v0.7.1
Installation
CLI
Install from npm:
npm install -g pcf-dotns-cliOr with other package managers:
| Package Manager | Command |
|---|---|
| npm | npm install -g pcf-dotns-cli |
| yarn | yarn global add pcf-dotns-cli |
| bun | bun add -g pcf-dotns-cli |
| pnpm | pnpm add -g pcf-dotns-cli |
Verify:
dotns --helpUI
Download:
gh release download v0.7.1 -p "pcf-dotns-ui-*.tar.gz" -R Polkadot-Community-Foundation/dotns-sdkExtract:
mkdir -p dotns-ui && tar -xzf pcf-dotns-ui-0.7.1.tar.gz -C dotns-uiWhat's Changed
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Installation
CLI
Install from npm:
npm install -g pcf-dotns-cliOr with other package managers:
| Package Manager | Command |
|---|---|
| npm | npm install -g pcf-dotns-cli |
| yarn | yarn global add pcf-dotns-cli |
| bun | bun add -g pcf-dotns-cli |
| pnpm | pnpm add -g pcf-dotns-cli |
Verify:
dotns --helpUI
Download:
gh release download v0.7.0 -p "pcf-dotns-ui-*.tar.gz" -R Polkadot-Community-Foundation/dotns-sdkExtract:
mkdir -p dotns-ui && tar -xzf pcf-dotns-ui-0.7.0.tar.gz -C dotns-uiWhat's Changed
- feat(cli): add Summit environment with deployed DotNS addresses by @al3mart in #1
- chore(release): gate Parity-only release jobs behind repo vars by @al3mart in #2
- chore: repoint Parity references to PCF and rename packages to pcf-dotns-cli and pcf-dotns-ui by @al3mart in #3
- feat(cli): default to the summit environment by @al3mart in #4
- docs(readme): enhance security section (paritytech#169) by @al3mart in #5
- chore(ci): retarget automations to Summit and set Summit IPFS gateway by @al3mart in #6
New Contributors
Full Changelog: https://github.com/Polkadot-Community-Foundation/dotns-sdk/commits/v0.7.0