Skip to content

chore: version packages#392

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#392
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented May 28, 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 publish to npm yourself or setup this action to publish 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

@tko/build.knockout@4.1.1

Patch Changes

  • Updated dependencies [6f94126]
  • Updated dependencies [43e69da]
    • @tko/binding.if@4.1.1
    • @tko/binding.foreach@4.1.1
    • @tko/binding.component@4.1.1
    • @tko/binding.core@4.1.1
    • @tko/binding.template@4.1.1
    • @tko/builder@4.1.1
    • @tko/filter.punches@4.1.1
    • @tko/provider.attr@4.1.1
    • @tko/provider.component@4.1.1
    • @tko/provider.databind@4.1.1
    • @tko/provider.multi@4.1.1
    • @tko/provider.virtual@4.1.1
    • @tko/utils@4.1.1
    • @tko/utils.component@4.1.1
    • @tko/utils.functionrewrite@4.1.1

@tko/build.reference@4.1.1

Patch Changes

  • Updated dependencies [b4f83e7]
  • Updated dependencies [6f94126]
  • Updated dependencies [43e69da]
    • @tko/provider.mustache@4.1.1
    • @tko/binding.if@4.1.1
    • @tko/binding.foreach@4.1.1
    • @tko/binding.component@4.1.1
    • @tko/binding.core@4.1.1
    • @tko/binding.template@4.1.1
    • @tko/builder@4.1.1
    • @tko/filter.punches@4.1.1
    • @tko/provider.attr@4.1.1
    • @tko/provider.component@4.1.1
    • @tko/provider.databind@4.1.1
    • @tko/provider.multi@4.1.1
    • @tko/provider.native@4.1.1
    • @tko/provider.virtual@4.1.1
    • @tko/utils@4.1.1
    • @tko/utils.component@4.1.1
    • @tko/utils.jsx@4.1.1

@tko/bind@4.1.1

Patch Changes

  • @tko/builder@4.1.1
  • @tko/computed@4.1.1
  • @tko/lifecycle@4.1.1
  • @tko/observable@4.1.1
  • @tko/provider@4.1.1
  • @tko/utils@4.1.1

@tko/binding.component@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/lifecycle@4.1.1
  • @tko/observable@4.1.1
  • @tko/provider.native@4.1.1
  • @tko/utils@4.1.1
  • @tko/utils.component@4.1.1
  • @tko/utils.jsx@4.1.1

@tko/binding.core@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/computed@4.1.1
  • @tko/observable@4.1.1
  • @tko/utils@4.1.1

@tko/binding.foreach@4.1.1

Patch Changes

  • 43e69da: Add documented foreach lifecycle callbacks to ForEachBinding:
    afterRender(nodes, value) fires when an item is rendered from the template,
    beforeMove(node, newIndex, value) and afterMove(node, newIndex, value) fire
    for retained items that shift position. The existing afterAdd and
    beforeRemove signatures are unchanged.
    • @tko/bind@4.1.1
    • @tko/observable@4.1.1
    • @tko/utils@4.1.1

@tko/binding.if@4.1.1

Patch Changes

  • 6f94126: Fix async completion in ConditionalBindingHandler: call completeBinding() for non-rendering branches (if: false, ifnot: true, with: null) and correctly await async descendants via completionPromise instead of awaiting the BindingResult directly.
    • @tko/bind@4.1.1
    • @tko/observable@4.1.1
    • @tko/utils@4.1.1

@tko/binding.template@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/computed@4.1.1
  • @tko/observable@4.1.1
  • @tko/utils@4.1.1

@tko/builder@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/binding.template@4.1.1
  • @tko/computed@4.1.1
  • @tko/lifecycle@4.1.1
  • @tko/observable@4.1.1
  • @tko/provider@4.1.1
  • @tko/utils@4.1.1
  • @tko/utils.parser@4.1.1

@tko/computed@4.1.1

Patch Changes

  • @tko/observable@4.1.1
  • @tko/utils@4.1.1

@tko/filter.punches@4.1.1

Patch Changes

  • @tko/observable@4.1.1

@tko/lifecycle@4.1.1

Patch Changes

  • @tko/computed@4.1.1
  • @tko/observable@4.1.1
  • @tko/utils@4.1.1

@tko/observable@4.1.1

Patch Changes

  • @tko/utils@4.1.1

@tko/provider@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/observable@4.1.1
  • @tko/utils@4.1.1

@tko/provider.attr@4.1.1

Patch Changes

  • @tko/provider@4.1.1

@tko/provider.bindingstring@4.1.1

Patch Changes

  • @tko/provider@4.1.1
  • @tko/utils.parser@4.1.1

@tko/provider.component@4.1.1

Patch Changes

  • @tko/computed@4.1.1
  • @tko/observable@4.1.1
  • @tko/provider@4.1.1
  • @tko/utils@4.1.1
  • @tko/utils.component@4.1.1
  • @tko/utils.parser@4.1.1

@tko/provider.databind@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/provider.bindingstring@4.1.1

@tko/provider.multi@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/provider@4.1.1

@tko/provider.mustache@4.1.1

Patch Changes

  • b4f83e7: Fix AttributeMustacheProvider to use the mapped binding name (e.g. css) instead of the raw attribute name (e.g. class) when looking up and emitting a direct binding. In handler sets that register css but not a class alias, class="{{ expr }}" previously fell through to attr.class instead of activating the css binding handler.
    • @tko/observable@4.1.1
    • @tko/provider@4.1.1
    • @tko/utils.parser@4.1.1

@tko/provider.native@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/observable@4.1.1
  • @tko/provider@4.1.1

@tko/provider.virtual@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/provider.bindingstring@4.1.1
  • @tko/utils@4.1.1

@tko/utils@4.1.1

Patch Changes

  • @tko/builder@4.1.1
  • @tko/provider@4.1.1

@tko/utils.component@4.1.1

Patch Changes

  • @tko/lifecycle@4.1.1
  • @tko/observable@4.1.1
  • @tko/utils@4.1.1

@tko/utils.jsx@4.1.1

Patch Changes

  • @tko/bind@4.1.1
  • @tko/computed@4.1.1
  • @tko/lifecycle@4.1.1
  • @tko/observable@4.1.1
  • @tko/provider.native@4.1.1
  • @tko/utils@4.1.1

@tko/utils.parser@4.1.1

Patch Changes

  • @tko/observable@4.1.1
  • @tko/utils@4.1.1

@tko/utils.functionrewrite@4.1.1

@github-actions github-actions Bot closed this May 29, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 9a03f4b to 339c90b Compare May 29, 2026 13:19
@github-actions github-actions Bot reopened this May 29, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 6583a77 to d1dd362 Compare May 31, 2026 05:31
@github-actions github-actions Bot closed this May 31, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from bc3cf36 to e3f1774 Compare May 31, 2026 05:39
@github-actions github-actions Bot reopened this May 31, 2026
@github-actions github-actions Bot closed this May 31, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch from fce19b6 to c094817 Compare May 31, 2026 05:49
@github-actions github-actions Bot reopened this May 31, 2026
@github-actions github-actions Bot force-pushed the changeset-release/main branch 2 times, most recently from d0e16d2 to ca3e248 Compare June 4, 2026 16:57
@github-actions github-actions Bot force-pushed the changeset-release/main branch from ca3e248 to dc8657c Compare June 13, 2026 03:52
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.

0 participants