Skip to content

Commit 49d70e5

Browse files
chore: update versions (#133)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9e032a4 commit 49d70e5

12 files changed

Lines changed: 65 additions & 22 deletions

File tree

.changeset/funky-jars-accept.md

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

.changeset/sharp-badgers-switch.md

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

packages/bridge-compiler/CHANGELOG.md

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

3+
## 2.5.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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"
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b), [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb)]:
14+
- @stackables/bridge-core@1.8.0
15+
316
## 2.4.4
417

518
### 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.4",
3+
"version": "2.5.0",
44
"description": "Compiles a BridgeDocument into highly optimized JavaScript code",
55
"main": "./src/index.ts",
66
"type": "module",

packages/bridge-core/CHANGELOG.md

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

3+
## 1.8.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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"
10+
311
## 1.7.0
412

513
### 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.7.0",
3+
"version": "1.8.0",
44
"description": "Bridge runtime engine — execute pre-compiled bridge instructions",
55
"main": "./src/index.ts",
66
"type": "module",

packages/bridge-graphql/CHANGELOG.md

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

3+
## 1.3.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b), [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb)]:
12+
- @stackables/bridge-core@1.8.0
13+
314
## 1.2.4
415

516
### 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.4",
3+
"version": "1.3.0",
44
"description": "Bridge GraphQL adapter — wire bridges into a GraphQL schema",
55
"main": "./src/index.ts",
66
"type": "module",

packages/bridge-parser/CHANGELOG.md

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

3+
## 1.5.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
- [#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"
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b), [`a927780`](https://github.com/stackables/bridge/commit/a927780dcf0af7e2317d48164b7ff7dd68e9bafb)]:
14+
- @stackables/bridge-core@1.8.0
15+
316
## 1.4.4
417

518
### 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.4",
3+
"version": "1.5.0",
44
"description": "Bridge DSL parser — turns .bridge text into a BridgeDocument (AST)",
55
"main": "./src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)