We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d72cf commit c675d72Copy full SHA for c675d72
3 files changed
.changeset/pre.json
@@ -21,6 +21,7 @@
21
"cruel-cameras-begin",
22
"cruel-rats-taste",
23
"curly-lies-write",
24
+ "cyan-cougars-occur",
25
"dark-pandas-start",
26
"dirty-kings-send",
27
"early-peaches-accept",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.29
4
+
5
+### Patch Changes
6
7
+- fix(Axis): Fix display of axis labels ([#591](https://github.com/techniq/layerchart/pull/591))
8
9
## 2.0.0-next.28
10
11
### Patch Changes
packages/layerchart/package.json
@@ -4,7 +4,7 @@
"author": "Sean Lynch <techniq35@gmail.com>",
"license": "MIT",
"repository": "techniq/layerchart",
- "version": "2.0.0-next.28",
+ "version": "2.0.0-next.29",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments