-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
92 changed files
with
663 additions
and
626 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
version: 2 | ||
# Allow Dependabot to open PRs for security issues and general version updates. | ||
# It checks github actions and npm packages (for docs). | ||
# Unfortunately, this is not yet possible for Scarb packages (https://github.com/software-mansion/scarb/issues/1083) | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: '/' | ||
schedule: | ||
interval: daily | ||
# npm packages for docs | ||
- package-ecosystem: 'npm' | ||
directory: '/docs' | ||
schedule: | ||
interval: 'daily' |
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 |
---|---|---|
|
@@ -8,12 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | |
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## Unreleased | ||
Check failure on line 10 in CHANGELOG.md GitHub Actions / Lint and testHeadings should be surrounded by blank lines
|
||
|
||
### Changed (Breaking) | ||
Check failure on line 11 in CHANGELOG.md GitHub Actions / Lint and testHeadings should be surrounded by blank lines
|
||
|
||
- Changed ABI suffix to Trait in dual case account and eth account modules (#1096). | ||
- `DualCaseAccountABI` renamed to `DualCaseAccountTrait` | ||
- `DualCaseEthAccountABI` renamed to `DualCaseEthAccountTrait` | ||
|
||
## 0.15.1 (2024-08-13) | ||
|
||
### Changed | ||
|
||
- Remove token dependency from account package (#1100) | ||
- Fix docsite links (#1094) | ||
|
||
|
||
Check failure on line 24 in CHANGELOG.md GitHub Actions / Lint and testMultiple consecutive blank lines
|
||
|
||
Check failure on line 25 in CHANGELOG.md GitHub Actions / Lint and testMultiple consecutive blank lines
|
||
## 0.15.0 (2024-08-08) | ||
|
||
|
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
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
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
Oops, something went wrong.