Skip to content

Commit 1f24d8f

Browse files
committed
v0.7.0
1 parent ee19ffc commit 1f24d8f

23 files changed

Lines changed: 45 additions & 45 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"npmClient": "pnpm"
55
}

packages/data-types/geotypes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/geotypes",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Geographic data types and spatial functions for PostgreSQL",
55
"publishConfig": {
66
"access": "public"
@@ -25,4 +25,4 @@
2525
"bugs": {
2626
"url": "https://github.com/launchql/pgpm-modules/issues"
2727
}
28-
}
28+
}

packages/data-types/stamps/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/stamps",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Timestamp utilities and audit trail functions for PostgreSQL",
55
"publishConfig": {
66
"access": "public"
@@ -25,4 +25,4 @@
2525
"bugs": {
2626
"url": "https://github.com/launchql/pgpm-modules/issues"
2727
}
28-
}
28+
}

packages/data-types/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/types",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Core PostgreSQL data types with deploy/verify/revert SQL scripts",
55
"publishConfig": {
66
"access": "public"
@@ -24,4 +24,4 @@
2424
"bugs": {
2525
"url": "https://github.com/launchql/pgpm-modules/issues"
2626
}
27-
}
27+
}

packages/data-types/uuid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/uuid",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "UUID utilities and extensions for PostgreSQL",
55
"publishConfig": {
66
"access": "public"
@@ -24,4 +24,4 @@
2424
"bugs": {
2525
"url": "https://github.com/launchql/pgpm-modules/issues"
2626
}
27-
}
27+
}

packages/jobs/database-jobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/database-jobs",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Database-specific job handling and queue management",
55
"publishConfig": {
66
"access": "public"
@@ -25,4 +25,4 @@
2525
"bugs": {
2626
"url": "https://github.com/launchql/pgpm-modules/issues"
2727
}
28-
}
28+
}

packages/jobs/jobs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/jobs",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Core job system for background task processing in PostgreSQL",
55
"publishConfig": {
66
"access": "public"
@@ -25,4 +25,4 @@
2525
"bugs": {
2626
"url": "https://github.com/launchql/pgpm-modules/issues"
2727
}
28-
}
28+
}

packages/meta/db_meta/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/meta-db",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Database metadata utilities and introspection functions",
55
"publishConfig": {
66
"access": "public"
@@ -27,4 +27,4 @@
2727
"bugs": {
2828
"url": "https://github.com/launchql/pgpm-modules/issues"
2929
}
30-
}
30+
}

packages/meta/db_meta_modules/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/meta-db-modules",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Module metadata handling and dependency tracking",
55
"publishConfig": {
66
"access": "public"
@@ -25,4 +25,4 @@
2525
"bugs": {
2626
"url": "https://github.com/launchql/pgpm-modules/issues"
2727
}
28-
}
28+
}

packages/meta/db_meta_test/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/meta-db-test",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Testing utilities for database metadata operations",
55
"publishConfig": {
66
"access": "public"
@@ -26,4 +26,4 @@
2626
"bugs": {
2727
"url": "https://github.com/launchql/pgpm-modules/issues"
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)