Skip to content

Commit 95be539

Browse files
authored
chore(main): release 0.3.0 (#74)
1 parent 07e7369 commit 95be539

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/sygmaprotocol/explorer-ui/compare/v0.2.0...v0.3.0) (2023-09-05)
4+
5+
6+
### Features
7+
8+
* adding interval detailview ([#70](https://github.com/sygmaprotocol/explorer-ui/issues/70)) ([eab273f](https://github.com/sygmaprotocol/explorer-ui/commit/eab273fb61f723722856b27565a150fb27fae11b))
9+
* fix mobile rendering detail and adding from and to links ([#73](https://github.com/sygmaprotocol/explorer-ui/issues/73)) ([d257e11](https://github.com/sygmaprotocol/explorer-ui/commit/d257e11d13d25e57a266a3e2f0e8c3699aa89286))
10+
* usd values ([#75](https://github.com/sygmaprotocol/explorer-ui/issues/75)) ([1433053](https://github.com/sygmaprotocol/explorer-ui/commit/143305342cecfef2d3e812fba2b4589877f046f4))
11+
12+
13+
### Bug Fixes
14+
15+
* fix env name ([#80](https://github.com/sygmaprotocol/explorer-ui/issues/80)) ([a21e68a](https://github.com/sygmaprotocol/explorer-ui/commit/a21e68aaa9fb13299302e3483a4ce112e6eebede))
16+
* fix get transfers and small refactor of state ([#68](https://github.com/sygmaprotocol/explorer-ui/issues/68)) ([1ea1f13](https://github.com/sygmaprotocol/explorer-ui/commit/1ea1f1333cd97d4b574609efc4571becae653418))
17+
18+
19+
### Miscellaneous
20+
21+
* linting and lint workflow ([#77](https://github.com/sygmaprotocol/explorer-ui/issues/77)) ([d39c01b](https://github.com/sygmaprotocol/explorer-ui/commit/d39c01b473da3f39fe44a5087a8b66ff6eafbafd))
22+
323
## [0.2.0](https://github.com/sygmaprotocol/explorer-ui/compare/v0.1.2...v0.2.0) (2023-08-01)
424

525

package.json

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

0 commit comments

Comments
 (0)