Skip to content

Commit 9752854

Browse files
committed
chore(test): release 1
1 parent d8c5aae commit 9752854

File tree

38 files changed

+199
-19
lines changed

38 files changed

+199
-19
lines changed

.changeset/green-results-drum.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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/contracts': patch
10+
'@lit-protocol/crypto': patch
11+
'@lit-protocol/e2e': patch
12+
'@lit-protocol/lit-client': patch
13+
'@lit-protocol/logger': patch
14+
'@lit-protocol/networks': patch
15+
'@lit-protocol/schemas': patch
16+
'@lit-protocol/types': patch
17+
'@lit-protocol/wasm': patch
18+
'@lit-protocol/wrapped-keys': patch
19+
'@lit-protocol/wrapped-keys-lit-actions': patch
20+
---
21+
22+
first pnpm complete release test for naga-test

.changeset/pre.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"mode": "pre",
3+
"tag": "test",
4+
"initialVersions": {
5+
"@lit-protocol/access-control-conditions": "8.0.0",
6+
"@lit-protocol/access-control-conditions-schemas": "8.0.0",
7+
"@lit-protocol/artillery": "0.0.1",
8+
"@lit-protocol/auth": "8.0.0",
9+
"@lit-protocol/auth-helpers": "8.0.0",
10+
"@lit-protocol/auth-services": "2.0.0",
11+
"@lit-protocol/constants": "8.0.0",
12+
"@lit-protocol/contracts": "0.5.1",
13+
"@lit-protocol/crypto": "8.0.0",
14+
"@lit-protocol/e2e": "1.0.11",
15+
"@lit-protocol/lit-client": "8.0.0",
16+
"@lit-protocol/logger": "8.0.0",
17+
"@lit-protocol/networks": "8.0.0",
18+
"@lit-protocol/schemas": "8.0.0",
19+
"@lit-protocol/types": "8.0.0",
20+
"@lit-protocol/wasm": "8.0.0",
21+
"@lit-protocol/wrapped-keys": "8.0.0",
22+
"@lit-protocol/wrapped-keys-lit-actions": "8.0.0"
23+
},
24+
"changesets": [
25+
"green-results-drum",
26+
"tidy-masks-run"
27+
]
28+
}

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.1-test.0
4+
5+
### Patch Changes
6+
7+
- first pnpm complete release test for naga-test
8+
39
## 8.0.0
410

511
### Major 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",
24+
"version": "8.0.1-test.0",
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.1-test.0
4+
5+
### Patch Changes
6+
7+
- first pnpm complete release test for naga-test
8+
39
## 8.0.0
410

511
### Major 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",
24+
"version": "8.0.1-test.0",
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+
- first pnpm complete release test for naga-test
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
"type": "module",
66
"dependencies": {

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.1-test.0
4+
5+
### Patch Changes
6+
7+
- first pnpm complete release test for naga-test
8+
39
## 8.0.0
410

511
### Major 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",
28+
"version": "8.0.1-test.0",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

0 commit comments

Comments
 (0)