Skip to content

Commit bfe4da0

Browse files
chore: update versions
1 parent 2057810 commit bfe4da0

11 files changed

Lines changed: 43 additions & 11 deletions

File tree

.changeset/playground-dead-code-trace-manifest.md

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

packages/bridge-compiler/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackables/bridge-compiler
22

3+
## 2.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
8+
- @stackables/bridge-core@1.6.1
9+
310
## 2.4.1
411

512
### Patch Changes

packages/bridge-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackables/bridge-compiler",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
44
"description": "Compiles a BridgeDocument into highly optimized JavaScript code",
55
"main": "./build/index.js",
66
"type": "module",

packages/bridge-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @stackables/bridge-core
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 1.6.0
410

511
### Minor Changes

packages/bridge-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackables/bridge-core",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Bridge runtime engine — execute pre-compiled bridge instructions",
55
"main": "./build/index.js",
66
"type": "module",

packages/bridge-graphql/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackables/bridge-graphql
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
8+
- @stackables/bridge-core@1.6.1
9+
310
## 1.2.1
411

512
### Patch Changes

packages/bridge-graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackables/bridge-graphql",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Bridge GraphQL adapter — wire bridges into a GraphQL schema",
55
"main": "./build/index.js",
66
"type": "module",

packages/bridge-parser/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackables/bridge-parser
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
8+
- @stackables/bridge-core@1.6.1
9+
310
## 1.4.1
411

512
### Patch Changes

packages/bridge-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackables/bridge-parser",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Bridge DSL parser — turns .bridge text into a BridgeDocument (AST)",
55
"main": "./build/index.js",
66
"type": "module",

packages/bridge/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stackables/bridge
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- Updated dependencies [[`d6907a2`](https://github.com/stackables/bridge/commit/d6907a2d263f9f23397e2073dc5f0a2bd7248062)]:
10+
- @stackables/bridge-core@1.6.1
11+
- @stackables/bridge-graphql@1.2.2
12+
- @stackables/bridge-parser@1.4.2
13+
314
## 2.3.0
415

516
### Minor Changes

0 commit comments

Comments
 (0)