Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions .changeset/widen-peer-deps.md

This file was deleted.

38 changes: 19 additions & 19 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions examples/todo-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @codeforbreakfast/eventsourcing-example-todo

## 0.1.9

### Patch Changes

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4
- @codeforbreakfast/eventsourcing-store-filesystem@0.2.8
- @codeforbreakfast/eventsourcing-aggregates@0.9.5
- @codeforbreakfast/eventsourcing-projections@0.5.15

## 0.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-example-todo",
"version": "0.1.8",
"version": "0.1.9",
"type": "module",
"private": true,
"exports": {
Expand Down
12 changes: 12 additions & 0 deletions packages/eventsourcing-aggregates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @codeforbreakfast/eventsourcing-aggregates

## 0.9.5

### Patch Changes

- [#389](https://github.com/CodeForBreakfast/eventsourcing/pull/389) [`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271) Thanks [@GraemeF](https://github.com/GraemeF)! - Widen `@effect/platform` peer dependency range from explicit minor versions to `>=0.90.0 <1.0.0`.

This makes the packages more consumer-friendly by automatically supporting new Effect platform releases without requiring a library update, while still maintaining compatibility with versions 0.90.0 and above.

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4
- @codeforbreakfast/eventsourcing-commands@0.4.10

## 0.9.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsourcing-aggregates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-aggregates",
"version": "0.9.4",
"version": "0.9.5",
"description": "Type-safe aggregate root patterns for event sourcing with Effect - Build bulletproof domain models with functional composition and immutable state management",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eventsourcing-commands/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeforbreakfast/eventsourcing-commands

## 0.4.10

### Patch Changes

- [#389](https://github.com/CodeForBreakfast/eventsourcing/pull/389) [`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271) Thanks [@GraemeF](https://github.com/GraemeF)! - Widen `@effect/platform` peer dependency range from explicit minor versions to `>=0.90.0 <1.0.0`.

This makes the packages more consumer-friendly by automatically supporting new Effect platform releases without requiring a library update, while still maintaining compatibility with versions 0.90.0 and above.

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4

## 0.4.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsourcing-commands/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-commands",
"version": "0.4.9",
"version": "0.4.10",
"description": "Wire command validation and dispatch for event sourcing systems - External boundary layer with schema validation",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eventsourcing-projections/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeforbreakfast/eventsourcing-projections

## 0.5.15

### Patch Changes

- [#389](https://github.com/CodeForBreakfast/eventsourcing/pull/389) [`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271) Thanks [@GraemeF](https://github.com/GraemeF)! - Widen `@effect/platform` peer dependency range from explicit minor versions to `>=0.90.0 <1.0.0`.

This makes the packages more consumer-friendly by automatically supporting new Effect platform releases without requiring a library update, while still maintaining compatibility with versions 0.90.0 and above.

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4

## 0.5.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsourcing-projections/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-projections",
"version": "0.5.14",
"version": "0.5.15",
"description": "Functional event projections and read models with Effect - Transform event streams into queryable views with type-safe, composable projection builders",
"type": "module",
"main": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/eventsourcing-protocol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @codeforbreakfast/eventsourcing-protocol-default

## 0.4.10

### Patch Changes

- [#389](https://github.com/CodeForBreakfast/eventsourcing/pull/389) [`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271) Thanks [@GraemeF](https://github.com/GraemeF)! - Widen `@effect/platform` peer dependency range from explicit minor versions to `>=0.90.0 <1.0.0`.

This makes the packages more consumer-friendly by automatically supporting new Effect platform releases without requiring a library update, while still maintaining compatibility with versions 0.90.0 and above.

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4
- @codeforbreakfast/eventsourcing-commands@0.4.10
- @codeforbreakfast/eventsourcing-transport@0.3.9

## 0.4.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsourcing-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-protocol",
"version": "0.4.9",
"version": "0.4.10",
"description": "Event sourcing protocol implementation over any transport - Protocol implementation with message serialization, command correlation, and subscription management",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eventsourcing-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeforbreakfast/eventsourcing-server

## 0.2.4

### Patch Changes

- [#389](https://github.com/CodeForBreakfast/eventsourcing/pull/389) [`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271) Thanks [@GraemeF](https://github.com/GraemeF)! - Widen `@effect/platform` peer dependency range from explicit minor versions to `>=0.90.0 <1.0.0`.

This makes the packages more consumer-friendly by automatically supporting new Effect platform releases without requiring a library update, while still maintaining compatibility with versions 0.90.0 and above.

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4

## 0.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsourcing-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-server",
"version": "0.2.3",
"version": "0.2.4",
"description": "Server-side building blocks for event sourcing applications",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eventsourcing-store-filesystem/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeforbreakfast/eventsourcing-store-filesystem

## 0.2.8

### Patch Changes

- [#389](https://github.com/CodeForBreakfast/eventsourcing/pull/389) [`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271) Thanks [@GraemeF](https://github.com/GraemeF)! - Widen `@effect/platform` peer dependency range from explicit minor versions to `>=0.90.0 <1.0.0`.

This makes the packages more consumer-friendly by automatically supporting new Effect platform releases without requiring a library update, while still maintaining compatibility with versions 0.90.0 and above.

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4

## 0.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsourcing-store-filesystem/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-store-filesystem",
"version": "0.2.7",
"version": "0.2.8",
"description": "Filesystem-based event store implementation for learning and debugging - Human-readable JSON files organized by stream for easy inspection",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/eventsourcing-store-inmemory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @codeforbreakfast/eventsourcing-store-inmemory

## 0.2.15

### Patch Changes

- [#389](https://github.com/CodeForBreakfast/eventsourcing/pull/389) [`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271) Thanks [@GraemeF](https://github.com/GraemeF)! - Widen `@effect/platform` peer dependency range from explicit minor versions to `>=0.90.0 <1.0.0`.

This makes the packages more consumer-friendly by automatically supporting new Effect platform releases without requiring a library update, while still maintaining compatibility with versions 0.90.0 and above.

- Updated dependencies [[`12e788d`](https://github.com/CodeForBreakfast/eventsourcing/commit/12e788d7b7820a7e70fc8781dccb955fca84c271)]:
- @codeforbreakfast/eventsourcing-store@0.9.4

## 0.2.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eventsourcing-store-inmemory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codeforbreakfast/eventsourcing-store-inmemory",
"version": "0.2.14",
"version": "0.2.15",
"description": "In-memory event store implementation for development and testing - Fast in-memory storage with complete EventStore interface implementation",
"type": "module",
"main": "./dist/index.js",
Expand Down
Loading