Skip to content

Commit 203a8c8

Browse files
committed
chore: update package versions to 0.2.0 across multiple packages
1 parent e85bff5 commit 203a8c8

7 files changed

Lines changed: 8 additions & 8 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.30",
3+
"version": "0.2.0",
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.30",
3+
"version": "0.2.0",
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.30",
3+
"version": "0.2.0",
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.30",
3+
"version": "0.2.0",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/driver-express",
3-
"version": "0.1.30",
3+
"version": "0.2.0",
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",
@@ -48,4 +48,4 @@
4848
"devDependencies": {
4949
"@types/express": "^5.0.6"
5050
}
51-
}
51+
}

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.30",
3+
"version": "0.2.0",
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.",

packages/filesystem/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkstack/filesystem",
3-
"version": "0.1.30",
3+
"version": "0.2.0",
44
"type": "module",
55
"description": "Shared Filesystem utilities for ArkStack.",
66
"homepage": "https://arkstack.toneflix.net",

0 commit comments

Comments
 (0)