Skip to content

Commit 04bd3f5

Browse files
chore(main): release solid-charts 0.0.1 (#1)
Co-authored-by: Jasmin <[email protected]>
1 parent 94c104f commit 04bd3f5

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{}
1+
{"packages/solid-charts":"0.0.1"}

packages/solid-charts/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.0.1 (2025-05-07)
4+
5+
6+
### Features
7+
8+
* force release ([a97ae7f](https://github.com/corvudev/solid-charts/commit/a97ae7ff2e62f8186996ada0225fcbeb48bd28fd))

packages/solid-charts/package.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"name": "solid-charts",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": false,
55
"description": "Composable charts for SolidJS",
6-
"keywords": ["solid", "solidjs", "d3", "charts"],
6+
"keywords": [
7+
"solid",
8+
"solidjs",
9+
"d3",
10+
"charts"
11+
],
712
"bugs": {
813
"url": "https://github.com/corvudev/solid-charts/issues",
914
"email": "[email protected]"
@@ -36,10 +41,14 @@
3641
"types": "./dist/index.d.ts",
3742
"typesVersions": {
3843
"*": {
39-
"*": ["./dist/index.d.ts"]
44+
"*": [
45+
"./dist/index.d.ts"
46+
]
4047
}
4148
},
42-
"files": ["dist"],
49+
"files": [
50+
"dist"
51+
],
4352
"scripts": {
4453
"build": "cp ../../README.md . && tsc --noEmit && tsup",
4554
"clean": "rm -rf .turbo dist node_modules",

0 commit comments

Comments
 (0)