Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.3...v1.2.0) (2024-02-14)

### Bug Fixes

* add expand view ([cf708b3](cf708b3))
* added contacts to each page for contact name instead of address ([1e635f9](1e635f9))
* added error message on explore page and added address fix on confirm ([77f09be](77f09be))
* added name modification for staging and updated keys ([8e43024](8e43024))
* added name modification for staging and updated keys ([1ae2f06](1ae2f06))
* added nav bar to explore page ([a0e7846](a0e7846))
* adjusted spacing on icon buttons ([82c8e97](82c8e97))
* contact ordering ([ed29a03](ed29a03))
* enabled recipient field ([b31749c](b31749c))
* fixed wallet name ([1b72f70](1b72f70))
* fixes allowance setting and fixes password input issue ([398a094](398a094))
* freedecryptedwallet on errors ([dcedde4](dcedde4))
* hides currency button on api error ([8609648](8609648))
* issue with navigation being disabled through token to send ([887b4b3](887b4b3))
* merge issues ([35f2b08](35f2b08))
* minor ui changes to send screen ([c7cb773](c7cb773))
* misc fixes ([d61c965](d61c965))
* moved nav bar to PageWrapper ([daa6825](daa6825))
* moved nav to routes, reverted icon changes ([05d2818](05d2818))
* nav bar only displayed on main page ([c78b35c](c78b35c))
* profile pics, added useContacts hooks ([4f9905c](4f9905c))
* refactor ([4c9c928](4c9c928))
* removed console log ([95d929d](95d929d))
* removed overflow ([e60cc56](e60cc56))
* reset unsaved contact changes ([0895ef1](0895ef1))
* reverted changeset to recommended workflow ([5af4ad9](5af4ad9))
* show profile icon in ContactListItem ([64390c1](64390c1))
* sort all contacts ([c03153c](c03153c))
* sort contacts with equal names ([851ef63](851ef63))
* submit.yml file and reverted version ([c59e830](c59e830))
* submit.yml file and reverted version ([47face9](47face9))
* ui issues and arns in search field ([a541087](a541087))
* update beta icons in gh action ([16eaa9f](16eaa9f))
* updated head component on assets and explore ([788bad7](788bad7))
* updated input styling on send screen ([9f1e090](9f1e090))
* updated max button styling on light mode ([466fbee](466fbee))
* updated styling on slider ([e9c3b29](e9c3b29))
* updated yml versions ([b1b488f](b1b488f))
* updated yml versions ([ea0c9ec](ea0c9ec))

### Features

* add active settings title ([9e6990c](9e6990c))
* add analytics to contacts ([d685654](d685654))
* add analytics to send ([dab8c02](dab8c02))
* add contact list item ([792ebfd](792ebfd))
* add contacts setting ([7664ee8](7664ee8))
* add loading icon to avatar ([6093a00](6093a00))
* add new contact ([cfb611d](cfb611d))
* add recent addresses ([eecf1a1](eecf1a1))
* add search filter ([4eeb720](4eeb720))
* add search input to contacts ([0031a67](0031a67))
* added contacts to recipient modal ([a26be10](a26be10))
* added light mode for graph and nav buttons ([3addbb3](3addbb3))
* added new header ([516351d](516351d))
* added semantic-release ([ff3251e](ff3251e))
* added styling to USD/ar button ([b496902](b496902))
* added wallet switcher to head ([56ca0f4](56ca0f4))
* adds changeset and automated PR to prod ([8ded65a](8ded65a))
* adds slider modal, pending contacts component ([3b824a6](3b824a6))
* base screen 2 completed w limited functionality ([6e0bdb8](6e0bdb8))
* base send page completed ([6ac486f](6ac486f))
* completed new navigation bar ([e4d0132](e4d0132))
* confirm base page with functionality ([c800c93](c800c93))
* contact info ([630031c](630031c))
* contacts ([f437d99](f437d99))
* copy contact address ([5a06103](5a06103))
* create contact with only arweave address & update address to be shorthand ([e896587](e896587))
* delete contact ([63b6d99](63b6d99))
* edit contact info ([f9b3514](f9b3514))
* fetch contacts, sort alphabetically, and add letter header ([8d2394e](8d2394e))
* handle missing field ([cd956db](cd956db))
* navigation bar added ([cfd5357](cfd5357))
* recipient slider with example data + components version bump ([1332ec9](1332ec9))
* removed navigation button from the chart, updated colors ([0c0357e](0c0357e))
* removed titles on nav, updated sizing ([9ed9ea9](9ed9ea9))
* select ArNS address ([6c29b2d](6c29b2d))
* update contacts ui > contact list item ([feb5825](feb5825))
* upload avatar to arweave ([bf080ec](bf080ec))
* upload contact avatar ([da036f4](da036f4))
* wip send screen ([9795774](9795774))
  • Loading branch information
semantic-release-bot committed Feb 14, 2024
1 parent 47506a7 commit c30a5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arconnect",
"displayName": "ArConnect",
"version": "1.1.3",
"version": "1.2.0",
"description": "__MSG_extensionDescription__",
"author": "th8ta",
"packageManager": "[email protected]",
Expand Down

0 comments on commit c30a5a8

Please sign in to comment.