Skip to content

Commit

Permalink
Version Packages (#575)
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 Jan 23, 2024
1 parent abfdf65 commit 02f97b6
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/lovely-hounds-notice.md

This file was deleted.

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

## 0.7.1

### Patch Changes

- abfdf65: fix(deps): update dependency @neondatabase/serverless to v0.7.2
- Updated dependencies [abfdf65]
- @vercel/postgres@0.7.1

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0",
"version": "0.7.1",
"description": "An @vercel/postgres wrapper for the kysely ORM",
"homepage": "https://vercel.com",
"repository": {
Expand Down Expand Up @@ -44,7 +44,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@vercel/postgres": "workspace:0.5.1"
"@vercel/postgres": "workspace:0.7.1"
},
"devDependencies": {
"@changesets/cli": "2.27.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @vercel/postgres

## 0.7.1

### Patch Changes

- abfdf65: fix(deps): update dependency @neondatabase/serverless to v0.7.2

## 0.5.1

### 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": "@vercel/postgres",
"version": "0.5.1",
"version": "0.7.1",
"description": "Connect to Vercel Postgres databases on the Edge",
"homepage": "https://vercel.com",
"repository": {
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.

8 changes: 8 additions & 0 deletions test/next/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# vercel-storage-integration-test-suite

## 0.1.42

### Patch Changes

- Updated dependencies [abfdf65]
- @vercel/postgres-kysely@0.7.1
- @vercel/postgres@0.7.1

## 0.1.41

### 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.41",
"version": "0.1.42",
"private": true,
"scripts": {
"build": "next build",
Expand Down

1 comment on commit 02f97b6

@vercel
Copy link

@vercel vercel bot commented on 02f97b6 Jan 23, 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.