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
15 changes: 15 additions & 0 deletions .github/workflows/e2e-naga.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,18 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

- name: Sync docs changelog
run: pnpm sync:docs-changelog

- name: Commit docs changelog
run: |
if git diff --quiet docs/changelog.mdx; then
echo "Docs changelog already up to date."
exit 0
fi
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git add docs/changelog.mdx
git commit -m "chore: sync docs changelog"
git push origin ${{ github.ref_name }}
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
tools
/packages/wasm/rust/*
/packages/wasm/src/pkg/*
**/*/dist
**/*/dist
/docs
/packages/**/CHANGELOG.md
45 changes: 45 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Mintlify Starter Kit

Use the starter kit to get your docs deployed and ready to customize.

Click the green **Use this template** button at the top of this repo to copy the Mintlify starter kit. The starter kit contains examples with

- Guide pages
- Navigation
- Customizations
- API reference pages
- Use of popular components

**[Follow the full quickstart guide](https://starter.mintlify.com/quickstart)**

## Development

Install the [Mintlify CLI](https://www.npmjs.com/package/mint) to preview your documentation changes locally. To install, use the following command:

```
npm i -g mint
```

Run the following command at the root of your documentation, where your `docs.json` is located:

```
mint dev
```

View your local preview at `http://localhost:3000`.

## Publishing changes

Install our GitHub app from your [dashboard](https://dashboard.mintlify.com/settings/organization/github-app) to propagate changes from your repo to your deployment. Changes are deployed to production automatically after pushing to the default branch.

## Need help?

### Troubleshooting

- If your dev environment isn't running: Run `mint update` to ensure you have the most recent version of the CLI.
- If a page loads as a 404: Make sure you are running in a folder with a valid `docs.json`.

### Resources
- [Mintlify documentation](https://mintlify.com/docs)
- [Mintlify community](https://mintlify.com/community)
# docs-v2
200 changes: 200 additions & 0 deletions docs/changelog.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,200 @@
---
title: "Changelog"
description: "Keep track of changes and updates across the Lit JS SDK packages"
rss: true
---

| Package | Latest version | Summary |
| ------- | -------------- | ------- |
| [@lit-protocol/lit-client](#lit-client) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Flit-client) | - |
| [@lit-protocol/auth](#auth) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fauth) | - |
| [@lit-protocol/networks](#networks) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fnetworks) | Updated dependencies |
| [@lit-protocol/access-control-conditions](#access-control-conditions) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Faccess-control-conditions) | - |
| [@lit-protocol/access-control-conditions-schemas](#access-control-conditions-schemas) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Faccess-control-conditions-schemas) | - |
| [@lit-protocol/auth-helpers](#auth-helpers) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fauth-helpers) | - |
| [@lit-protocol/constants](#constants) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fconstants) | Updated dependencies |
| [@lit-protocol/contracts](#contracts) | [0.5.3](https://www.npmjs.com/package/%40lit-protocol%2Fcontracts) | release `naga-test` network support |
| [@lit-protocol/crypto](#crypto) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fcrypto) | - |
| [@lit-protocol/logger](#logger) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Flogger) | - |
| [@lit-protocol/schemas](#schemas) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fschemas) | - |
| [@lit-protocol/types](#types) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Ftypes) | - |
| [@lit-protocol/wasm](#wasm) | [8.0.2](https://www.npmjs.com/package/%40lit-protocol%2Fwasm) | - |
| [@lit-protocol/wrapped-keys](#wrapped-keys) | [8.0.1](https://www.npmjs.com/package/%40lit-protocol%2Fwrapped-keys) | fix package metadata so bundlers load the CommonJS builds again |
| [@lit-protocol/wrapped-keys-lit-actions](#wrapped-keys-lit-actions) | [8.0.1](https://www.npmjs.com/package/%40lit-protocol%2Fwrapped-keys-lit-actions) | fix package metadata so bundlers load the CommonJS builds again |

<Update
label="lit-client"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "lit-client", description: "No release notes provided yet." }}
id="lit-client"
>

No release notes available.
</Update>

<Update
label="auth"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "auth", description: "No release notes provided yet." }}
id="auth"
>

No release notes available.
</Update>

<Update
label="networks"
description="v8.0.2"
tags={["Patch Changes"]}
rss={{ title: "networks", description: "Updated dependencies" }}
id="networks"
>

## Patch Changes

- Updated dependencies
- @lit-protocol/contracts@0.5.3
</Update>

<Update
label="access-control-conditions"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "access-control-conditions", description: "No release notes provided yet." }}
id="access-control-conditions"
>

No release notes available.
</Update>

<Update
label="access-control-conditions-schemas"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "access-control-conditions-schemas", description: "No release notes provided yet." }}
id="access-control-conditions-schemas"
>

No release notes available.
</Update>

<Update
label="auth-helpers"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "auth-helpers", description: "No release notes provided yet." }}
id="auth-helpers"
>

No release notes available.
</Update>

<Update
label="constants"
description="v8.0.2"
tags={["Patch Changes"]}
rss={{ title: "constants", description: "Updated dependencies" }}
id="constants"
>

## Patch Changes

- Updated dependencies
- @lit-protocol/contracts@0.5.3
</Update>

<Update
label="contracts"
description="v0.5.3"
tags={["Patch Changes"]}
rss={{ title: "contracts", description: "release `naga-test` network support" }}
id="contracts"
>

## Patch Changes

- release `naga-test` network support
</Update>

<Update
label="crypto"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "crypto", description: "No release notes provided yet." }}
id="crypto"
>

No release notes available.
</Update>

<Update
label="logger"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "logger", description: "No release notes provided yet." }}
id="logger"
>

No release notes available.
</Update>

<Update
label="schemas"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "schemas", description: "No release notes provided yet." }}
id="schemas"
>

No release notes available.
</Update>

<Update
label="types"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "types", description: "No release notes provided yet." }}
id="types"
>

No release notes available.
</Update>

<Update
label="wasm"
description="v8.0.2"
tags={["Release"]}
rss={{ title: "wasm", description: "No release notes provided yet." }}
id="wasm"
>

No release notes available.
</Update>

<Update
label="wrapped-keys"
description="v8.0.1"
tags={["Patch Changes"]}
rss={{ title: "wrapped-keys", description: "fix package metadata so bundlers load the CommonJS builds again" }}
id="wrapped-keys"
>

## Patch Changes

- fix package metadata so bundlers load the CommonJS builds again
</Update>

<Update
label="wrapped-keys-lit-actions"
description="v8.0.1"
tags={["Patch Changes"]}
rss={{ title: "wrapped-keys-lit-actions", description: "fix package metadata so bundlers load the CommonJS builds again" }}
id="wrapped-keys-lit-actions"
>

## Patch Changes

- fix package metadata so bundlers load the CommonJS builds again
</Update>
Loading
Loading