Skip to content

Commit e6c943a

Browse files
committed
chore: bump version to v0.1.0
1 parent baa72e9 commit e6c943a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @dschz/solid-g6
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- Initial release of solid-g6

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-g6",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"license": "MIT",
55
"exports": "./src/index.tsx",
66
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dschz/solid-g6",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "A SolidJS component library for graph visualization, powered by @antv/g6",
55
"type": "module",
66
"author": "Daniel Sanchez <dsanc89@icloud.com>",

0 commit comments

Comments
 (0)