Skip to content

Commit

Permalink
Version Packages (#568)
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 Jan 16, 2024
1 parent f70264e commit 3e677a5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/plenty-pandas-provide.md

This file was deleted.

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

## 0.7.0

### Minor Changes

- f70264e: Correct VercelPostgresDialect to return an adapter that reports that transactions are _not_ supported

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postgres-kysely/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/postgres-kysely",
"version": "0.6.0",
"version": "0.7.0",
"description": "An @vercel/postgres wrapper for the kysely ORM",
"homepage": "https://vercel.com",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions test/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# vercel-storage-integration-test-suite

## 0.1.40

### Patch Changes

- Updated dependencies [f70264e]
- @vercel/postgres-kysely@0.7.0

## 0.1.39

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion test/next/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vercel-storage-integration-test-suite",
"version": "0.1.39",
"version": "0.1.40",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 3e677a5

@vercel
Copy link

@vercel vercel bot commented on 3e677a5 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.