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 489ea17 commit 9353636Copy full SHA for 9353636
3 files changed
.changeset/pre.json
@@ -38,6 +38,7 @@
38
"shaky-animals-wave",
39
"smart-dots-rule",
40
"smart-paths-jog",
41
+ "social-masks-teach",
42
"some-frogs-camp",
43
"sour-hounds-repeat",
44
"swift-gifts-flow",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.11
4
+
5
+### Patch Changes
6
7
+- fix(Axis): Fix multiline month when day tick does not align on first of month ([#517](https://github.com/techniq/layerchart/pull/517))
8
9
## 2.0.0-next.10
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.10",
+ "version": "2.0.0-next.11",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments