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
13 changes: 0 additions & 13 deletions .changeset/swift-seals-enter.md

This file was deleted.

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

## 2.4.3

### Patch Changes

- [#125](https://github.com/stackables/bridge/pull/125) [`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7) Thanks [@aarne](https://github.com/aarne)! - Bugfixes and stability

- [#123](https://github.com/stackables/bridge/issues/123) Unify all Wire types
- Trace propagation with errors
- Tool errors enriched with sourcemaps
- Respect tracing settings for all tools

- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
- @stackables/bridge-core@1.6.2

## 2.4.2

### 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.2",
"version": "2.4.3",
"description": "Compiles a BridgeDocument into highly optimized JavaScript code",
"main": "./src/index.ts",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/bridge-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackables/bridge-core

## 1.6.2

### Patch Changes

- [#125](https://github.com/stackables/bridge/pull/125) [`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7) Thanks [@aarne](https://github.com/aarne)! - Bugfixes and stability

- [#123](https://github.com/stackables/bridge/issues/123) Unify all Wire types
- Trace propagation with errors
- Tool errors enriched with sourcemaps
- Respect tracing settings for all tools

## 1.6.1

### Patch 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.1",
"version": "1.6.2",
"description": "Bridge runtime engine — execute pre-compiled bridge instructions",
"main": "./src/index.ts",
"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.3

### Patch Changes

- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
- @stackables/bridge-core@1.6.2

## 1.2.2

### 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.2",
"version": "1.2.3",
"description": "Bridge GraphQL adapter — wire bridges into a GraphQL schema",
"main": "./src/index.ts",
"type": "module",
Expand Down
14 changes: 14 additions & 0 deletions packages/bridge-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @stackables/bridge-parser

## 1.4.3

### Patch Changes

- [#125](https://github.com/stackables/bridge/pull/125) [`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7) Thanks [@aarne](https://github.com/aarne)! - Bugfixes and stability

- [#123](https://github.com/stackables/bridge/issues/123) Unify all Wire types
- Trace propagation with errors
- Tool errors enriched with sourcemaps
- Respect tracing settings for all tools

- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
- @stackables/bridge-core@1.6.2

## 1.4.2

### 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.2",
"version": "1.4.3",
"description": "Bridge DSL parser — turns .bridge text into a BridgeDocument (AST)",
"main": "./src/index.ts",
"type": "module",
Expand Down
9 changes: 9 additions & 0 deletions packages/bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @stackables/bridge

## 2.3.2

### Patch Changes

- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
- @stackables/bridge-parser@1.4.3
- @stackables/bridge-core@1.6.2
- @stackables/bridge-graphql@1.2.3

## 2.3.1

### Patch 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.1",
"version": "2.3.2",
"description": "Declarative dataflow for GraphQL",
"main": "./src/index.ts",
"type": "module",
Expand Down
Loading