chore: releasing next patch version#1552
Merged
Merged
Conversation
* feat: Improved version release workflow (#1509) * FIX: Excluded gh-pages from tests rather than just including the main branch, as all other branches should also have to abide by the tests * FEAT: Improved the contributing page in the docs * FIX: Fixed wrong deck progress counter * FIX: Fixed that clozes didn't save when editing them * FIX: Fixed that the edit modal would remove question marks * FIX: Fixed that a multiline card would become a single line card * FIX: Fixed the design of tables in callouts
* FIX: Fixed that the fetch of the newest version number happens automatically without user consent * FIX: Fixed that the locale helper used dangerous use of new Function * FIX: Fixed a lot of scorecard issues
* chore(deps): bump brace-expansion from 5.0.5 to 5.0.6 (#1525) Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 5.0.5 to 5.0.6. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.5...v5.0.6) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 5.0.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): bump pymdown-extensions from 10.21.2 to 10.21.3 (#1531) Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.21.2 to 10.21.3. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](facelessuser/pymdown-extensions@10.21.2...10.21.3) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * FIX: Fixed that the plugin wasnt using window.setTimeout * FEAT: Added Artifact attestation * FEAT: Added file verification --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* FIX: Removed built in package from dependencies * FIX: Hooked up commandManager in ui settings * FIX: Fixed that the statistics page was looping on infinit * FIX: Fixed that settings search breaks sr plugin by rudely calling the display function ;D * FIX: Fixed that the review queue sometimes didnt show anything & fixed that there wasnt an option for language selection * FIX: Removed postcss as it isnt needed anymore * FIX: Added pnpm settings * FIX: Fixed a type error * FIX: Fixed that obsidian build verification wasnt working
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1552 +/- ##
=======================================
Coverage 95.85% 95.85%
=======================================
Files 47 47
Lines 6171 6173 +2
Branches 875 875
=======================================
+ Hits 5915 5917 +2
+ Misses 256 252 -4
- Partials 0 4 +4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chore: releasing next patch version