We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4944fd + 6187361 commit 45e5c59Copy full SHA for 45e5c59
.changeset/fix-blog-sidebar-routing.md
packages/manifest-ui/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# manifest-ui
2
3
+## 0.1.2
4
+
5
+### Patch Changes
6
7
+- 8c2ec75: Fixed blogging category routing in sidebar navigation and refactored to use dynamic categories from registry
8
9
## 0.1.1
10
11
### Patch Changes
packages/manifest-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "manifest-ui",
- "version": "0.1.1",
+ "version": "0.1.2",
"scripts": {
"dev": "pnpm run registry:build && next dev --turbopack -p 3001",
"build": "pnpm run registry:build && next build",
0 commit comments