Skip to content

Commit

Permalink
chore(release): 2.0.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rudnovd committed Feb 11, 2022
1 parent 27213eb commit 529ec01
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.

## [2.0.0-alpha.7](https://github.com/rudnovd/heroes3tools/compare/v2.0.0-alpha.6...v2.0.0-alpha.7) (2022-02-11)


### Features

* **assets:** fill description field for creatures ([6914214](https://github.com/rudnovd/heroes3tools/commit/6914214126053e8ae3ea95a5fa5474a6a80da0f2))
* **ObjectPortrait:** add lazyLoading prop ([d2f1992](https://github.com/rudnovd/heroes3tools/commit/d2f1992acd3b7425535bbb711be661686ea50837))


### Bug Fixes

* **BaseInputNumber:** fix value prop update ([4cb184a](https://github.com/rudnovd/heroes3tools/commit/4cb184a1f054830bc5a519d0f6b514dac394b839))

## [2.0.0-alpha.6](https://github.com/rudnovd/heroes3tools/compare/v2.0.0-alpha.5...v2.0.0-alpha.6) (2022-02-02)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "heroes3tools",
"version": "2.0.0-alpha.6",
"version": "2.0.0-alpha.7",
"private": true,
"scripts": {
"start": "vite",
Expand Down

0 comments on commit 529ec01

Please sign in to comment.