Skip to content

Latest commit

 

History

History
88 lines (49 loc) · 2.92 KB

CHANGELOG.md

File metadata and controls

88 lines (49 loc) · 2.92 KB

1.5.0 (2024-04-18)

🚀 Features

  • add more nullable methods (11eec85)

❤️ Thank You

  • Bram Borggreve

1.4.0 (2024-04-17)

This was a version bump only, there were no code changes.

1.3.0 (2024-04-17)

🩹 Fixes

  • sdk mutations should return VersionTransaction (a7ca455)

❤️ Thank You

  • Bram Borggreve

1.2.0 (2024-04-17)

🩹 Fixes

  • sdk should not depend on Keypair (38fba85)

❤️ Thank You

  • Bram Borggreve

1.1.0 (2024-04-16)

🚀 Features

  • clean up pubkey profile ui (aa2f9af)

❤️ Thank You

  • Bram Borggreve

1.0.1 (2024-03-31)

🩹 Fixes

❤️ Thank You

  • Bram Borggreve

1.0.0 (2024-03-12)

🚀 Features

  • add basic Anchor program (85d9588)
  • implement pubkey-profile ui componets with sample data (bbb6531)
  • add keypair feature to provide a fee payer (269eff0)
  • update npm scope (bad826d)
  • created a base template for the program (56d28e9)
  • implement create_profile (7bea9da)
  • implement update_avatar_url (6e6915f)
  • implement add_authority (538f70d)
  • implement remove_authority (7f7b0fc)
  • implement add_identity (8779d52)
  • implement remove_identity and apply clippy suggestions (50f54ec)
  • connect program functions to front end (cb8e129)
  • build initial version of PubKeyProfileSdk (93fceec)

🩹 Fixes

❤️ Thank You

  • Bram Borggreve
  • Sundeep Charan Ramkumar