Skip to content

Commit 6fe240e

Browse files
chore: update versions
1 parent 06ecf9d commit 6fe240e

11 files changed

Lines changed: 57 additions & 14 deletions

File tree

.changeset/funky-jars-accept.md

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

packages/bridge-compiler/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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+
### Patch Changes
10+
11+
- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b)]:
12+
- @stackables/bridge-core@1.8.0
13+
314
## 2.4.4
415

516
### 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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+
39
## 1.7.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.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)]:
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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+
### Patch Changes
10+
11+
- Updated dependencies [[`11c5a06`](https://github.com/stackables/bridge/commit/11c5a066a1803f2b2313b047a682553076fadb9b)]:
12+
- @stackables/bridge-core@1.8.0
13+
314
## 1.4.4
415

516
### 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",

packages/bridge/CHANGELOG.md

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

3+
## 2.4.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)]:
12+
- @stackables/bridge-graphql@1.3.0
13+
- @stackables/bridge-parser@1.5.0
14+
- @stackables/bridge-core@1.8.0
15+
316
## 2.3.3
417

518
### Patch Changes

0 commit comments

Comments
 (0)