Skip to content

Commit

Permalink
chore(release): 6.5.0
Browse files Browse the repository at this point in the history
## [6.5.0](v6.4.0...v6.5.0) (2023-08-30)

### Features

* add base swap page and routing ([6e59bdd](6e59bdd))
* panda poc ([59654ec](59654ec))
* swap flow ([e54aa2e](e54aa2e))

### Bug Fixes

* add panda ([29b2be9](29b2be9))
* remove error message ([1e69362](1e69362))

### Internal

* home action buttons ([225182d](225182d))
* use swap context ([99539d9](99539d9))
  • Loading branch information
semantic-release-bot authored and kyranjamie committed Aug 31, 2023
1 parent 47e72b4 commit 3b7bc46
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## [6.5.0](https://github.com/hirosystems/wallet/compare/v6.4.0...v6.5.0) (2023-08-30)


### Features

* add base swap page and routing ([6e59bdd](https://github.com/hirosystems/wallet/commit/6e59bddd0b825ca4edfe341f82047385b59a0338))
* panda poc ([59654ec](https://github.com/hirosystems/wallet/commit/59654ece1c6934e97eadfdccf05f62e594f3bd98))
* swap flow ([e54aa2e](https://github.com/hirosystems/wallet/commit/e54aa2e46a10e6926dd8c4f6eaaeab5ac00c9064))


### Bug Fixes

* add panda ([29b2be9](https://github.com/hirosystems/wallet/commit/29b2be99ec72400d6408d143a2ba5468a9202ae0))
* remove error message ([1e69362](https://github.com/hirosystems/wallet/commit/1e693628944dcfbebd5d4c0cda75dd3b2efc5453))


### Internal

* home action buttons ([225182d](https://github.com/hirosystems/wallet/commit/225182d3dbebc595c87f95c6677ca3e2361f4bf2))
* use swap context ([99539d9](https://github.com/hirosystems/wallet/commit/99539d9af0e4c162802fe5efd3f741fcd893422b))

## [6.4.0](https://github.com/hirosystems/wallet/compare/v6.3.1...v6.4.0) (2023-08-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stacks/wallet-web",
"description": "Leather is browser extension for interacting with Stacks apps",
"private": true,
"version": "6.4.0",
"version": "6.5.0",
"author": "Hiro Systems PBC",
"scripts": {
"dev": "cross-env WALLET_ENVIRONMENT=development concurrently --raw \"node webpack/dev-server.js\" \"redux-devtools --hostname=localhost --port=8000\"",
Expand Down

0 comments on commit 3b7bc46

Please sign in to comment.