Skip to content

Commit d8c616a

Browse files
chore: update versions
1 parent 93bbb94 commit d8c616a

5 files changed

Lines changed: 18 additions & 8 deletions

File tree

.changeset/tough-cups-smoke.md

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

packages/bridge-parser/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- [#94](https://github.com/stackables/bridge/pull/94) [`93bbb94`](https://github.com/stackables/bridge/commit/93bbb9453d4f8babbcdeed352a37a92d8ef8aa7e) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix chained `||` literal fallback parsing so authored left-to-right short-circuiting is preserved after safe pulls (`?.`), and add regression coverage for mixed `||` + `??` chains.
8+
39
## 1.2.0
410

511
### Minor 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.2.0",
3+
"version": "1.2.1",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @stackables/bridge
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- [#94](https://github.com/stackables/bridge/pull/94) [`93bbb94`](https://github.com/stackables/bridge/commit/93bbb9453d4f8babbcdeed352a37a92d8ef8aa7e) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix chained `||` literal fallback parsing so authored left-to-right short-circuiting is preserved after safe pulls (`?.`), and add regression coverage for mixed `||` + `??` chains.
8+
9+
- Updated dependencies [[`93bbb94`](https://github.com/stackables/bridge/commit/93bbb9453d4f8babbcdeed352a37a92d8ef8aa7e)]:
10+
- @stackables/bridge-parser@1.2.1
11+
- @stackables/bridge-graphql@1.1.3
12+
313
## 2.1.4
414

515
### Patch Changes

packages/bridge/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",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "Declarative dataflow for GraphQL",
55
"main": "./build/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)