Skip to content

Commit 45e5c59

Browse files
authored
Merge pull request #634 from mnfst/changeset-release/main
chore: version packages
2 parents a4944fd + 6187361 commit 45e5c59

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/fix-blog-sidebar-routing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/manifest-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# manifest-ui
22

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+
39
## 0.1.1
410

511
### Patch Changes

packages/manifest-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "manifest-ui",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"scripts": {
55
"dev": "pnpm run registry:build && next dev --turbopack -p 3001",
66
"build": "pnpm run registry:build && next build",

0 commit comments

Comments
 (0)