Skip to content

Commit 08111f7

Browse files
chore(release): version packages
1 parent 3bf4166 commit 08111f7

File tree

13 files changed

+48
-11
lines changed

13 files changed

+48
-11
lines changed

.changeset/mighty-dryers-prove.md

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

packages/artillery/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- @lit-protocol/e2e@4.0.2
8+
39
## 0.0.9
410

511
### 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.9",
3+
"version": "0.0.10",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1dac723]
8+
- @lit-protocol/contracts@0.8.2
9+
310
## 2.0.7
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.7",
3+
"version": "2.0.8",
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1dac723]
8+
- @lit-protocol/contracts@0.8.2
9+
310
## 8.0.7
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.7",
30+
"version": "8.0.8",
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.2
4+
5+
### Patch Changes
6+
7+
- 1dac723: Provide a browser-only stub for `custom-network-signatures` so web builds skip the Node-specific implementation
8+
39
## 0.8.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.8.1",
3+
"version": "0.8.2",
44
"license": "MIT",
55
"homepage": "https://github.com/LIT-Protocol/js-sdk",
66
"repository": {

packages/e2e/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1dac723]
8+
- @lit-protocol/contracts@0.8.2
9+
- @lit-protocol/constants@8.0.8
10+
- @lit-protocol/networks@8.3.2
11+
312
## 4.0.1
413

514
### Patch Changes

0 commit comments

Comments
 (0)