Skip to content

Releases: Polkadot-Community-Foundation/dotns-sdk

v0.7.2

11 Jun 18:24
4f8b911

Choose a tag to compare

Installation

CLI

Install from npm:

npm install -g @polkadot-community-foundation/dotns-cli

Or 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 --help

UI

Download:

gh release download v0.7.2 -p "pcf-dotns-ui-*.tar.gz" -R Polkadot-Community-Foundation/dotns-sdk

Extract:

mkdir -p dotns-ui && tar -xzf pcf-dotns-ui-0.7.2.tar.gz -C dotns-ui

What'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

10 Jun 00:42
v0.7.1
5570be6

Choose a tag to compare

Installation

CLI

Install from npm:

npm install -g pcf-dotns-cli

Or 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 --help

UI

Download:

gh release download v0.7.1 -p "pcf-dotns-ui-*.tar.gz" -R Polkadot-Community-Foundation/dotns-sdk

Extract:

mkdir -p dotns-ui && tar -xzf pcf-dotns-ui-0.7.1.tar.gz -C dotns-ui

What's Changed

  • fix(ui): retarget network config and Bulletin gateway to Summit by @al3mart in #7

Full Changelog: v0.7.0...v0.7.1

v0.7.0

09 Jun 23:51
v0.7.0
b607a31

Choose a tag to compare

Installation

CLI

Install from npm:

npm install -g pcf-dotns-cli

Or 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 --help

UI

Download:

gh release download v0.7.0 -p "pcf-dotns-ui-*.tar.gz" -R Polkadot-Community-Foundation/dotns-sdk

Extract:

mkdir -p dotns-ui && tar -xzf pcf-dotns-ui-0.7.0.tar.gz -C dotns-ui

What'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