Skip to content

Commit

Permalink
chore: release package(s) (#24)
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 May 11, 2023
1 parent b63159f commit d401fc1
Show file tree
Hide file tree
Showing 15 changed files with 61 additions and 13 deletions.
6 changes: 0 additions & 6 deletions .changeset/two-snails-pump.md

This file was deleted.

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

## 0.3.1

### Patch Changes

- [`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481) Thanks [@Bas950](https://github.com/Bas950)! - fix config export

- Updated dependencies [[`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481)]:
- @postgresql-typed/util@0.3.1

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"description": "Generate TypeScript types to be used with the @postgresql-typed ecosystem from your PostgreSQL database.",
"type": "module",
"exports": {
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @postgresql-typed/core

## 0.2.3

### Patch Changes

- Updated dependencies [[`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481)]:
- @postgresql-typed/util@0.3.1

## 0.2.2

### Patch 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.2.2",
"version": "0.2.3",
"description": "A type-safe PostgreSQL client for Node.js (Core, Shared between @PostgreSQL-Typed/pg and @PostgreSQL-Typed/postgres)",
"type": "module",
"exports": "./lib/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/parsers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# postgresql-type-parsers

## 0.2.3

### Patch Changes

- Updated dependencies [[`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481)]:
- @postgresql-typed/util@0.3.1

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/parsers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postgresql-typed/parsers",
"version": "0.2.2",
"version": "0.2.3",
"description": "Parsers to convert PostgreSQL data types to TypeScript classes",
"type": "module",
"exports": "./lib/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @postgresql-typed/pg

## 0.2.3

### Patch Changes

- Updated dependencies [[`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481)]:
- @postgresql-typed/util@0.3.1
- @postgresql-typed/core@0.2.3
- @postgresql-typed/parsers@0.2.3

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postgresql-typed/pg",
"version": "0.2.2",
"version": "0.2.3",
"description": "A type-safe PostgreSQL client for Node.js (Using the pg module)",
"type": "module",
"exports": "./lib/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @postgresql-typed/postgres

## 0.2.3

### Patch Changes

- Updated dependencies [[`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481)]:
- @postgresql-typed/util@0.3.1
- @postgresql-typed/core@0.2.3
- @postgresql-typed/parsers@0.2.3

## 0.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postgresql-typed/postgres",
"version": "0.2.2",
"version": "0.2.3",
"description": "A type-safe PostgreSQL client for Node.js (Using the postgres module)",
"type": "module",
"exports": "./lib/index.js",
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.3.1

### Patch Changes

- Updated dependencies [[`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481)]:
- @postgresql-typed/cli@0.3.1

## 0.3.0

### Minor 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.3.0",
"version": "0.3.1",
"description": "Visualize your PostgreSQL database.",
"license": "MPL-2.0",
"files": [
Expand Down
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @postgresql-typed/util

## 0.3.1

### Patch Changes

- [`9973bcc`](https://github.com/PostgreSQL-Typed/PostgreSQL-Typed/commit/9973bcc9a8c3ce26a980d099d920e7460b147481) Thanks [@Bas950](https://github.com/Bas950)! - fix config export

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@postgresql-typed/util",
"version": "0.3.0",
"version": "0.3.1",
"description": "Utility functions for PostgreSQL-Typed",
"type": "module",
"exports": "./lib/index.js",
Expand Down

0 comments on commit d401fc1

Please sign in to comment.