Skip to content
Merged
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
6 changes: 0 additions & 6 deletions .changeset/playground-dead-code-trace-manifest.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/bridge-compiler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stackables/bridge-compiler

## 2.4.2

### Patch Changes

- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
- @stackables/bridge-core@1.6.1

## 2.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-compiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackables/bridge-compiler",
"version": "2.4.1",
"version": "2.4.2",
"description": "Compiles a BridgeDocument into highly optimized JavaScript code",
"main": "./build/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions packages/bridge-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @stackables/bridge-core

## 1.6.1

### Patch Changes

- [#118](https://github.com/stackables/bridge/pull/118) [`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062) Thanks [@aarne](https://github.com/aarne)! - Bridge Trace IDs - The engine now returns a compact Trace ID alongside your data (e.g., 0x2a). This ID can be decoded into an exact execution map showing precisely which wires, fallbacks, and conditions activated. Because every bridge has a finite number of execution paths, these IDs are perfect for zero-PII monitoring and bucketing telemetry data.

## 1.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackables/bridge-core",
"version": "1.6.0",
"version": "1.6.1",
"description": "Bridge runtime engine — execute pre-compiled bridge instructions",
"main": "./build/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/bridge-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stackables/bridge-graphql

## 1.2.2

### Patch Changes

- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
- @stackables/bridge-core@1.6.1

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackables/bridge-graphql",
"version": "1.2.1",
"version": "1.2.2",
"description": "Bridge GraphQL adapter — wire bridges into a GraphQL schema",
"main": "./build/index.js",
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/bridge-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @stackables/bridge-parser

## 1.4.2

### Patch Changes

- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
- @stackables/bridge-core@1.6.1

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackables/bridge-parser",
"version": "1.4.1",
"version": "1.4.2",
"description": "Bridge DSL parser — turns .bridge text into a BridgeDocument (AST)",
"main": "./build/index.js",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackables/bridge

## 2.3.1

### Patch Changes

- [#118](https://github.com/stackables/bridge/pull/118) [`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062) Thanks [@aarne](https://github.com/aarne)! - Bridge Trace IDs - The engine now returns a compact Trace ID alongside your data (e.g., 0x2a). This ID can be decoded into an exact execution map showing precisely which wires, fallbacks, and conditions activated. Because every bridge has a finite number of execution paths, these IDs are perfect for zero-PII monitoring and bucketing telemetry data.

- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
- @stackables/bridge-core@1.6.1
- @stackables/bridge-graphql@1.2.2
- @stackables/bridge-parser@1.4.2

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stackables/bridge",
"version": "2.3.0",
"version": "2.3.1",
"description": "Declarative dataflow for GraphQL",
"main": "./build/index.js",
"type": "module",
Expand Down
Loading