Skip to content

Commit

Permalink
Version Packages (#299)
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 Dec 8, 2024
1 parent 2e2f58d commit 5bf4207
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 23 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-trainers-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-oranges-pull.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.5.1

## 3.5.0

## 3.4.9
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.5.0",
"version": "3.5.1",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
Expand Down
7 changes: 7 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @ts-safeql/eslint-plugin

## 3.5.1

### Patch Changes

- 2e2f58d: fixed an issue where safeql would fail when comparing enum with string literals
- f4c9106: fixed an issue where typescript enums weren't processed properly in some cases

## 3.5.0

### Minor 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.5.0",
"version": "3.5.1",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions packages/generate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ts-safeql/generate

## 3.5.1

### Patch Changes

- @ts-safeql/shared@3.5.1
- @ts-safeql/sql-ast@3.5.1
- @ts-safeql/test-utils@0.0.34

## 3.5.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/generate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-safeql/generate",
"version": "3.5.0",
"version": "3.5.1",
"description": "",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
Expand Down Expand Up @@ -40,9 +40,9 @@
"vitest": "^1.6.0"
},
"dependencies": {
"@ts-safeql/shared": "workspace:3.5.0",
"@ts-safeql/sql-ast": "workspace:3.5.0",
"@ts-safeql/test-utils": "workspace:0.0.33",
"@ts-safeql/shared": "workspace:3.5.1",
"@ts-safeql/sql-ast": "workspace:3.5.1",
"@ts-safeql/test-utils": "workspace:0.0.34",
"fp-ts": "^2.13.1",
"pg-connection-string": "^2.5.0",
"postgres": "^3.3.4"
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.5.1

## 3.5.0

## 3.4.9
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.5.0",
"version": "3.5.1",
"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.34

### Patch Changes

- @ts-safeql/shared@3.5.1

## 0.0.33

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.33",
"version": "0.0.34",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
"files": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"unbuild": "^2.0.0"
},
"dependencies": {
"@ts-safeql/shared": "workspace:3.5.0",
"@ts-safeql/shared": "workspace:3.5.1",
"nanoid": "^4.0.2",
"pg-connection-string": "^2.5.0",
"postgres": "^3.3.4"
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bf4207

Please sign in to comment.