mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
chore: bump version
This commit is contained in:
parent
c5afc0d81b
commit
3431497155
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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"
|
||||
|
||||
2
pkg/tree-sitter-mdzx/Cargo.toml
generated
2
pkg/tree-sitter-mdzx/Cargo.toml
generated
@ -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"
|
||||
|
||||
2
pkg/tree-sitter-mdzx/build.zig.zon
generated
2
pkg/tree-sitter-mdzx/build.zig.zon
generated
@ -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",
|
||||
|
||||
2
pkg/tree-sitter-mdzx/package.json
generated
2
pkg/tree-sitter-mdzx/package.json
generated
@ -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",
|
||||
|
||||
@ -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": [
|
||||
|
||||
2
pkg/tree-sitter-zx/Cargo.toml
generated
2
pkg/tree-sitter-zx/Cargo.toml
generated
@ -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"
|
||||
|
||||
2
pkg/tree-sitter-zx/build.zig.zon
generated
2
pkg/tree-sitter-zx/build.zig.zon
generated
@ -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",
|
||||
|
||||
2
pkg/tree-sitter-zx/package.json
generated
2
pkg/tree-sitter-zx/package.json
generated
@ -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",
|
||||
|
||||
@ -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": [
|
||||
|
||||
@ -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 = .{""},
|
||||
}
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user