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

chore: bump to v0.3.0

Changed files
+5 -3
.github
lib
+1
.github/workflows/publish-jsr.yml
··· 4 4 push: 5 5 tags: 6 6 - 'v*' 7 + workflow_dispatch: 7 8 8 9 jobs: 9 10 publish:
+1
.github/workflows/publish-npm.yml
··· 4 4 push: 5 5 tags: 6 6 - 'v*' 7 + workflow_dispatch: 7 8 8 9 jobs: 9 10 build:
+1 -1
lib/deno.json
··· 1 1 { 2 2 "name": "@voltx/core", 3 - "version": "0.2.1", 3 + "version": "0.3.0", 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.1", 3 + "version": "0.3.0", 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.1", 3 + "version": "0.3.0", 4 4 "description": "A lightweight reactive framework for declarative UIs", 5 5 "type": "module", 6 6 "author": "Owais Jamil",