Skip to content

Commit

Permalink
chore(release): publish 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Mar 12, 2024
1 parent 483e02a commit c921c25
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 1.0.0 (2024-03-12)


### 🚀 Features

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

### 🩹 Fixes

- typo ([4efc6dd](https://github.com/pubkeyapp/pubkey-program-library/commit/4efc6dd))
- linting errors ([483e02a](https://github.com/pubkeyapp/pubkey-program-library/commit/483e02a))

### ❤️ Thank You

- Bram Borggreve
- Sundeep Charan Ramkumar
2 changes: 1 addition & 1 deletion anchor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pubkey-program-library/anchor",
"version": "0.0.1",
"version": "1.0.0",
"dependencies": {
"@coral-xyz/anchor": "^0.29.0",
"@solana/web3.js": "^1.91.0",
Expand Down

0 comments on commit c921c25

Please sign in to comment.