Skip to content

Commit 67b75c0

Browse files
chore(release): version packages
1 parent 50f79b6 commit 67b75c0

File tree

15 files changed

+65
-17
lines changed

15 files changed

+65
-17
lines changed

.changeset/dull-walls-notice.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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [761174a]
8+
- @lit-protocol/e2e@4.0.0
9+
310
## 0.0.7
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.7",
3+
"version": "0.0.8",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [761174a]
8+
- @lit-protocol/contracts@0.8.0
9+
310
## 2.0.5
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.5",
3+
"version": "2.0.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [761174a]
8+
- @lit-protocol/contracts@0.8.0
9+
310
## 8.0.5
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.5",
30+
"version": "8.0.6",
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.8.0
4+
5+
### Minor Changes
6+
7+
- 761174a: Naga-local consumers can now point at a local networkContext.json with a lightweight withLocalContext call (or by setting NAGA_LOCAL_CONTEXT_PATH) while the default bundled signatures keep working as before.
8+
39
## 0.7.1
410

511
### Patch 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.7.1",
3+
"version": "0.8.0",
44
"license": "MIT",
55
"homepage": "https://github.com/LIT-Protocol/js-sdk",
66
"repository": {

packages/e2e/CHANGELOG.md

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

3+
## 4.0.0
4+
5+
### Minor Changes
6+
7+
- 761174a: Naga-local consumers can now point at a local networkContext.json with a lightweight withLocalContext call (or by setting NAGA_LOCAL_CONTEXT_PATH) while the default bundled signatures keep working as before.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [761174a]
12+
- @lit-protocol/contracts@0.8.0
13+
- @lit-protocol/networks@8.3.0
14+
- @lit-protocol/wasm@8.1.0
15+
- @lit-protocol/constants@8.0.6
16+
317
## 3.0.2
418

519
### Patch Changes

0 commit comments

Comments
 (0)