Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/desktop",
"version": "0.7.0",
"version": "0.7.1",
"description": "Notes — local-first knowledge tool (Electron desktop wrapper)",
"author": "Notes Contributors",
"desktopName": "Notes",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/server",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"type": "module",
"main": "./src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/web",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notes",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"type": "module",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/core",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Command bus, event bus, registries, and extension-point contracts (no I/O).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/editor",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Markdown editor: modes, toolbar, list/checkbox behavior, and markdown round-trip.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/index/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/index",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "SQLite index: links, tags, frontmatter, and full-text search.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/note-boards/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/note-boards",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Kanban board note type, markdown-backed (first-party plugin).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/note-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/note-calendar",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Calendar note type, markdown-backed (first-party plugin).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/note-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/note-canvas",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Canvas note type using the JSONCanvas format (first-party plugin).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/note-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/note-grid",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Grid (tile-map / graph-paper) note type with layers and tokens (first-party plugin).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/note-mermaid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/note-mermaid",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Mermaid diagram note type, markdown-backed (first-party plugin).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/note-tables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/note-tables",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Table (lightweight database) note type (first-party plugin).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/plugin-host",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Plugin manifest, lifecycle, and local loader (client + server halves).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/shared",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Shared types, zod schemas, constants, and UI strings (client + server).",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/tome/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/tome",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "File-system Tome: CRUD, path safety, atomic writes, and file watcher.",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@notes/ui",
"version": "0.7.0",
"version": "0.7.1",
"private": true,
"description": "Shared design-system components, theming tokens, and icons.",
"type": "module",
Expand Down