Skip to content

Commit 325f1da

Browse files
committed
chore(repo): bump version to 0.2.0 🔖
- Update README pin example to schema2ui@0.2.0 - Update version in deno.json to 0.2.0 - Update version in package.json to 0.2.0
1 parent f52f97b commit 325f1da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npm install @neabyte/schema2ui
3939
```html
4040
<script type="module">
4141
import { create, render } from 'https://esm.sh/jsr/@neabyte/schema2ui'
42-
// or pin version: .../schema2ui@0.1.0
42+
// or pin version: .../schema2ui@0.2.0
4343
</script>
4444
```
4545

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@neabyte/schema2ui",
33
"description": "Turns a JSON schema into low-level customizable DOM",
4-
"version": "0.1.0",
4+
"version": "0.2.0",
55
"type": "module",
66
"license": "MIT",
77
"exports": "./src/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neabyte/schema2ui",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Turns a JSON schema into low-level customizable DOM",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)