Skip to content

Commit 5763776

Browse files
Version Packages (#400)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 07ffd65 commit 5763776

File tree

11 files changed

+33
-11
lines changed

11 files changed

+33
-11
lines changed

.changeset/forty-meals-behave.md

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

packages/ast-types/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @ts-safeql/sql-ast
22

3+
## 4.0.0
4+
35
## 3.6.12
46

57
## 3.6.11

packages/ast-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-safeql/sql-ast",
3-
"version": "3.6.12",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
66
"files": [

packages/eslint-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ts-safeql/eslint-plugin
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- b6fa80d: BREAKING: SafeQL now requires the latest minore releases of `libpg-query` which use WASM builds instead of native binaries. This change imporves compatibility across different platforms and eliminates native compilation issues.
8+
39
## 3.6.12
410

511
### Patch Changes

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-safeql/eslint-plugin",
3-
"version": "3.6.12",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
66
"files": [

packages/generate/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- b6fa80d: BREAKING: SafeQL now requires the latest minore releases of `libpg-query` which use WASM builds instead of native binaries. This change imporves compatibility across different platforms and eliminates native compilation issues.
8+
9+
### Patch Changes
10+
11+
- @ts-safeql/shared@4.0.0
12+
- @ts-safeql/sql-ast@4.0.0
13+
- @ts-safeql/test-utils@0.0.48
14+
315
## 3.6.12
416

517
### Patch Changes

packages/generate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-safeql/generate",
3-
"version": "3.6.12",
3+
"version": "4.0.0",
44
"description": "",
55
"license": "MIT",
66
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",

packages/shared/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @ts-safeql/shared
22

3+
## 4.0.0
4+
35
## 3.6.12
46

57
## 3.6.11

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ts-safeql/shared",
3-
"version": "3.6.12",
3+
"version": "4.0.0",
44
"license": "MIT",
55
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
66
"files": [

packages/test-utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @ts-safeql/test-utils
22

3+
## 0.0.48
4+
5+
### Patch Changes
6+
7+
- @ts-safeql/shared@4.0.0
8+
39
## 0.0.47
410

511
### Patch Changes

0 commit comments

Comments
 (0)