Skip to content

Commit

Permalink
release 0.0.1 (#23)
Browse files Browse the repository at this point in the history
* feat: enable more editor settings and editor styling improvements #4 (#19)

* feat: enable more editor settings and editor styling improvements #4

* feat: enable indent unit setting #4

* feat: enable more editor settings #4 (#20)

* fix: wonky scrollbar styles, still need to actually solve this

* feat: add client side validation for editor settings #4 (#21)

* feat: add client side validation for editor settings #4

* feat: enable font family editor setting and refactor editor settings #4

* feat: add ability to save nsec

* show npub

* refactor: remove nostr settings, add profile and relays

* dynamic relay form

* update dialog name

* fix: context menu holding stale state

* deps: update dependencies

* bump version

---------

Co-authored-by: Jason Chiarulli <[email protected]>
  • Loading branch information
ChristianChiarulli and jchiarulli authored Jun 25, 2024
1 parent c1d47ad commit e42cc60
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
82 changes: 41 additions & 41 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "captains-log",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -30,8 +30,8 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@replit/codemirror-vim": "^6.2.1",
"@tanstack/react-query": "^5.28.9",
"@tanstack/react-query-devtools": "^5.28.10",
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@tauri-apps/api": "^2.0.0-beta.9",
"@tauri-apps/plugin-os": "^2.0.0-beta.2",
"@tauri-apps/plugin-shell": "^2.0.0-beta.2",
Expand All @@ -41,16 +41,16 @@
"cmdk": "^1.0.0",
"codemirror": "^6.0.1",
"dayjs": "^1.11.10",
"lucide-react": "^0.372.0",
"lucide-react": "^0.396.0",
"mirrorshades": "^0.1.0",
"next-themes": "^0.3.0",
"nostr-tools": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.0",
"react-intersection-observer": "^9.8.2",
"react-resizable-panels": "^2.0.13",
"react-router-dom": "^6.22.3",
"react-router-dom": "^6.24.0",
"sonner": "^1.4.32",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -63,7 +63,7 @@
"@tailwindcss/typography": "^0.5.12",
"@tauri-apps/cli": "^2.0.0-beta.13",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"@types/node": "^20.14.8",
"@types/react": "^18.2.67",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
Expand Down

0 comments on commit e42cc60

Please sign in to comment.