Skip to content

Commit

Permalink
chore(release): 1.0.1-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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
semantic-release-bot committed Oct 25, 2024
1 parent c9a9594 commit 5e5e50e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## [1.0.1-alpha.1](https://github.com/project-kardeshev/ao-wallet-kit/compare/v1.0.0...v1.0.1-alpha.1) (2024-10-25)


### Bug Fixes

* **action:** dont use build file in publish docs ([746084a](https://github.com/project-kardeshev/ao-wallet-kit/commit/746084a3bc8ccf59f460de9c371c247552a45aff))
* **action:** remove concurrency from publish ([f20c3d4](https://github.com/project-kardeshev/ao-wallet-kit/commit/f20c3d40069a4efe8f9499bb6eede538bedd6a70))
* **actions:** update actions to inherits secrets ([2c1017e](https://github.com/project-kardeshev/ao-wallet-kit/commit/2c1017e14e998c8d045bfae5dea45473b18dfda7))
* **build:** update build config ([12652af](https://github.com/project-kardeshev/ao-wallet-kit/commit/12652af731fe0394b3f5ea812e9f4ab132545fd4))
* **docs:** add tool for deploying docs ([f8561cd](https://github.com/project-kardeshev/ao-wallet-kit/commit/f8561cde8527787ddfeed48fc96d3e83f454524f))
* **node v:** bump node version to 20 ([c41545f](https://github.com/project-kardeshev/ao-wallet-kit/commit/c41545fac14f48cc89597a6a01308c802a490e04))
* **precommit:** update precommit action ([7a654f6](https://github.com/project-kardeshev/ao-wallet-kit/commit/7a654f69da2d46e7ba416cd5d7812ba51f22d033))
* **prettier:** update lint staged prettier command ([f3de73b](https://github.com/project-kardeshev/ao-wallet-kit/commit/f3de73b589d62b86d09c51af154412e2cace8d9b))
* **provider:** rename provider ([6593245](https://github.com/project-kardeshev/ao-wallet-kit/commit/6593245451ae96a5c8f6d561725f7a9170796976))
* **publish:** add permaweb deploy ([9cd4017](https://github.com/project-kardeshev/ao-wallet-kit/commit/9cd4017bf34aebf3398cdb4f7ed51b959318c903))
* **publish:** add permaweb deploy ([dbbc9e9](https://github.com/project-kardeshev/ao-wallet-kit/commit/dbbc9e95e4dfe4e978f67b2ec99706224be7bc67))
* **storybook:** fix storybook build ([c23ffaf](https://github.com/project-kardeshev/ao-wallet-kit/commit/c23ffaf14d130cebe26bdad59ec632199fd9a481))
* **tsconfig:** no emit ([6094fee](https://github.com/project-kardeshev/ao-wallet-kit/commit/6094fee108b2d04aa27728484f061a028a70318b))
* **types:** remove DOM from tsconfig types ([9577dd7](https://github.com/project-kardeshev/ao-wallet-kit/commit/9577dd76bc68431c139bc132f95fac31e37ec2bd))

# [1.0.0-alpha.2](https://github.com/project-kardeshev/ao-wallet-kit/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2024-10-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@project-kardeshev/ao-wallet-kit",
"private": false,
"version": "1.0.0-alpha.2",
"version": "1.0.1-alpha.1",
"repository": {
"type": "git",
"url": "git+https://github.com/project-kardeshev/ao-wallet-kit.git"
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
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';

0 comments on commit 5e5e50e

Please sign in to comment.