Skip to content

Commit 81b8534

Browse files
authored
Merge pull request #2 from ryo-manba/release-please--branches--main--components--data-chart
chore(main): release 1.0.0
2 parents 947f13d + 4b34eb1 commit 81b8534

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/ryo-manba/data-chart/compare/v0.1.0...v1.0.0) (2026-03-20)
4+
5+
6+
### Features
7+
8+
* initial implementation of data-chart library ([68b398b](https://github.com/ryo-manba/data-chart/commit/68b398bba640811554e80e7ded7d1ec90339541a))
9+
* remove data-chart-source and data-chart-debug features ([9ba43c9](https://github.com/ryo-manba/data-chart/commit/9ba43c9f9344c38404585d0e0f4ce9b7b76dc415))
10+
11+
12+
### Bug Fixes
13+
14+
* bottom legend spacing and layout calculation ([fbd8855](https://github.com/ryo-manba/data-chart/commit/fbd8855c51029fd1fd287e134ba2a7ddb2725744))
15+
* bottom legend spacing, sync JA playground, run fmt ([5f69a4e](https://github.com/ryo-manba/data-chart/commit/5f69a4ee05144caa6ee08a715a32d530b74c757a))
16+
* improve grid lines, legend spacing, and playground UX ([2f5e69a](https://github.com/ryo-manba/data-chart/commit/2f5e69ad6bbcf00c17ed550a70dd4f270696712f))
17+
* improve playground, pie legend, and live demo UX ([77d5331](https://github.com/ryo-manba/data-chart/commit/77d53319aebb32066a38a48a9ae1965ac0bb98c3))
18+
* use GitHub Pages URL for README og-image ([343538d](https://github.com/ryo-manba/data-chart/commit/343538d1d132fc4f7e642e0d257d90f3bd7481fc))
19+
* use relative path for README og-image ([e0c569b](https://github.com/ryo-manba/data-chart/commit/e0c569b47d27d544bce642c1a514328ef9671a15))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-chart",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Chart your tables. No JavaScript to write.",
55
"type": "module",
66
"main": "dist/data-chart.umd.cjs",

0 commit comments

Comments
 (0)