Skip to content

Commit 1f0bb6a

Browse files
authored
Merge pull request #128 from stackables/changeset-release/main
chore: update versions
2 parents 229f2f7 + fc0938d commit 1f0bb6a

11 files changed

Lines changed: 60 additions & 18 deletions

File tree

.changeset/swift-seals-enter.md

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

packages/bridge-compiler/CHANGELOG.md

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

3+
## 2.4.3
4+
5+
### Patch Changes
6+
7+
- [#125](https://github.com/stackables/bridge/pull/125) [`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7) Thanks [@aarne](https://github.com/aarne)! - Bugfixes and stability
8+
9+
- [#123](https://github.com/stackables/bridge/issues/123) Unify all Wire types
10+
- Trace propagation with errors
11+
- Tool errors enriched with sourcemaps
12+
- Respect tracing settings for all tools
13+
14+
- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
15+
- @stackables/bridge-core@1.6.2
16+
317
## 2.4.2
418

519
### 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.2",
3+
"version": "2.4.3",
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @stackables/bridge-core
22

3+
## 1.6.2
4+
5+
### Patch Changes
6+
7+
- [#125](https://github.com/stackables/bridge/pull/125) [`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7) Thanks [@aarne](https://github.com/aarne)! - Bugfixes and stability
8+
9+
- [#123](https://github.com/stackables/bridge/issues/123) Unify all Wire types
10+
- Trace propagation with errors
11+
- Tool errors enriched with sourcemaps
12+
- Respect tracing settings for all tools
13+
314
## 1.6.1
415

516
### Patch 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.6.1",
3+
"version": "1.6.2",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @stackables/bridge-graphql
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
8+
- @stackables/bridge-core@1.6.2
9+
310
## 1.2.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.2.2",
3+
"version": "1.2.3",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @stackables/bridge-parser
22

3+
## 1.4.3
4+
5+
### Patch Changes
6+
7+
- [#125](https://github.com/stackables/bridge/pull/125) [`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7) Thanks [@aarne](https://github.com/aarne)! - Bugfixes and stability
8+
9+
- [#123](https://github.com/stackables/bridge/issues/123) Unify all Wire types
10+
- Trace propagation with errors
11+
- Tool errors enriched with sourcemaps
12+
- Respect tracing settings for all tools
13+
14+
- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
15+
- @stackables/bridge-core@1.6.2
16+
317
## 1.4.2
418

519
### 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.2",
3+
"version": "1.4.3",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @stackables/bridge
22

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8da19e8`](https://github.com/stackables/bridge/commit/8da19e878fefa67860666bef8ee8f93375ee35d7)]:
8+
- @stackables/bridge-parser@1.4.3
9+
- @stackables/bridge-core@1.6.2
10+
- @stackables/bridge-graphql@1.2.3
11+
312
## 2.3.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)