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
9 changes: 0 additions & 9 deletions .changeset/funky-jars-accept.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sharp-badgers-switch.md

This file was deleted.

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

## 2.5.0

### Minor Changes

- [#132](https://github.com/stackables/bridge/pull/132) [`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b) Thanks [@aarne](https://github.com/aarne)! - New internal wire structure with recursive expressions

- [#135](https://github.com/stackables/bridge/pull/135) [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb) Thanks [@aarne](https://github.com/aarne)! - New alias syntax alias name <- source.from ?? "full syntax" catch "supported"

### Patch Changes

- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b), [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb)]:
- @stackables/bridge-core@1.8.0

## 2.4.4

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

## 1.8.0

### Minor Changes

- [#132](https://github.com/stackables/bridge/pull/132) [`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b) Thanks [@aarne](https://github.com/aarne)! - New internal wire structure with recursive expressions

- [#135](https://github.com/stackables/bridge/pull/135) [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb) Thanks [@aarne](https://github.com/aarne)! - New alias syntax alias name <- source.from ?? "full syntax" catch "supported"

## 1.7.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.7.0",
"version": "1.8.0",
"description": "Bridge runtime engine — execute pre-compiled bridge instructions",
"main": "./src/index.ts",
"type": "module",
Expand Down
11 changes: 11 additions & 0 deletions packages/bridge-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackables/bridge-graphql

## 1.3.0

### Minor Changes

- [#132](https://github.com/stackables/bridge/pull/132) [`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b) Thanks [@aarne](https://github.com/aarne)! - New internal wire structure with recursive expressions

### Patch Changes

- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b), [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb)]:
- @stackables/bridge-core@1.8.0

## 1.2.4

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

## 1.5.0

### Minor Changes

- [#132](https://github.com/stackables/bridge/pull/132) [`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b) Thanks [@aarne](https://github.com/aarne)! - New internal wire structure with recursive expressions

- [#135](https://github.com/stackables/bridge/pull/135) [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb) Thanks [@aarne](https://github.com/aarne)! - New alias syntax alias name <- source.from ?? "full syntax" catch "supported"

### Patch Changes

- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b), [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb)]:
- @stackables/bridge-core@1.8.0

## 1.4.4

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

## 2.4.0

### Minor Changes

- [#132](https://github.com/stackables/bridge/pull/132) [`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b) Thanks [@aarne](https://github.com/aarne)! - New internal wire structure with recursive expressions

- [#135](https://github.com/stackables/bridge/pull/135) [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb) Thanks [@aarne](https://github.com/aarne)! - New alias syntax alias name <- source.from ?? "full syntax" catch "supported"

### Patch Changes

- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b), [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb)]:
- @stackables/bridge-graphql@1.3.0
- @stackables/bridge-parser@1.5.0
- @stackables/bridge-core@1.8.0

## 2.3.3

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