Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb6e3ed

Browse files
committed
test: trigger release flow from build flow
1 parent 96bf3aa commit eb6e3ed

File tree

32 files changed

+140
-16
lines changed

32 files changed

+140
-16
lines changed

.changeset/lovely-wings-kick.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
---
18+
19+
test split CI workflows

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"@lit-protocol/types": "7.0.0",
1717
"@lit-protocol/wasm": "7.0.0",
1818
"@lit-protocol/artillery": "0.0.1",
19-
"@lit-protocol/e2e": "1.0.11"
19+
"@lit-protocol/e2e": "1.0.11",
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",
@@ -32,6 +34,7 @@
3234
"flat-waves-cross",
3335
"gentle-dodos-shout",
3436
"large-readers-wonder",
37+
"lovely-wings-kick",
3538
"lucky-bags-crash",
3639
"moody-hornets-create",
3740
"orange-cows-judge",

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.24
4+
5+
### Patch Changes
6+
7+
- test split CI workflows
8+
39
## 8.0.0-test.23
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.23",
24+
"version": "8.0.0-test.24",
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.24
4+
5+
### Patch Changes
6+
7+
- test split CI workflows
8+
39
## 8.0.0-test.23
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.23",
24+
"version": "8.0.0-test.24",
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.3
4+
5+
### Patch Changes
6+
7+
- test split CI workflows
8+
- Updated dependencies
9+
- @lit-protocol/e2e@1.0.12-test.3
10+
311
## 0.0.2-test.2
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.2",
3+
"version": "0.0.2-test.3",
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.24
4+
5+
### Patch Changes
6+
7+
- test split CI workflows
8+
39
## 8.0.0-test.23
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.23",
28+
"version": "8.0.0-test.24",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

0 commit comments

Comments
 (0)