Skip to content

Commit 5b6b803

Browse files
authored
chore(main): release 1.4.0 (#178)
1 parent 85f9329 commit 5b6b803

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/sygmaprotocol/explorer-ui/compare/v1.3.0...v1.4.0) (2024-09-13)
4+
5+
6+
### Features
7+
8+
* new type for transfer ([#177](https://github.com/sygmaprotocol/explorer-ui/issues/177)) ([ce9016a](https://github.com/sygmaprotocol/explorer-ui/commit/ce9016aa454a011e979de36bfe4e3f379ab035c1))
9+
* special logic for native type of transfer ([#186](https://github.com/sygmaprotocol/explorer-ui/issues/186)) ([85f9329](https://github.com/sygmaprotocol/explorer-ui/commit/85f9329828896f5638d0abbe16e1f07e11f9b06e))
10+
11+
12+
### Bug Fixes
13+
14+
* render issue on detail view for transfers with execution property as null ([#182](https://github.com/sygmaprotocol/explorer-ui/issues/182)) ([040c9c3](https://github.com/sygmaprotocol/explorer-ui/commit/040c9c37250e6719452475f8ca66744a3bf05574))
15+
16+
17+
### Miscellaneous
18+
19+
* misc fixes ([#181](https://github.com/sygmaprotocol/explorer-ui/issues/181)) ([7cc589f](https://github.com/sygmaprotocol/explorer-ui/commit/7cc589fd05dd4add5aac554218b0accbb36c5a65))
20+
321
## [1.3.0](https://github.com/sygmaprotocol/explorer-ui/compare/v1.2.2...v1.3.0) (2024-04-03)
422

523

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildwithsygma/explorer-ui",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"publishConfig": {
55
"access": "restricted"
66
},

0 commit comments

Comments
 (0)