Skip to content

Commit 1633e3c

Browse files
committed
chore: update package versions to 8.0.0-test.16 and add test changeset
1 parent 6f9dff2 commit 1633e3c

File tree

36 files changed

+171
-33
lines changed

36 files changed

+171
-33
lines changed

.changeset/clear-shirts-bet.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

.changeset/pre.json

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
11
{
22
"mode": "pre",
3-
"tag": "beta",
3+
"tag": "test",
44
"initialVersions": {
5-
"@lit-protocol/access-control-conditions": "7.0.0",
6-
"@lit-protocol/access-control-conditions-schemas": "7.0.0",
7-
"@lit-protocol/auth": "7.0.0",
8-
"@lit-protocol/auth-helpers": "7.0.0",
9-
"@lit-protocol/auth-services": "1.0.0",
10-
"@lit-protocol/constants": "7.0.0",
11-
"@lit-protocol/crypto": "7.0.0",
12-
"@lit-protocol/lit-client": "7.0.0",
13-
"@lit-protocol/logger": "7.0.0",
14-
"@lit-protocol/networks": "7.0.0",
15-
"@lit-protocol/schemas": "7.0.0",
16-
"@lit-protocol/types": "7.0.0",
17-
"@lit-protocol/wasm": "7.0.0",
18-
"@lit-protocol/wrapped-keys": "7.0.0",
19-
"@lit-protocol/wrapped-keys-lit-actions": "7.0.0"
5+
"@lit-protocol/access-control-conditions": "8.0.0-beta.15",
6+
"@lit-protocol/access-control-conditions-schemas": "8.0.0-beta.15",
7+
"@lit-protocol/artillery": "0.0.1",
8+
"@lit-protocol/auth": "8.0.0-beta.15",
9+
"@lit-protocol/auth-helpers": "8.0.0-beta.15",
10+
"@lit-protocol/auth-services": "2.0.0-beta.18",
11+
"@lit-protocol/constants": "8.0.0-beta.15",
12+
"@lit-protocol/crypto": "8.0.0-beta.15",
13+
"@lit-protocol/e2e": "1.0.11",
14+
"@lit-protocol/lit-client": "8.0.0-beta.15",
15+
"@lit-protocol/logger": "8.0.0-beta.15",
16+
"@lit-protocol/networks": "8.0.0-beta.15",
17+
"@lit-protocol/schemas": "8.0.0-beta.15",
18+
"@lit-protocol/types": "8.0.0-beta.15",
19+
"@lit-protocol/wasm": "8.0.0-beta.15",
20+
"@lit-protocol/wrapped-keys": "8.0.0-beta.15",
21+
"@lit-protocol/wrapped-keys-lit-actions": "8.0.0-beta.15"
2022
},
2123
"changesets": [
2224
"afraid-moons-go",
2325
"chilly-crabs-say",
26+
"clear-shirts-bet",
2427
"cold-singers-pay",
2528
"cuddly-sloths-clap",
2629
"cute-bottles-ask",

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.16
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
39
## 8.0.0-beta.15
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-beta.15",
24+
"version": "8.0.0-test.16",
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.16
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
39
## 8.0.0-beta.15
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-beta.15",
24+
"version": "8.0.0-test.16",
2525
"main": "./src/index.js",
2626
"typings": "./src/index.d.ts",
2727
"dependencies": {

packages/artillery/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @lit-protocol/artillery
2+
3+
## 0.0.2-test.0
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
- Updated dependencies
9+
- @lit-protocol/e2e@1.0.12-test.0

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.1",
3+
"version": "0.0.2-test.0",
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.16
4+
5+
### Patch Changes
6+
7+
- test changeset
8+
39
## 8.0.0-beta.15
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-beta.15",
28+
"version": "8.0.0-test.16",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

0 commit comments

Comments
 (0)