diff --git a/.changeset/kind-fans-jump.md b/.changeset/kind-fans-jump.md deleted file mode 100644 index b096db1..0000000 --- a/.changeset/kind-fans-jump.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"create-db": patch -"create-pg": patch -"create-postgres": patch ---- - -docs: add READMEs for each repo diff --git a/create-db/CHANGELOG.md b/create-db/CHANGELOG.md index da0610c..9728ed0 100644 --- a/create-db/CHANGELOG.md +++ b/create-db/CHANGELOG.md @@ -1,5 +1,11 @@ # create-db +## 0.0.5 + +### Patch Changes + +- e1631bc: docs: add READMEs for each repo + ## 0.0.4 ### Patch Changes diff --git a/create-db/README.md b/create-db/README.md index 979b8ba..3972a1e 100644 --- a/create-db/README.md +++ b/create-db/README.md @@ -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 diff --git a/create-db/package.json b/create-db/package.json index 88cf3a0..2006aef 100644 --- a/create-db/package.json +++ b/create-db/package.json @@ -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": "", diff --git a/create-pg/CHANGELOG.md b/create-pg/CHANGELOG.md index 6a33d38..1874a3d 100644 --- a/create-pg/CHANGELOG.md +++ b/create-pg/CHANGELOG.md @@ -1,5 +1,13 @@ # create-pg +## 0.0.5 + +### Patch Changes + +- e1631bc: docs: add READMEs for each repo +- Updated dependencies [e1631bc] + - create-db@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/create-pg/README.md b/create-pg/README.md index 92b271e..df8df17 100644 --- a/create-pg/README.md +++ b/create-pg/README.md @@ -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 diff --git a/create-pg/package.json b/create-pg/package.json index 9c14899..1df3ea8 100644 --- a/create-pg/package.json +++ b/create-pg/package.json @@ -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": "", diff --git a/create-postgres/CHANGELOG.md b/create-postgres/CHANGELOG.md index 6011611..cee7fe6 100644 --- a/create-postgres/CHANGELOG.md +++ b/create-postgres/CHANGELOG.md @@ -1,5 +1,13 @@ # create-postgres +## 0.0.5 + +### Patch Changes + +- e1631bc: docs: add READMEs for each repo +- Updated dependencies [e1631bc] + - create-db@0.0.5 + ## 0.0.4 ### Patch Changes diff --git a/create-postgres/README.md b/create-postgres/README.md index 1af3369..681bc4f 100644 --- a/create-postgres/README.md +++ b/create-postgres/README.md @@ -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 diff --git a/create-postgres/package.json b/create-postgres/package.json index f79b563..2476f23 100644 --- a/create-postgres/package.json +++ b/create-postgres/package.json @@ -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": "",