Skip to content

Commit 14647bb

Browse files
committed
v0.12.3
1 parent e787576 commit 14647bb

9 files changed

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

packages/data-types/geotypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/geotypes",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Geographic data types and spatial functions for PostgreSQL",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/data-types/stamps/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/stamps",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Timestamp utilities and audit trail functions for PostgreSQL",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/data-types/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/types",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Core PostgreSQL data types with deploy/verify/revert SQL scripts",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/meta/db-meta-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/db-meta-modules",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Module metadata handling and dependency tracking",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/meta/db-meta-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/db-meta-schema",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Database metadata utilities and introspection functions",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/metrics/achievements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/achievements",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Achievement system for tracking user progress and milestones",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/security/jwt-claims/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/jwt-claims",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "JWT claim handling and validation functions",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

packages/utils/faker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pgpm/faker",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"description": "Fake data generation utilities for testing and development",
55
"author": "Dan Lynch <pyramation@gmail.com>",
66
"contributors": [

0 commit comments

Comments
 (0)