Skip to content

Commit 767e2f2

Browse files
chore: update versions
1 parent 1ea6be3 commit 767e2f2

11 files changed

Lines changed: 49 additions & 12 deletions

File tree

.changeset/cute-states-wash.md

Lines changed: 0 additions & 7 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.2.0
4+
5+
### Minor Changes
6+
7+
- [#86](https://github.com/stackables/bridge/pull/86) [`fc3d8ed`](https://github.com/stackables/bridge/commit/fc3d8ed392c3dd8181c2eef124585a2e43ea0499) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Support object spread in path-scoped scope blocks
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`fc3d8ed`](https://github.com/stackables/bridge/commit/fc3d8ed392c3dd8181c2eef124585a2e43ea0499)]:
12+
- @stackables/bridge-core@1.3.0
13+
314
## 2.1.0
415

516
### Minor 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.1.0",
3+
"version": "2.2.0",
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.3.0
4+
5+
### Minor Changes
6+
7+
- [#86](https://github.com/stackables/bridge/pull/86) [`fc3d8ed`](https://github.com/stackables/bridge/commit/fc3d8ed392c3dd8181c2eef124585a2e43ea0499) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Support object spread in path-scoped scope blocks
8+
39
## 1.2.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.2.0",
3+
"version": "1.3.0",
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.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fc3d8ed`](https://github.com/stackables/bridge/commit/fc3d8ed392c3dd8181c2eef124585a2e43ea0499)]:
8+
- @stackables/bridge-core@1.3.0
9+
310
## 1.1.2
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.1.2",
3+
"version": "1.1.3",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stackables/bridge-parser
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#86](https://github.com/stackables/bridge/pull/86) [`fc3d8ed`](https://github.com/stackables/bridge/commit/fc3d8ed392c3dd8181c2eef124585a2e43ea0499) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Support object spread in path-scoped scope blocks
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`fc3d8ed`](https://github.com/stackables/bridge/commit/fc3d8ed392c3dd8181c2eef124585a2e43ea0499)]:
12+
- @stackables/bridge-core@1.3.0
13+
314
## 1.1.1
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.1.1",
3+
"version": "1.2.0",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @stackables/bridge
22

3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`fc3d8ed`](https://github.com/stackables/bridge/commit/fc3d8ed392c3dd8181c2eef124585a2e43ea0499)]:
8+
- @stackables/bridge-parser@1.2.0
9+
- @stackables/bridge-core@1.3.0
10+
- @stackables/bridge-graphql@1.1.3
11+
312
## 2.1.3
413

514
### Patch Changes

0 commit comments

Comments
 (0)