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 3bf4c60 commit aaa5282Copy full SHA for aaa5282
3 files changed
.changeset/pre.json
@@ -61,6 +61,7 @@
61
"giant-donuts-yell",
62
"green-mirrors-retire",
63
"grumpy-ties-mix",
64
+ "happy-bats-eat",
65
"heavy-signs-kick",
66
"honest-hoops-peel",
67
"hot-pigs-push",
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.42
4
+
5
+### Patch Changes
6
7
+- fix(Calendar): Respect `start` instead of always start of year ([#657](https://github.com/techniq/layerchart/pull/657))
8
9
## 2.0.0-next.41
10
11
### Patch Changes
packages/layerchart/package.json
@@ -5,7 +5,7 @@
"license": "MIT",
"repository": "techniq/layerchart",
"homepage": "https://layerchart.com",
- "version": "2.0.0-next.41",
+ "version": "2.0.0-next.42",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
0 commit comments