Skip to content

Commit

Permalink
chore: release package(s) (#138)
Browse files Browse the repository at this point in the history
* chore: release package(s)

* chore: fix version number

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Bas950 <me@bas950.com>
  • Loading branch information
3 people committed May 29, 2024
1 parent 702c82d commit 7a5ba91
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/small-fishes-type.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @postgresql-typed/cli

## 0.11.0

### Minor Changes

- [#135](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/pull/135) [`702c82d`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/702c82d6c2941b3a2f758c8400dd45a3d00edc78) Thanks [@Bas950](https://github.com/Bas950)! - Add support for (materialized) views

## 0.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postgresql-typed/cli",
"version": "0.10.1",
"version": "0.11.0",
"description": "Generate TypeScript types to be used with the PostgreSQL-Typed ecosystem from your PostgreSQL database.",
"type": "module",
"types": "./lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @postgresql-typed/core

## 0.15.0

### Minor Changes

- [#135](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/pull/135) [`702c82d`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/702c82d6c2941b3a2f758c8400dd45a3d00edc78) Thanks [@Bas950](https://github.com/Bas950)! - Add support for (materialized) views

## 0.14.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postgresql-typed/core",
"version": "0.14.0",
"version": "0.15.0",
"description": "A type-safe PostgreSQL client for Node.js",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @postgresql-typed/ui

## 0.5.2

### Patch Changes

- Updated dependencies [[`702c82d`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/702c82d6c2941b3a2f758c8400dd45a3d00edc78)]:
- @postgresql-typed/cli@0.11.0

## 0.5.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postgresql-typed/ui",
"version": "0.5.1",
"version": "0.5.2",
"description": "Visualize your PostgreSQL database.",
"license": "MPL-2.0",
"files": [
Expand Down

0 comments on commit 7a5ba91

Please sign in to comment.