Skip to content

Commit

Permalink
release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevo committed Feb 19, 2024
1 parent 7147506 commit b8961fe
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 17 deletions.
7 changes: 0 additions & 7 deletions .changeset/curly-gifts-wink.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dull-needles-grab.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# next-postgrest-example

## 0.1.3

### Patch Changes

- 46ec1ba: refactored core api
- 7147506: added NextPostgrestSwagger
- Updated dependencies [46ec1ba]
- Updated dependencies [7147506]
- next-postgrest@0.1.3

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-postgrest-example",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"license": "MIT",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions apps/postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# postgrest

## 0.1.3

### Patch Changes

- 46ec1ba: refactored core api
- 7147506: added NextPostgrestSwagger

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/postgrest/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "postgrest",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"description": "Start PostgREST and Postgres using Docker",
"scripts": {},
"author": "",
Expand Down
7 changes: 7 additions & 0 deletions packages/next-postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next-postgrest

## 0.1.3

### Patch Changes

- 46ec1ba: refactored core api
- 7147506: added NextPostgrestSwagger

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-postgrest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-postgrest",
"version": "0.1.2",
"version": "0.1.3",
"description": "Use Next.js with PostgREST effortlessly",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit b8961fe

Please sign in to comment.