Skip to content

Commit f95f0ff

Browse files
committed
chore: release v0.18.0
1 parent 0f39918 commit f95f0ff

File tree

15 files changed

+31
-31
lines changed

15 files changed

+31
-31
lines changed

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -22,29 +22,29 @@ members = [
2222
]
2323

2424
[workspace.package]
25-
version = "0.17.0"
25+
version = "0.18.0"
2626
edition = "2021"
2727
license = "MIT"
2828
repository = "https://github.com/ubugeeei/vize"
2929

3030
[workspace.dependencies]
3131
# Internal crates (path for local dev, version for crates.io)
32-
vize_carton = { path = "crates/vize_carton", version = "0.17.0" }
33-
vize_relief = { path = "crates/vize_relief", version = "0.17.0" }
34-
vize_armature = { path = "crates/vize_armature", version = "0.17.0" }
35-
vize_croquis = { path = "crates/vize_croquis", version = "0.17.0" }
36-
vize_atelier_core = { path = "crates/vize_atelier_core", version = "0.17.0" }
37-
vize_atelier_dom = { path = "crates/vize_atelier_dom", version = "0.17.0" }
38-
vize_atelier_vapor = { path = "crates/vize_atelier_vapor", version = "0.17.0" }
39-
vize_atelier_ssr = { path = "crates/vize_atelier_ssr", version = "0.17.0" }
40-
vize_atelier_sfc = { path = "crates/vize_atelier_sfc", version = "0.17.0", default-features = false }
41-
vize_vitrine = { path = "crates/vize_vitrine", version = "0.17.0", default-features = false }
42-
vize_musea = { path = "crates/vize_musea", version = "0.17.0" }
43-
vize_patina = { path = "crates/vize_patina", version = "0.17.0" }
44-
vize_glyph = { path = "crates/vize_glyph", version = "0.17.0" }
45-
vize_maestro = { path = "crates/vize_maestro", version = "0.17.0" }
46-
vize_canon = { path = "crates/vize_canon", version = "0.17.0", default-features = false }
47-
vize_fresco = { path = "crates/vize_fresco", version = "0.17.0", default-features = false }
32+
vize_carton = { path = "crates/vize_carton", version = "0.18.0" }
33+
vize_relief = { path = "crates/vize_relief", version = "0.18.0" }
34+
vize_armature = { path = "crates/vize_armature", version = "0.18.0" }
35+
vize_croquis = { path = "crates/vize_croquis", version = "0.18.0" }
36+
vize_atelier_core = { path = "crates/vize_atelier_core", version = "0.18.0" }
37+
vize_atelier_dom = { path = "crates/vize_atelier_dom", version = "0.18.0" }
38+
vize_atelier_vapor = { path = "crates/vize_atelier_vapor", version = "0.18.0" }
39+
vize_atelier_ssr = { path = "crates/vize_atelier_ssr", version = "0.18.0" }
40+
vize_atelier_sfc = { path = "crates/vize_atelier_sfc", version = "0.18.0", default-features = false }
41+
vize_vitrine = { path = "crates/vize_vitrine", version = "0.18.0", default-features = false }
42+
vize_musea = { path = "crates/vize_musea", version = "0.18.0" }
43+
vize_patina = { path = "crates/vize_patina", version = "0.18.0" }
44+
vize_glyph = { path = "crates/vize_glyph", version = "0.18.0" }
45+
vize_maestro = { path = "crates/vize_maestro", version = "0.18.0" }
46+
vize_canon = { path = "crates/vize_canon", version = "0.18.0", default-features = false }
47+
vize_fresco = { path = "crates/vize_fresco", version = "0.18.0", default-features = false }
4848

4949
# OXC dependencies (git for local dev, version for crates.io publish)
5050
oxc_parser = { version = "0.114.0", git = "https://github.com/oxc-project/oxc", branch = "main" }

npm/fresco-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/fresco-native",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Vue TUI framework - Native bindings",
55
"publishConfig": {
66
"access": "public"

npm/fresco/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/fresco",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Vue TUI framework - Build terminal UIs with Vue.js",
55
"publishConfig": {
66
"access": "public"

npm/musea-mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/musea-mcp-server",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "MCP server for building Vue.js design systems - component analysis, documentation, variant generation, and design tokens",
55
"type": "module",
66
"main": "./dist/index.js",

npm/musea-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/musea-nuxt",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Nuxt mock layer for Musea - enables Nuxt component isolation in galleries",
55
"type": "module",
66
"main": "./dist/index.js",

npm/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/nuxt",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Nuxt module for Vize - compiler, musea gallery, linter, and type checker",
55
"type": "module",
66
"main": "./dist/index.js",

npm/vite-plugin-musea/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/vite-plugin-musea",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "Vite plugin for Musea - Component gallery for Vue components",
55
"type": "module",
66
"main": "./dist/index.js",

npm/vite-plugin-vize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/vite-plugin",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "High-performance native Vite plugin for Vue SFC compilation powered by Vize",
55
"publishConfig": {
66
"access": "public"

npm/vize-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vizejs/native",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "High-performance Vue.js compiler - Native bindings",
55
"publishConfig": {
66
"access": "public"

npm/vize-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vizejs/wasm",
33
"type": "module",
44
"description": "Vize WASM bindings for browser environments",
5-
"version": "0.17.0",
5+
"version": "0.18.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)