瀏覽代碼

Chore: Bump and release extension

Jonathan Kelley 6 月之前
父節點
當前提交
86082cec5c
共有 2 個文件被更改,包括 6 次插入1 次删除
  1. 5 0
      packages/extension/README.md
  2. 1 1
      packages/extension/package.json

+ 5 - 0
packages/extension/README.md

@@ -24,6 +24,11 @@ Converts a selection of html to a valid Dioxus component with all SVGs factored
 
 Formats the current file as RSX.
 
+## Building this extension from source
+- make sure wasm-bindgen is installed to current version (cargo binstall wasm-bindgen-cli)
+- run `npm install`
+- run `npm run vsix`
+
 # Working with Dioxus:
 
 This overview provides a brief introduction to Dioxus. For a more in-depth guide, make sure to check out:

+ 1 - 1
packages/extension/package.json

@@ -2,7 +2,7 @@
     "name": "dioxus",
     "displayName": "Dioxus",
     "description": "Useful tools for working with Dioxus",
-    "version": "0.6.0-alpha.3",
+    "version": "0.6.0",
     "publisher": "DioxusLabs",
     "private": true,
     "license": "MIT",