Skip to content

Commit

Permalink
Version Packages (#48)
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 18, 2023
1 parent d3eef8d commit 34165dc
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 46 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-wombats-lick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-suns-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-cobras-grin.md

This file was deleted.

14 changes: 0 additions & 14 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-students-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/silent-ducks-mix.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- Initial public release ([#47](https://github.com/adamjkb/bark/pull/47))

### Patch Changes

- Rename Rename extension function to `withBark` ([#42](https://github.com/adamjkb/bark/pull/42))

- Upgraded Prisma to v5.0.0 ([#38](https://github.com/adamjkb/bark/pull/38))

- Added README to package ([#35](https://github.com/adamjkb/bark/pull/35))

- - Fix package.json definitions ([#40](https://github.com/adamjkb/bark/pull/40))
- Improved user-facing Typescript types

## 0.0.1-next.3

### 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.0.1-next.3",
"version": "0.1.0",
"description": "A materialized path extension for Prisma",
"license": "MIT",
"bugs": {
Expand Down
8 changes: 8 additions & 0 deletions playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# playground

## 0.0.2

### Patch Changes

- Updated dependencies [[`2ce6f02`](https://github.com/adamjkb/bark/commit/2ce6f028207184ddabe19089811aef8276fa1dd5), [`d3eef8d`](https://github.com/adamjkb/bark/commit/d3eef8de2c58ed6b3d0ca7480c48c31bdaef3d09), [`c5c011a`](https://github.com/adamjkb/bark/commit/c5c011ada5de6958a8450d096a427aea151e1cd2), [`135e1d0`](https://github.com/adamjkb/bark/commit/135e1d04c2141fe76c826bb1083e7760a63de1cf), [`efade37`](https://github.com/adamjkb/bark/commit/efade3769e744ff24cee26489094bab5d9dd94f3)]:
- prisma-extension-bark@0.1.0
10 changes: 5 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "playground",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
"start": "node --watch ./index.js"
},
"dependencies": {
"@prisma/client": "^5.0.0",
"prisma-extension-bark": "workspace:^"
},
"dependencies": {
"@prisma/client": "^5.0.0",
"prisma-extension-bark": "workspace:^"
},
"devDependencies": {
"eslint": "^8.45.0",
"prisma": "^5.0.0"
Expand Down

0 comments on commit 34165dc

Please sign in to comment.