Skip to content

Commit 1d796cf

Browse files
chore(release): version packages (#955)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 85cbcbb commit 1d796cf

16 files changed

Lines changed: 75 additions & 39 deletions

File tree

.changeset/predicate-probe-targets.md

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

.changeset/predicate-reachability-analysis.md

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

.changeset/recursive-static-predicate-placement.md

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

packages/adapters/adapter-node-pg/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @rawsql-ts/adapter-node-pg
22

3+
## 0.15.18
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`89c07fe`](https://github.com/mk3008/rawsql-ts/commit/89c07fea40074c0dff1fd3dd3c32d6f5aeb8d3a5), [`6c1b968`](https://github.com/mk3008/rawsql-ts/commit/6c1b968047fe50b504f382c3337d2f6591323ca5), [`21868da`](https://github.com/mk3008/rawsql-ts/commit/21868da2852d06999334eda58eb0327ad98d4426)]:
8+
- rawsql-ts@0.30.0
9+
- @rawsql-ts/testkit-core@0.17.9
10+
- @rawsql-ts/testkit-postgres@0.16.9
11+
312
## 0.15.17
413

514
### Patch Changes

packages/adapters/adapter-node-pg/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rawsql-ts/adapter-node-pg",
3-
"version": "0.15.17",
3+
"version": "0.15.18",
44
"description": "Testkit adapter that connects node-postgres pg clients and pools to @rawsql-ts/testkit-postgres fixture rewriting.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -34,10 +34,10 @@
3434
},
3535
"dependencies": {
3636
"@rawsql-ts/shared-binder": "^0.0.1",
37-
"@rawsql-ts/testkit-core": "^0.17.8",
38-
"@rawsql-ts/testkit-postgres": "^0.16.8",
37+
"@rawsql-ts/testkit-core": "^0.17.9",
38+
"@rawsql-ts/testkit-postgres": "^0.16.9",
3939
"pg": "^8.13.1",
40-
"rawsql-ts": "^0.29.0"
40+
"rawsql-ts": "^0.30.0"
4141
},
4242
"devDependencies": {
4343
"@prisma/adapter-pg": "^7.2.0",

packages/core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# rawsql-ts
22

3+
## 0.30.0
4+
5+
### Minor Changes
6+
7+
- [#953](https://github.com/mk3008/rawsql-ts/pull/953) [`89c07fe`](https://github.com/mk3008/rawsql-ts/commit/89c07fea40074c0dff1fd3dd3c32d6f5aeb8d3a5) Thanks [@mk3008](https://github.com/mk3008)! - Add probe target metadata to predicate reachability analysis results for count and sample investigation workflows.
8+
9+
- [#952](https://github.com/mk3008/rawsql-ts/pull/952) [`6c1b968`](https://github.com/mk3008/rawsql-ts/commit/6c1b968047fe50b504f382c3337d2f6591323ca5) Thanks [@mk3008](https://github.com/mk3008)! - Add a predicate reachability analysis API for debug-only JOIN equivalence diagnostics without rewriting SQL.
10+
11+
### Patch Changes
12+
13+
- [#951](https://github.com/mk3008/rawsql-ts/pull/951) [`21868da`](https://github.com/mk3008/rawsql-ts/commit/21868da2852d06999334eda58eb0327ad98d4426) Thanks [@mk3008](https://github.com/mk3008)! - Move safe static predicates recursively through direct upstream query outputs while preserving OUTER JOIN nullable-side boundaries.
14+
315
## 0.29.0
416

517
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rawsql-ts",
3-
"version": "0.29.0",
3+
"version": "0.30.0",
44
"description": "High-performance SQL parser and AST analyzer written in TypeScript. Provides fast parsing and advanced transformation capabilities.",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

packages/sql-grep-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rawsql-ts/sql-grep-core
22

3+
## 0.1.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`89c07fe`](https://github.com/mk3008/rawsql-ts/commit/89c07fea40074c0dff1fd3dd3c32d6f5aeb8d3a5), [`6c1b968`](https://github.com/mk3008/rawsql-ts/commit/6c1b968047fe50b504f382c3337d2f6591323ca5), [`21868da`](https://github.com/mk3008/rawsql-ts/commit/21868da2852d06999334eda58eb0327ad98d4426)]:
8+
- rawsql-ts@0.30.0
9+
310
## 0.1.18
411

512
### Patch Changes

packages/sql-grep-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rawsql-ts/sql-grep-core",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "Low-dependency SQL usage analysis engine for rawsql-ts workspaces.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -39,7 +39,7 @@
3939
"node": ">=20"
4040
},
4141
"dependencies": {
42-
"rawsql-ts": "^0.29.0"
42+
"rawsql-ts": "^0.30.0"
4343
},
4444
"devDependencies": {
4545
"typescript": "^5.8.2",

packages/testkit-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @rawsql-ts/testkit-core
22

3+
## 0.17.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`89c07fe`](https://github.com/mk3008/rawsql-ts/commit/89c07fea40074c0dff1fd3dd3c32d6f5aeb8d3a5), [`6c1b968`](https://github.com/mk3008/rawsql-ts/commit/6c1b968047fe50b504f382c3337d2f6591323ca5), [`21868da`](https://github.com/mk3008/rawsql-ts/commit/21868da2852d06999334eda58eb0327ad98d4426)]:
8+
- rawsql-ts@0.30.0
9+
310
## 0.17.8
411

512
### Patch Changes

0 commit comments

Comments
 (0)