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 92c6060 commit e79f6ecCopy full SHA for e79f6ec
3 files changed
.changeset/pre.json
@@ -7,6 +7,7 @@
7
"changesets": [
8
"pink-showers-hunt",
9
"polite-parts-learn",
10
+ "tall-poems-take",
11
"witty-clocks-divide"
12
]
13
}
packages/layerchart/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# LayerChart
2
3
+## 2.0.0-next.1
4
+
5
+### Patch Changes
6
+- Switch from @tailwindcss/postcss to @tailwindcss/vite. Update all non-major packages ([#449](https://github.com/techniq/layerchart/pull/449))
## 2.0.0-next.0
### Major 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.0",
+ "version": "2.0.0-next.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
0 commit comments