Skip to content

Commit

Permalink
Version Packages (#80)
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 Apr 6, 2024
1 parent 892a1c0 commit 6f21bf9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/healthy-tigers-melt.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.2.2

### Patch Changes

- Fix typescript import that prevented extension methods to be exposed. ([Issue #78](https://github.com/adamjkb/bark/issues/78)) ([#79](https://github.com/adamjkb/bark/pull/79))

## 0.2.1

### Patch 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.2.1",
"version": "0.2.2",
"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.6

### Patch Changes

- Updated dependencies [[`892a1c0`](https://github.com/adamjkb/bark/commit/892a1c08e484a2f62cda3b56c2a89ede7300756c)]:
- prisma-extension-bark@0.2.2

## 0.0.5

### 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.5",
"version": "0.0.6",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 6f21bf9

Please sign in to comment.