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
2 changes: 1 addition & 1 deletion packages/adapter-test-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/adapter-test-kit",
"version": "0.1.6",
"version": "0.1.17",
"description": "Conformance test suites and fakes for branchly adapters.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "branchly",
"version": "0.1.6",
"version": "0.1.17",
"description": "Keep each VCS branch paired with its own database state.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/datasource-mysql",
"version": "0.1.6",
"version": "0.1.17",
"description": "MySQL datasource adapter for branchly (per-branch databases, SQL-level cloning).",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/datasource-postgres",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference Postgres datasource adapter for branchly.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/datasource-sqlite",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference SQLite datasource adapter for branchly (file-per-branch).",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/e2e",
"version": "0.1.6",
"version": "0.1.17",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/migrator-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/migrator-drizzle",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference Drizzle migrator adapter for branchly.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrator-knex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/migrator-knex",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference Knex migrator adapter for branchly.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/migrator-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/migrator-prisma",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference Prisma migrator adapter for branchly.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolver-direnv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/resolver-direnv",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference direnv (.envrc) connection resolver for branchly.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/resolver-env-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/resolver-env-file",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference env-file connection resolver for branchly.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vcs-git/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@branchly/vcs-git",
"version": "0.1.6",
"version": "0.1.17",
"description": "Reference git VCS adapter for branchly.",
"license": "MIT",
"type": "module",
Expand Down
Loading