Skip to content

Commit

Permalink
Version Packages (#55)
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 Jul 24, 2023
1 parent 3a91e39 commit e9475d3
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/short-mirrors-fold.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- Improved concurrency handling by relying on [`Prisma.$transactions`](https://www.prisma.io/docs/guides/performance-and-optimization/prisma-client-transactions-guide#transaction-api) ([#54](https://github.com/adamjkb/bark/pull/54))

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-extension-bark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma-extension-bark",
"version": "0.1.0",
"version": "0.1.1",
"description": "A materialized path extension for Prisma",
"license": "MIT",
"bugs": {
Expand Down
7 changes: 7 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# playground

## 0.0.3

### Patch Changes

- Updated dependencies [[`3a91e39`](https://github.com/adamjkb/bark/commit/3a91e396f8214b6c60f6c89b68ddaaf8b6af09e7)]:
- prisma-extension-bark@0.1.1

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground",
"version": "0.0.2",
"version": "0.0.3",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit e9475d3

Please sign in to comment.