Skip to content

Commit c741dfd

Browse files
chore(release): version packages (#46)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e2669ea commit c741dfd

7 files changed

Lines changed: 35 additions & 17 deletions

File tree

.changeset/initial-release.md

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

apps/docs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @jonmatum/next-shell-docs
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [692d744]
8+
- @jonmatum/next-shell@0.1.0

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonmatum/next-shell-docs",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"build": "next build",

apps/example/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @jonmatum/next-shell-example
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [692d744]
8+
- @jonmatum/next-shell@0.1.0

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonmatum/next-shell-example",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"private": true,
55
"scripts": {
66
"build": "next build",

packages/next-shell/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @jonmatum/next-shell
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 692d744: Initial public release (v0.1.0) — Phases 0–8 shipped.
8+
9+
Includes: semantic-token design system, ThemeProvider, 42 shadcn/ui primitives,
10+
full AppShell layout (Sidebar, TopBar, CommandBar, ContentContainer, Footer),
11+
navigation system (buildNav, SidebarNav, Breadcrumbs, CommandBarActions),
12+
providers composer (QueryProvider, ToastProvider, ErrorBoundary, I18nProvider),
13+
auth adapter pattern (AuthProvider, useSession, SignedIn, RoleGate, requireSession),
14+
12 hooks (useDisclosure, useLocalStorage, useDebounced\*, useHotkey, useBreakpoint,
15+
useCopyToClipboard, useMediaQuery, useMounted, useControllableState, useLocale),
16+
and locale-aware formatters (formatDate, formatCurrency, formatNumber, truncate, …).

packages/next-shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jonmatum/next-shell",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Reusable Next.js app shell built on shadcn/ui primitives with a strict semantic-token design system.",
55
"keywords": [
66
"next",

0 commit comments

Comments
 (0)