Skip to content

Commit 5197f71

Browse files
committed
chore: bump package versions
1 parent 6580827 commit 5197f71

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/common",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"description": "Common package for Arkstack providing common implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"homepage": "https://arkstack.toneflix.net",

packages/console-slim/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/console-slim",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"description": "Slim console package for Arkstack providing lightweight console-specific implementations of core Arkstack features such as routing, middleware.",
66
"homepage": "https://arkstack.toneflix.net",

packages/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/console",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"description": "Console package for Arkstack providing console-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"homepage": "https://arkstack.toneflix.net",

packages/contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/contract",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"description": "Contract package for Arkstack providing contract-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"homepage": "https://arkstack.toneflix.net",

packages/driver-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/driver-express",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"description": "Express driver package for Arkstack providing Express-specific implementations of core Arkstack features such as routing, middleware, and database integration.",
66
"homepage": "https://arkstack.toneflix.net",

packages/driver-h3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/driver-h3",
3-
"version": "0.1.8",
3+
"version": "0.1.9",
44
"type": "module",
55
"private": true,
66
"description": "H3 driver package for Arkstack providing H3-specific implementations of core Arkstack features such as routing, middleware, and database integration.",

0 commit comments

Comments
 (0)