Skip to content

Commit 7913f2b

Browse files
committed
v0.32.2
1 parent 1f6e611 commit 7913f2b

7 files changed

Lines changed: 7 additions & 7 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.32.1",
3+
"version": "0.32.2",
44
"npmClient": "pnpm"
55
}

packages/database-jobs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/database-jobs",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "Database-specific job handling and queue management",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/metaschema-modules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/metaschema-modules",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "Module metadata handling and dependency tracking",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/metaschema-schema/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/metaschema-schema",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "Database metadata utilities and introspection functions",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/services",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "Services schemas for module registration and service configuration",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/utils",
3-
"version": "0.32.0",
3+
"version": "0.32.2",
44
"description": "General utility functions for PostgreSQL extensions",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/uuid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/uuid",
3-
"version": "0.32.1",
3+
"version": "0.32.2",
44
"description": "UUID utilities and extensions for PostgreSQL",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)