Skip to content
Open
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
6 changes: 0 additions & 6 deletions .changeset/fruity-lands-help.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gold-ducks-repeat.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/warm-lizards-fry.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @lit-protocol/explorer

## 0.0.1

### Patch Changes

- Updated dependencies [edf1099]
- Updated dependencies [d2ff969]
- Updated dependencies [fd9544d]
- @lit-protocol/networks@8.4.0
- @lit-protocol/lit-client@8.2.4
2 changes: 1 addition & 1 deletion apps/explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lit-protocol/explorer",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
8 changes: 8 additions & 0 deletions packages/artillery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lit-protocol/artillery

## 0.0.11

### Patch Changes

- Updated dependencies [d2ff969]
- Updated dependencies [fd9544d]
- @lit-protocol/e2e@5.0.0

## 0.0.10

### 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.10",
"version": "0.0.11",
"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.9

### Patch Changes

- Updated dependencies [edf1099]
- @lit-protocol/contracts@0.9.0

## 2.0.8

### 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.8",
"version": "2.0.9",
"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.9

### Patch Changes

- Updated dependencies [edf1099]
- @lit-protocol/contracts@0.9.0

## 8.0.8

### 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.8",
"version": "8.0.9",
"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.9.0

### Minor Changes

- edf1099: Add `naga` and `naga-proto` networks. Create per-network entrypoints and subpath exports (naga, naga-production, naga-proto, naga-staging, naga-test, naga-dev, naga-local) for better tree-shaking

## 0.8.2

### Patch 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.8.2",
"version": "0.9.0",
"license": "MIT",
"homepage": "https://github.com/LIT-Protocol/js-sdk",
"repository": {
Expand Down
14 changes: 14 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @lit-protocol/e2e

## 5.0.0

### Patch Changes

- d2ff969: PKP signing now auto-hashes Cosmos payloads, exposes a documented bypassAutoHashing option, and ships with a new e2e suite plus docs so builders can rely on every listed curve working out of the box.
- fd9544d: SDK exposes typed Shiva env helpers (`createShivaEnvVars`, `waitForTestnetInfo`, `SUPPORTED_NETWORKS`) so QA suites can spin up testnets without bespoke env plumbing, and the new `executeWithHandshake` runner automatically retry failures for more stable Lit action execution.
- Updated dependencies [edf1099]
- Updated dependencies [d2ff969]
- Updated dependencies [fd9544d]
- @lit-protocol/contracts@0.9.0
- @lit-protocol/networks@8.4.0
- @lit-protocol/lit-client@8.2.4
- @lit-protocol/constants@8.0.9

## 4.0.2

### 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": "4.0.2",
"version": "5.0.0",
"description": "Lit Protocol E2E testing package for running comprehensive integration tests",
"main": "src/index.js",
"type": "commonjs",
Expand Down
6 changes: 6 additions & 0 deletions packages/lit-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lit-protocol/lit-client

## 8.2.4

### Patch Changes

- fd9544d: SDK exposes typed Shiva env helpers (`createShivaEnvVars`, `waitForTestnetInfo`, `SUPPORTED_NETWORKS`) so QA suites can spin up testnets without bespoke env plumbing, and the new `executeWithHandshake` runner automatically retry failures for more stable Lit action execution.

## 8.2.3

### Patch 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.2.3",
"version": "8.2.4",
"main": "./index.js",
"typings": "./index.d.ts",
"types": "./index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/networks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lit-protocol/networks

## 8.4.0

### Minor Changes

- edf1099: Add `naga` and `naga-proto` networks. Create per-network entrypoints and subpath exports (naga, naga-production, naga-proto, naga-staging, naga-test, naga-dev, naga-local) for better tree-shaking

### Patch Changes

- d2ff969: PKP signing now auto-hashes Cosmos payloads, exposes a documented bypassAutoHashing option, and ships with a new e2e suite plus docs so builders can rely on every listed curve working out of the box.
- fd9544d: SDK exposes typed Shiva env helpers (`createShivaEnvVars`, `waitForTestnetInfo`, `SUPPORTED_NETWORKS`) so QA suites can spin up testnets without bespoke env plumbing, and the new `executeWithHandshake` runner automatically retry failures for more stable Lit action execution.
- Updated dependencies [edf1099]
- @lit-protocol/contracts@0.9.0

## 8.3.2

### Patch 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 @@ -39,7 +39,7 @@
"tags": [
"universal"
],
"version": "8.3.2",
"version": "8.4.0",
"main": "./index.js",
"typings": "./index.d.ts",
"types": "./index.d.ts",
Expand Down