Skip to content

Commit 1d74ae8

Browse files
committed
chore(0.3.2)
1 parent ca6ef1f commit 1d74ae8

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"packageManager": "[email protected]+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad",
55
"type": "module",
66
"scripts": {

packages/binlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/binlog",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "A high-performance binary logging system for Node.js applications.",
55
"license": "MIT",
66
"type": "module",

packages/context/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/context",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Like composition api but for Node.",
55
"license": "MIT",
66
"type": "module",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/toolkit",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "General utility functions",
55
"license": "MIT",
66
"type": "module",

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/dom",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Utility functions to simplify animations, clipboard operations, and smooth scrolling.",
55
"license": "MIT",
66
"type": "module",

packages/graceful/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/graceful",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Utility to manage application shutdown.",
55
"license": "MIT",
66
"type": "module",

packages/ioc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/ioc",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Pretty simple IOC Container.",
55
"license": "MIT",
66
"type": "module",

packages/mongo-pagination/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/mongo-pagination",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Manages pagination without relying on traditional offsets.",
55
"license": "MIT",
66
"type": "module",

packages/mongo-transaction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/mongo-transaction",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Manages side effects in MongoDB transactions, rollback on failure and preventing duplicates on retries.",
55
"license": "MIT",
66
"type": "module",

packages/pino-pretty/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrew_l/pino-pretty",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Pino transport for beautiful log output",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)