Skip to content

Commit 9252c58

Browse files
authored
Merge pull request #974 from LIT-Protocol/changeset-release/naga
chore(release): version packages
2 parents fe5d061 + 5a1d773 commit 9252c58

File tree

16 files changed

+71
-25
lines changed

16 files changed

+71
-25
lines changed

.changeset/solid-heads-repeat.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/two-mangos-lead.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/artillery/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lit-protocol/artillery
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4d339d1]
8+
- @lit-protocol/e2e@3.0.0
9+
310
## 0.0.4
411

512
### Patch Changes

packages/artillery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/artillery",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"type": "commonjs",
66
"dependencies": {

packages/auth-services/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lit-protocol/auth-services
22

3+
## 2.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4d339d1]
8+
- @lit-protocol/contracts@0.7.0
9+
310
## 2.0.3
411

512
### Patch Changes

packages/auth-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/auth-services",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"license": "MIT",
55
"type": "commonjs",
66
"main": "./src/index.js",

packages/constants/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lit-protocol/constants
22

3+
## 8.0.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [4d339d1]
8+
- @lit-protocol/contracts@0.7.0
9+
310
## 8.0.3
411

512
### Patch Changes

packages/constants/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tags": [
2828
"universal"
2929
],
30-
"version": "8.0.3",
30+
"version": "8.0.4",
3131
"main": "./src/index.js",
3232
"typings": "./src/index.d.ts"
3333
}

packages/contracts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lit-protocol/contracts
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- 4d339d1: introduce `litClient.utils.getDerivedKeyId` - a little helper to resolve the Lit Action public key outside of the Action runtime
8+
39
## 0.6.0
410

511
### Minor Changes

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lit-protocol/contracts",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"license": "MIT",
55
"homepage": "https://github.com/LIT-Protocol/js-sdk",
66
"repository": {

0 commit comments

Comments
 (0)