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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(release): version packages
  • Loading branch information
github-actions[bot] committed Oct 24, 2025
commit 5a1d773407a0072e546db2e032aa9fd9f1b2f2cc
10 changes: 0 additions & 10 deletions .changeset/solid-heads-repeat.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/two-mangos-lead.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/artillery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-protocol/artillery

## 0.0.5

### Patch Changes

- Updated dependencies [4d339d1]
- @lit-protocol/e2e@3.0.0

## 0.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/artillery",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"type": "commonjs",
"dependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/auth-services/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-protocol/auth-services

## 2.0.4

### Patch Changes

- Updated dependencies [4d339d1]
- @lit-protocol/contracts@0.7.0

## 2.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/auth-services",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"type": "commonjs",
"main": "./src/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/constants/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lit-protocol/constants

## 8.0.4

### Patch Changes

- Updated dependencies [4d339d1]
- @lit-protocol/contracts@0.7.0

## 8.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tags": [
"universal"
],
"version": "8.0.3",
"version": "8.0.4",
"main": "./src/index.js",
"typings": "./src/index.d.ts"
}
6 changes: 6 additions & 0 deletions packages/contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-protocol/contracts

## 0.7.0

### Minor Changes

- 4d339d1: introduce `litClient.utils.getDerivedKeyId` - a little helper to resolve the Lit Action public key outside of the Action runtime

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/contracts",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"homepage": "https://github.com/LIT-Protocol/js-sdk",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lit-protocol/e2e

## 3.0.0

### Minor Changes

- 4d339d1: introduce `litClient.utils.getDerivedKeyId` - a little helper to resolve the Lit Action public key outside of the Action runtime

### Patch Changes

- Updated dependencies [aedfa59]
- Updated dependencies [4d339d1]
- @lit-protocol/lit-client@8.2.0
- @lit-protocol/networks@8.2.0

## 2.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lit-protocol/e2e",
"version": "2.0.0",
"version": "3.0.0",
"description": "Lit Protocol E2E testing package for running comprehensive integration tests",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
13 changes: 13 additions & 0 deletions packages/lit-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lit-protocol/lit-client

## 8.2.0

### Minor Changes

- aedfa59: LitClient now offers `getIpfsId` via `@lit-protocol/lit-client/ipfs`, letting apps compute CIDv0 hashes (e.g., `await getIpfsId('hello')`) while keeping bundles lean.

```ts
import { getIpfsId } from '@lit-protocol/lit-client/ipfs';
const cid = await getIpfsId('hello');
```

- 4d339d1: introduce `litClient.utils.getDerivedKeyId` - a little helper to resolve the Lit Action public key outside of the Action runtime

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"tags": [
"universal"
],
"version": "8.1.0",
"version": "8.2.0",
"main": "./index.js",
"typings": "./index.d.ts",
"types": "./index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/networks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lit-protocol/networks

## 8.2.0

### Minor Changes

- 4d339d1: introduce `litClient.utils.getDerivedKeyId` - a little helper to resolve the Lit Action public key outside of the Action runtime

### Patch Changes

- Updated dependencies [4d339d1]
- @lit-protocol/contracts@0.7.0

## 8.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/networks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tags": [
"universal"
],
"version": "8.1.0",
"version": "8.2.0",
"main": "./index.js",
"typings": "./index.d.ts",
"types": "./index.d.ts"
Expand Down