chore: bump version

This commit is contained in:
Nurul Huda (Apon) 2026-06-07 00:03:59 +06:00
parent c5afc0d81b
commit 3431497155
No known key found for this signature in database
GPG Key ID: 5D3F1DE2855A2F79
15 changed files with 27 additions and 18 deletions

View File

@ -169,10 +169,10 @@ You can view our current progress and planned features here:
**[Check out the Ziex Issue Tracker →](https://github.com/ziex-dev/ziex/issues)**
## Versions
| Zig | Ziex | Branch | Status |
|-------------|-------------------|-------------------|----------------|
| `0.16.0` | `0.1.0-dev.1050+` | `main` | Unstable (dev) |
| `0.15.2` | `0.1.0-dev-1050` | `zig-0.15` | Stable (dev) |
| Zig | Ziex | Branch | Status |
|-------------|---------------------|-------------------|----------------|
| `0.16.0` | `0.1.0-dev.1068`-* | `main` | Stable (dev) |
| `0.15.2` | `0.1.0-dev-1050` | `zig-0.15` | Stable (dev) |
## Editor Support

View File

@ -1,6 +1,6 @@
.{
.name = .ziex,
.version = "0.1.0-dev.1103",
.version = "0.1.0-dev.1138",
.description = "Ziex is a framework for building web applications with Zig.",
.repository = "https://github.com/ziex-dev/ziex",
.homepage = "https://ziex.dev",

View File

@ -2,7 +2,7 @@
"name": "ziex",
"displayName": "Ziex",
"description": "Ziex let's you write HTML within your Zig code.",
"version": "0.1.1103",
"version": "0.1.1138",
"publisher": "ziex",
"icon": "images/zx-icon.png",
"private": true,

View File

@ -1,7 +1,7 @@
id = "ziex"
name = "Ziex"
description = "ZX support."
version = "0.1.0-dev.1103"
version = "0.1.0-dev.1138"
schema_version = 1
authors = ["Nurul Huda (Apon) <me@nurulhudaapon.com>"]
repository = "https://github.com/ziex-dev/ziex"

View File

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-zx"
description = "ZX is a framework for building web applications with Zig."
version = "0.1.0-dev.1103"
version = "0.1.0-dev.1138"
authors = ["Nurul Huda (Apon) <me@nurulhudaapon.com>"]
license = "MIT"
readme = "README.md"

View File

@ -1,7 +1,7 @@
.{
.name = .tree_sitter_mdzx,
.fingerprint = 0xfba737bb8e0d19e0,
.version = "0.1.0-dev.1103",
.version = "0.1.0-dev.1138",
.dependencies = .{
.tree_sitter = .{
.path = "../../vendor/zig-tree-sitter",

View File

@ -1,6 +1,6 @@
{
"name": "tree-sitter-mdzx",
"version": "0.1.0-dev.1103",
"version": "0.1.0-dev.1138",
"description": "ZX is a framework for building web applications with Zig.",
"repository": "https://github.com/nurulhudaapon/mdzx",
"license": "MIT",

View File

@ -14,7 +14,7 @@
}
],
"metadata": {
"version": "0.1.0-dev.1103",
"version": "0.1.0-dev.1138",
"license": "MIT",
"description": "ZX is a framework for building web applications with Zig.",
"authors": [

View File

@ -1,7 +1,7 @@
[package]
name = "tree-sitter-zx"
description = "ZX is a framework for building web applications with Zig."
version = "0.1.0-dev.1103"
version = "0.1.0-dev.1138"
authors = ["Nurul Huda (Apon) <me@nurulhudaapon.com>"]
license = "MIT"
readme = "README.md"

View File

@ -1,7 +1,7 @@
.{
.name = .tree_sitter_zx,
.fingerprint = 0xd3a91e4ba933ca89,
.version = "0.1.0-dev.1103",
.version = "0.1.0-dev.1138",
.dependencies = .{
.tree_sitter = .{
.path = "../../vendor/zig-tree-sitter",

View File

@ -1,6 +1,6 @@
{
"name": "tree-sitter-zx",
"version": "0.1.0-dev.1103",
"version": "0.1.0-dev.1138",
"description": "ZX is a framework for building web applications with Zig.",
"repository": "https://github.com/ziex-dev/ziex",
"license": "MIT",

View File

@ -14,7 +14,7 @@
}
],
"metadata": {
"version": "0.1.0-dev.1103",
"version": "0.1.0-dev.1138",
"license": "MIT",
"description": "ZX is a framework for building web applications with Zig.",
"authors": [

View File

@ -1,7 +1,7 @@
.{
.name = .ziex_js,
.fingerprint = 0x3428b4e119b455bf,
.version = "0.1.0-dev.804",
.version = "0.1.0-dev.1138",
.minimum_zig_version = "0.16.0",
.paths = .{""},
}

View File

@ -1,6 +1,6 @@
{
"name": "ziex",
"version": "0.1.0-dev.1103",
"version": "0.1.0-dev.1138",
"private": true,
"description": "ZX is a framework for building web applications with Zig.",
"main": "src/index.ts",
@ -44,7 +44,7 @@
"check": "tsc"
},
"dependencies": {
"@ziex/cli": "0.1.0-dev.1103"
"@ziex/cli": "0.1.0-dev.1138"
},
"devDependencies": {
"@types/bun": "latest",

View File

@ -64,6 +64,14 @@ rm -f "$BUILD_ZON_PATH.bak"
echo "Version: $CURRENT_VERSION -> $NEW_VERSION"
echo "Updated $BUILD_ZON_FILE"
# Update pkg/ziex/build.zig.zon version
ZIEX_BUILD_ZON="$PROJECT_ROOT/pkg/ziex/build.zig.zon"
if [ -f "$ZIEX_BUILD_ZON" ]; then
sed -i.bak -E "/^[[:space:]]*\.version[[:space:]]*=/s/$VERSION_PATTERN/$NEW_VERSION/" "$ZIEX_BUILD_ZON"
rm -f "$ZIEX_BUILD_ZON.bak"
echo "Updated pkg/ziex/build.zig.zon"
fi
# Update pkg/ziex/package.json version
ZIEX_PACKAGE_JSON="$PROJECT_ROOT/pkg/ziex/package.json"
if [ -f "$ZIEX_PACKAGE_JSON" ]; then
@ -95,6 +103,7 @@ fi
# Stage the updated files for commit
git add "$BUILD_ZON_PATH"
git add "$ZIEX_BUILD_ZON" 2>/dev/null || true
git add "$ZIEX_PACKAGE_JSON" 2>/dev/null || true
git add "$ZED_EXTENSION_TOML" 2>/dev/null || true
git add "$VSCODE_PACKAGE_JSON" 2>/dev/null || true