Skip to content

Releases: inkdevhub/swanky-cli

v4.0.0 - Astar Treasury Proposal Roadmap: ink!DevHub

29 Mar 20:04
24503a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.0...v4.0.0

v4.0.0-beta.0

25 Mar 14:00
e8aec83
Compare
Choose a tag to compare
v4.0.0-beta.0 Pre-release
Pre-release

Beta release for #205

Full Changelog: v3.1.0...v4.0.0-beta.0

v3.1.0

25 Sep 07:27
1723348
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.4...v3.1.0

v3.1.0-beta.0

17 Sep 21:01
9153ae7
Compare
Choose a tag to compare
v3.1.0-beta.0 Pre-release
Pre-release

Beta release for #185

v3.0.4

02 Jun 15:16
be91475
Compare
Choose a tag to compare

Fix: explain command using wrong artifact paths

Full Changelog: v3.0.3...v3.0.4

v3.0.3

31 May 21:01
eaf256e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.2...v3.0.3

v3.0.1

31 May 08:30
033b6f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

31 May 07:57
28ebc17
Compare
Choose a tag to compare

Major changes

Convert to native ESM system

  • This was necessary to be able to keep up with the ecosystem and Node.js itself.
  • Added benefit is removal of "duplicate dependencies" warning from @polkadot/* packages.
  • also, the bundle size is ~10MB smaller ;)

Convert the project to a monolith structure

  • Switching to monorepo seemed like a good idea at the time, but proved to bring overhead in development and release process without perceivable benefits.

Adds base-image config and .devcontainer

  • swanky-base image is now hosted with this repo, and the Dockerfile configuration is added, with a readme on publishing new versions.
  • .devcontainer config using swanky-base image is also added, and can be used to develop swanky-cli inside the container too

Drop ask! support

  • ask! is not production ready, and having it only introduces confusion to users, and unnecessary overhead to developers

Bug fixes and improvements

  • make gas flag optional in deploy command
  • fix deploy command (use weightsV2)
  • fix missing name and email in templates
  • update all dependencies to latest

v3.0.0-alpha.0

29 May 08:30
0dd6d51
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release

Major changes

Drop ask! support

  • ask! is not production ready, and having it only introduces confusion to users, and unnecessary overhead to developers

Convert the project to a monolith structure

  • Switching to monorepo seemed like a good idea at the time, but proved to bring overhead in development and release process without perceivable benefits.

Convert to native ESM system

  • This was necessary to be able to keep up with the ecosystem and Node.js itself.
  • Added benefit is removal of "duplicate dependencies" warning from @polkadot/* packages.
  • also, the bundle size is ~10MB smaller ;)

Adds base-image config and .devcontainer

  • swanky-base image is now hosted with this repo, and the Dockerfile configuration is added, with a readme on publishing new versions.
  • .devcontainer config using swanky-base image is also added, and can be used to develop swanky-cli inside the container too

Bug fixes and improvements

  • make gas flag optional in deploy command
  • fix deploy command (use weightsV2)
  • fix missing name and email in templates
  • update all dependencies to latest

v2.2.3

22 May 07:52
b7052fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.2.3