Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Jul 20, 2024
1 parent 5a0b0f3 commit 99ef6b4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,24 @@
## <small>0.0.30 (2024-07-20)</small>

* Create check-circle.svg ([cf548ee](https://github.com/block-core/angor/commit/cf548ee))
* Create sad-circle.svg ([f78fb55](https://github.com/block-core/angor/commit/f78fb55))
* Display error message when project is not found in indexer ([0b798a6](https://github.com/block-core/angor/commit/0b798a6))
* Enhance HTML sanitization: remove script/style tags, inline styles, and classes ([2e1f20f](https://github.com/block-core/angor/commit/2e1f20f))
* hotfix bug where check box in founder spend funds was hidden (#126) ([5a0b0f3](https://github.com/block-core/angor/commit/5a0b0f3)), closes [#126](https://github.com/block-core/angor/issues/126)
* Update Founder.razor ([dbb26ce](https://github.com/block-core/angor/commit/dbb26ce))
* Update Founder.razor ([7039b17](https://github.com/block-core/angor/commit/7039b17))
* Update FounderProjectItem.razor ([db900a8](https://github.com/block-core/angor/commit/db900a8))
* Update FounderProjectItem.razor ([23a4fe9](https://github.com/block-core/angor/commit/23a4fe9))
* Update Investor page UI ([0627a6d](https://github.com/block-core/angor/commit/0627a6d))



## <small>0.0.29 (2024-07-19)</small>

* Add more logs to the application (#104) ([fd269b4](https://github.com/block-core/angor/commit/fd269b4)), closes [#104](https://github.com/block-core/angor/issues/104)
* Adding a spinner on the single sig approval (#118) ([c5b42d6](https://github.com/block-core/angor/commit/c5b42d6)), closes [#118](https://github.com/block-core/angor/issues/118)
* bump version ([3f34cb8](https://github.com/block-core/angor/commit/3f34cb8))
* comment out failing tests ([5e39f07](https://github.com/block-core/angor/commit/5e39f07))
* Improve spend funds data (#100) ([5b7a9bb](https://github.com/block-core/angor/commit/5b7a9bb)), closes [#100](https://github.com/block-core/angor/issues/100)
* Improved the UI of the project view section (#123) ([7606c8c](https://github.com/block-core/angor/commit/7606c8c)), closes [#123](https://github.com/block-core/angor/issues/123)
* Nostr wasm (#121) ([b0b59f2](https://github.com/block-core/angor/commit/b0b59f2)), closes [#121](https://github.com/block-core/angor/issues/121)
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": "angor",
"version": "0.0.29",
"version": "0.0.30",
"license": "MIT",
"scripts": {
"version": "node -p \"require('./package.json').version\"",
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>0.0.29</Version>
<Version>0.0.30</Version>
<TargetFramework>net7.0</TargetFramework>
<Authors>Blockcore</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 99ef6b4

Please sign in to comment.