forked from labscommunity/arweave-wallet-kit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.1-alpha.1 [skip ci]
## [1.0.1-alpha.1](v1.0.0...v1.0.1-alpha.1) (2024-10-25) ### Bug Fixes * **action:** dont use build file in publish docs ([746084a](746084a)) * **action:** remove concurrency from publish ([f20c3d4](f20c3d4)) * **actions:** update actions to inherits secrets ([2c1017e](2c1017e)) * **build:** update build config ([12652af](12652af)) * **docs:** add tool for deploying docs ([f8561cd](f8561cd)) * **node v:** bump node version to 20 ([c41545f](c41545f)) * **precommit:** update precommit action ([7a654f6](7a654f6)) * **prettier:** update lint staged prettier command ([f3de73b](f3de73b)) * **provider:** rename provider ([6593245](6593245)) * **publish:** add permaweb deploy ([9cd4017](9cd4017)) * **publish:** add permaweb deploy ([dbbc9e9](dbbc9e9)) * **storybook:** fix storybook build ([c23ffaf](c23ffaf)) * **tsconfig:** no emit ([6094fee](6094fee)) * **types:** remove DOM from tsconfig types ([9577dd7](9577dd7))
- Loading branch information
1 parent
c9a9594
commit 5e5e50e
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// AUTO GENERATED NO TOUCHY! | ||
export const version = '1.0.0-alpha.2'; | ||
export const version = '1.0.1-alpha.1'; |