Skip to content

Commit 5facd35

Browse files
authored
Merge pull request #894 from LIT-Protocol/dev/test-ci-changeset-2
chore: update package versions to 8.0.0-test.18 and add new changeset…
2 parents 515b4ff + 42f795a commit 5facd35

File tree

36 files changed

+152
-18
lines changed

36 files changed

+152
-18
lines changed

.changeset/pre.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"tame-wasps-knock",
4444
"true-corners-obey",
4545
"wet-birds-dream",
46-
"wicked-webs-travel"
46+
"wicked-webs-travel",
47+
"young-schools-wear"
4748
]
4849
}

.changeset/young-schools-wear.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
'@lit-protocol/access-control-conditions': patch
3+
'@lit-protocol/access-control-conditions-schemas': patch
4+
'@lit-protocol/artillery': patch
5+
'@lit-protocol/auth': patch
6+
'@lit-protocol/auth-helpers': patch
7+
'@lit-protocol/auth-services': patch
8+
'@lit-protocol/constants': patch
9+
'@lit-protocol/crypto': patch
10+
'@lit-protocol/e2e': patch
11+
'@lit-protocol/lit-client': patch
12+
'@lit-protocol/logger': patch
13+
'@lit-protocol/networks': patch
14+
'@lit-protocol/schemas': patch
15+
'@lit-protocol/types': patch
16+
'@lit-protocol/wasm': patch
17+
'@lit-protocol/wrapped-keys': patch
18+
'@lit-protocol/wrapped-keys-lit-actions': patch
19+
---
20+
21+
test changeset

packages/access-control-conditions-schemas/CHANGELOG.md

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

3+
## 8.0.0-test.18
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
39
## 8.0.0-test.17
410

511
### Patch Changes

packages/access-control-conditions-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "8.0.0-test.17",
24+
"version": "8.0.0-test.18",
2525
"main": "./src/index.js",
2626
"typings": "./src/index.d.ts",
2727
"dependencies": {

packages/access-control-conditions/CHANGELOG.md

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

3+
## 8.0.0-test.18
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
39
## 8.0.0-test.17
410

511
### Patch Changes

packages/access-control-conditions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"universal"
2323
],
24-
"version": "8.0.0-test.17",
24+
"version": "8.0.0-test.18",
2525
"main": "./src/index.js",
2626
"typings": "./src/index.d.ts",
2727
"dependencies": {

packages/artillery/CHANGELOG.md

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

3+
## 0.0.2-test.2
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
- Updated dependencies
9+
- @lit-protocol/e2e@1.0.12-test.2
10+
311
## 0.0.2-test.1
412

513
### 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.2-test.1",
3+
"version": "0.0.2-test.2",
44
"private": true,
55
"dependencies": {
66
"artillery": "2.0.23",

packages/auth-helpers/CHANGELOG.md

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

3+
## 8.0.0-test.18
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
39
## 8.0.0-test.17
410

511
### Patch Changes

packages/auth-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"crypto": false,
2626
"stream": false
2727
},
28-
"version": "8.0.0-test.17",
28+
"version": "8.0.0-test.18",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

0 commit comments

Comments
 (0)