Skip to content

Commit

Permalink
Merge pull request #37 from multiversx/development
Browse files Browse the repository at this point in the history
2.1.1
  • Loading branch information
arhtudormorar authored Oct 24, 2024
2 parents c8b5178 + f021385 commit d43991b
Show file tree
Hide file tree
Showing 3 changed files with 754 additions and 784 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[2.1.0](https://github.com/multiversx/mx-sdk-dapp-swap/pull/36)] - 2024-10-24
## [[2.1.1](https://github.com/multiversx/mx-sdk-dapp-swap/pull/37)] - 2024-10-24
- [Fixed tests](https://github.com/multiversx/mx-sdk-dapp-swap/pull/37)
- [Remove network-providers dependency](https://github.com/multiversx/mx-sdk-dapp-swap/pull/35)

## [[2.1.0](https://github.com/multiversx/mx-sdk-dapp-swap/pull/34)] - 2024-10-21
Expand Down
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = {
'@multiversx/sdk-dapp/(.*)':
'<rootDir>/node_modules/@multiversx/sdk-dapp/__commonjs/$1',
uint8arrays: '<rootDir>/node_modules/uint8arrays/cjs/src',
multiformats: '<rootDir>/node_modules/multiformats/cjs/src'
multiformats: '<rootDir>/node_modules/multiformats/cjs/src',
'^uuid$': require.resolve('uuid')
}
};
Loading

0 comments on commit d43991b

Please sign in to comment.