Skip to content

Release 0.19.1#208

Merged
Nils-Kolvenbach merged 1 commit into
mainfrom
changeset-release/main
Jun 19, 2026
Merged

Release 0.19.1#208
Nils-Kolvenbach merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@elek-io/core@0.19.1

Patch Changes

  • b02e71a: Ship the consumer documentation inside the published package

    The package now includes its consumer documentation under docs/, available offline and matched to the installed version at node_modules/@elek-io/core/docs/ with no network lookup. This lets developers and AI coding agents work from accurate, version-matched references. Start at docs/index.md, and see the README's "Using Core with AI agents" section for how to point an agent at them.

    Documentation is now split by audience. Consumer docs live in docs/ and ship with the package. Contributor and design docs live in contributing/ and are not published, so a few docs moved there (testing, language-scoped validation, migration and history flow, how to add a field type, error-handling internals, and the cross-CMS comparison).

  • 76ab883: Fix Asset binary loss when replacing a file with one of the same extension

    Replacing an Asset's file through update with a newFilePath of the same extension deleted the binary it had just written, because the previous and new paths in lfs/ were identical. The previous binary is now removed only when the extension actually changes. Listing and counting Assets also enumerate the JSON metadata in assets/ instead of the lfs/ binaries, so an Asset whose binary is missing or not yet fetched stays listed and recoverable rather than disappearing.

  • 1ffe2d2: Update dependencies to their latest versions

    All runtime and development dependencies are updated to their latest published versions and pinned to exact versions. @types/node stays on the Node 24 LTS line (24.13.2) to match the supported runtime rather than moving to a non-LTS release. The dugite peer dependency moves to 3.2.2.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 7feacd4 to 029fc81 Compare June 19, 2026 07:44
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 029fc81 to 2969ae9 Compare June 19, 2026 08:04
@Nils-Kolvenbach Nils-Kolvenbach changed the title WIP: Release x.x.x Release 0.19.1 Jun 19, 2026
@Nils-Kolvenbach Nils-Kolvenbach merged commit ee65293 into main Jun 19, 2026
8 checks passed
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.94%. Comparing base (a0c83f3) to head (2969ae9).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #208      +/-   ##
==========================================
+ Coverage   88.86%   88.94%   +0.08%     
==========================================
  Files          72       72              
  Lines        3610     3610              
  Branches      585      585              
==========================================
+ Hits         3208     3211       +3     
+ Misses        219      217       -2     
+ Partials      183      182       -1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant