Skip to content

Commit

Permalink
Upgrade to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
earrietadev committed Oct 10, 2024
1 parent 2cbf5d6 commit edc9bf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.2.3](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.2.2...v1.2.3) (2024-10-09)
### Fix
- Move the Modal component out from the Button component, we do this so the shadow DOM styles don't affect the modal component in those cases where there is a container that could prevent the modal from taking the whole screen

### [1.2.2](https://github.com/Creit-Tech/Stellar-Wallets-Kit/compare/v1.2.1...v1.2.2) (2024-10-07)
### Add
- Add `removeButton` and `isButtonCreated` methods to the kit. These methods can be used in cases where we need to re-organize the layout of our frontend
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creit.tech/stellar-wallets-kit",
"version": "1.2.2",
"version": "1.2.3",
"description": "A kit to handle all Stellar Wallets at once",
"author": {
"name": "Creit Technologies LLP",
Expand Down

0 comments on commit edc9bf1

Please sign in to comment.