Skip to content

Commit

Permalink
chore: add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
gao-sun committed Aug 4, 2023
1 parent d826ba6 commit bb6ea91
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/lazy-steaks-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@logto/capacitor": major
---

add Capacitor SDK
7 changes: 7 additions & 0 deletions .changeset/mighty-plums-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@logto/browser": patch
"@logto/client": patch
"@logto/js": patch
---

add comment annotations for better dev experience
6 changes: 3 additions & 3 deletions packages/capacitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ The Logto JavaScript Capacitor SDK written in TypeScript.
### Using npm

```bash
npm install @logto/capacitor
npm install @logto/capacitor @capacitor/app @capacitor/browser @capacitor/preferences
```

### Using yarn

```bash
yarn add @logto/capacitor
yarn add @logto/capacitor @capacitor/app @capacitor/browser @capacitor/preferences
```

### Using pnpm

```bash
pnpm add @logto/capacitor
pnpm add @logto/capacitor @capacitor/app @capacitor/browser @capacitor/preferences
```

## What is this and how does it work?
Expand Down

0 comments on commit bb6ea91

Please sign in to comment.