Skip to content

Commit 18eb10a

Browse files
chore: version packages (#44)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a21411a commit 18eb10a

8 files changed

Lines changed: 26 additions & 17 deletions

File tree

.changeset/infer-host-routine-tuples.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/refine-docs-flow-explorer.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

apps/docs/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @shajara/docs
22

3+
## 0.4.1
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/iplaylf2/shajara/pull/43) [`a21411a`](https://github.com/iplaylf2/shajara/commit/a21411a493a72fda428d956cdaaa8652e434d8ee) Thanks [@iplaylf2](https://github.com/iplaylf2)! - Refine the Flow Explorer around routine ownership.
8+
9+
Readers can now follow Flow Explorer examples through the same routine model described in
10+
the package docs. Replay views make routine ownership and state changes easier to follow.
11+
12+
- Updated dependencies [[`a21411a`](https://github.com/iplaylf2/shajara/commit/a21411a493a72fda428d956cdaaa8652e434d8ee)]:
13+
- @shajara/host@0.9.1
14+
315
## 0.4.0
416

517
### Minor Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shajara/docs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"description": "Documentation and demo app for shajara.",
66
"homepage": "https://iplaylf2.github.io/shajara",

packages/host/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @shajara/host
22

3+
## 0.9.1
4+
5+
### Patch Changes
6+
7+
- [#43](https://github.com/iplaylf2/shajara/pull/43) [`a21411a`](https://github.com/iplaylf2/shajara/commit/a21411a493a72fda428d956cdaaa8652e434d8ee) Thanks [@iplaylf2](https://github.com/iplaylf2)! - `all(...)` and `race(...)` now preserve ordered result types for inline routine arrays
8+
without requiring `as const`.
9+
- Updated dependencies []:
10+
- @shajara/kernel@0.9.1
11+
312
## 0.9.0
413

514
### Minor Changes

packages/host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shajara/host",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Structured concurrency orchestration for JavaScript applications.",
55
"keywords": [
66
"async",

packages/kernel/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @shajara/kernel
22

3+
## 0.9.1
4+
35
## 0.9.0
46

57
### Minor Changes

packages/kernel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@shajara/kernel",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Structured concurrency kernel and executor primitives.",
55
"keywords": [
66
"concurrency",

0 commit comments

Comments
 (0)