Skip to content

Commit

Permalink
Version Packages (#232)
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] committed Jun 10, 2024
1 parent ad801a9 commit 35b5ea2
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-weeks-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-geese-play.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.3.1

## 3.3.0

## 3.2.2
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.3.0",
"version": "3.3.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/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-safeql/eslint-plugin

## 3.3.1

### Patch Changes

- ad801a9: Format AggregateError accordingly

## 3.3.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.3.0",
"version": "3.3.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.3.1

### Patch Changes

- @ts-safeql/shared@3.3.1
- @ts-safeql/sql-ast@3.3.1
- @ts-safeql/test-utils@0.0.21

## 3.3.0

### Patch 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.3.0",
"version": "3.3.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.3.0",
"@ts-safeql/sql-ast": "workspace:3.3.0",
"@ts-safeql/test-utils": "workspace:0.0.20",
"@ts-safeql/shared": "workspace:3.3.1",
"@ts-safeql/sql-ast": "workspace:3.3.1",
"@ts-safeql/test-utils": "workspace:0.0.21",
"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.3.1

## 3.3.0

## 3.2.2
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.3.0",
"version": "3.3.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/sql-tag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-safeql/safeql

## 0.2.1

### Patch Changes

- ad801a9: update package.json exports and types paths

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sql-tag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ts-safeql/sql-tag",
"version": "0.2.0",
"version": "0.2.1",
"description": "",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
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.21

### Patch Changes

- @ts-safeql/shared@3.3.1

## 0.0.20

### 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.20",
"version": "0.0.21",
"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.3.0",
"@ts-safeql/shared": "workspace:3.3.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 35b5ea2

Please sign in to comment.