Skip to content

Commit 7481a12

Browse files
authored
Merge pull request #985 from LIT-Protocol/changeset-release/naga
chore(release): version packages
2 parents 715c4cc + 1f778ba commit 7481a12

File tree

17 files changed

+68
-18
lines changed

17 files changed

+68
-18
lines changed

.changeset/salty-hands-laugh.md

Lines changed: 0 additions & 10 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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f109877]
8+
- @lit-protocol/e2e@4.0.1
9+
310
## 0.0.8
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.8",
3+
"version": "0.0.9",
44
"private": true,
55
"type": "commonjs",
66
"dependencies": {

packages/auth-services/CHANGELOG.md

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

3+
## 2.0.7
4+
5+
### Patch Changes
6+
7+
- f109877: update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test.
8+
- Updated dependencies [f109877]
9+
- @lit-protocol/contracts@0.8.1
10+
311
## 2.0.6
412

513
### 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.6",
3+
"version": "2.0.7",
44
"license": "MIT",
55
"type": "commonjs",
66
"main": "./src/index.js",

packages/auth/CHANGELOG.md

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

3+
## 8.1.2
4+
5+
### Patch Changes
6+
7+
- f109877: update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test.
8+
39
## 8.1.1
410

511
### Patch Changes

packages/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"crypto": false,
4545
"stream": false
4646
},
47-
"version": "8.1.1",
47+
"version": "8.1.2",
4848
"main": "./index.js",
4949
"typings": "./index.d.ts",
5050
"types": "./index.d.ts"

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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [f109877]
8+
- @lit-protocol/contracts@0.8.1
9+
310
## 8.0.6
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.6",
30+
"version": "8.0.7",
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.1
4+
5+
### Patch Changes
6+
7+
- f109877: update naga-test contract addresses. Users are expected to update and reinstall the SDK to continue using naga-test.
8+
39
## 0.8.0
410

511
### Minor Changes

0 commit comments

Comments
 (0)