Skip to content

Commit

Permalink
Version Packages (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jan 13, 2025
1 parent 42326c2 commit 39e978f
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/slow-stingrays-know.md

This file was deleted.

2 changes: 2 additions & 0 deletions packages/ast-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ts-safeql/sql-ast

## 3.6.6

## 3.6.5

## 3.6.4
Expand Down
2 changes: 1 addition & 1 deletion packages/ast-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-safeql/sql-ast",
"version": "3.6.5",
"version": "3.6.6",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ts-safeql/eslint-plugin

## 3.6.6

## 3.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-safeql/eslint-plugin",
"version": "3.6.5",
"version": "3.6.6",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/generate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @ts-safeql/generate

## 3.6.6

### Patch Changes

- 42326c2: fixed an issue when the wrong type was returned in some cases when using CTEs
- @ts-safeql/shared@3.6.6
- @ts-safeql/sql-ast@3.6.6
- @ts-safeql/test-utils@0.0.41

## 3.6.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-safeql/generate",
"version": "3.6.5",
"version": "3.6.6",
"description": "",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
Expand Down
2 changes: 2 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @ts-safeql/shared

## 3.6.6

## 3.6.5

## 3.6.4
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-safeql/shared",
"version": "3.6.5",
"version": "3.6.6",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/test-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-safeql/test-utils

## 0.0.41

### Patch Changes

- @ts-safeql/shared@3.6.6

## 0.0.40

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-safeql/test-utils",
"version": "0.0.40",
"version": "0.0.41",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
Expand Down

0 comments on commit 39e978f

Please sign in to comment.