a reactive (signals based) hypermedia web framework (wip) stormlightlabs.github.io/volt/
hypermedia frontend signals

chore: bump to 0.2.1

Changed files
+3 -3
lib
+1 -1
lib/deno.json
··· 1 1 { 2 2 "name": "@voltx/core", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "exports": "./src/index.ts", 5 5 "imports": { 6 6 "$core/": "./src/core/",
+1 -1
lib/jsr.json
··· 1 1 { 2 2 "name": "@voltx/core", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "license": "MIT", 5 5 "exports": { ".": "./src/index.ts", "./debug": "./src/debug.ts", "./css": "./dist/volt.css" }, 6 6 "publish": { "include": ["src", "dist", "README.md", "LICENSE"] }
+1 -1
lib/package.json
··· 1 1 { 2 2 "name": "voltx.js", 3 - "version": "0.2.0", 3 + "version": "0.2.1", 4 4 "description": "A lightweight reactive framework for declarative UIs", 5 5 "type": "module", 6 6 "author": "Owais Jamil",