Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/kind-fans-jump.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- e1631bc: docs: add READMEs for each repo

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion create-db/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create DB CLI

CLI tool for provisioning a temporary Prisma Postgres databases.
CLI tool for provisioning a [temporary Prisma Postgres databases](https://www.prisma.io/postgres?utm_source=create_db_npm_docs).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion create-db/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-db",
"version": "0.0.4",
"version": "0.0.6",
"description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
"main": "index.js",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions create-pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-pg

## 0.0.5

### Patch Changes

- e1631bc: docs: add READMEs for each repo
- Updated dependencies [e1631bc]
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion create-pg/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create DB CLI

CLI tool for provisioning a temporary Prisma Postgres databases.
CLI tool for provisioning a [temporary Prisma Postgres databases](https://www.prisma.io/postgres?utm_source=create_pg_npm_docs).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion create-pg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-pg",
"version": "0.0.4",
"version": "0.0.6",
"description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
"main": "index.js",
"author": "",
Expand Down
8 changes: 8 additions & 0 deletions create-postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# create-postgres

## 0.0.5

### Patch Changes

- e1631bc: docs: add READMEs for each repo
- Updated dependencies [e1631bc]
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion create-postgres/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Create DB CLI

CLI tool for provisioning a temporary Prisma Postgres databases.
CLI tool for provisioning a [temporary Prisma Postgres databases](https://www.prisma.io/postgres?utm_source=create_postgres_npm_docs).

## Usage

Expand Down
2 changes: 1 addition & 1 deletion create-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-postgres",
"version": "0.0.4",
"version": "0.0.6",
"description": "Instantly create a temporary Prisma Postgres database with one command, then claim and persist it in your Prisma Data Platform project when ready.",
"main": "index.js",
"author": "",
Expand Down