Skip to content

Commit

Permalink
Version Packages (#63)
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 Sep 27, 2022
1 parent 1467215 commit b4724dd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/thick-shoes-report.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @ts-safeql/eslint-plugin

## 0.0.14

### Patch Changes

- 1467215: when returning an array column, return an array type instead of identifer (e.g instead of `Array<type>` return `type[]`).
- Updated dependencies [1467215]
- @ts-safeql/generate@0.0.5

## 0.0.13

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.13",
"version": "0.0.14",
"main": "lib/index.js",
"license": "MIT",
"repository": "https://github.com/ts-safeql/safeql/tree/master/packages/eslint-plugin",
Expand Down Expand Up @@ -30,7 +30,7 @@
"typescript": "^4.8.2"
},
"dependencies": {
"@ts-safeql/generate": "workspace:0.0.4",
"@ts-safeql/generate": "workspace:0.0.5",
"@ts-safeql/shared": "workspace:0.0.4",
"@ts-safeql/test-utils": "workspace:0.0.4",
"@typescript-eslint/utils": "^5.36.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/generate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @ts-safeql/generate

## 0.0.5

### Patch Changes

- 1467215: when returning an array column, return an array type instead of identifer (e.g instead of `Array<type>` return `type[]`).

## 0.0.4

### 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": "0.0.4",
"version": "0.0.5",
"description": "",
"main": "lib/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit b4724dd

Please sign in to comment.