Skip to content

Commit 2b1285c

Browse files
committed
chore(release, test): bump versions to 0.0.2-test.8, 8.0.1-test.9, and 1.0.12-test.9; update changelogs
1 parent 02ec45a commit 2b1285c

File tree

6 files changed

+35
-3
lines changed

6 files changed

+35
-3
lines changed

packages/artillery/CHANGELOG.md

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

3+
## 0.0.2-test.8
4+
5+
### Patch Changes
6+
7+
- @lit-protocol/e2e@1.0.12-test.9
8+
39
## 0.0.2-test.7
410

511
### 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.7",
3+
"version": "0.0.2-test.8",
44
"private": true,
55
"type": "commonjs",
66
"dependencies": {

packages/auth/CHANGELOG.md

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

3+
## 8.0.1-test.9
4+
5+
### Patch Changes
6+
7+
- testing
8+
9+
## 8.0.1-test.8
10+
11+
### Patch Changes
12+
13+
- testing
14+
315
## 8.0.1-test.7
416

517
### 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.0.1-test.7",
47+
"version": "8.0.1-test.9",
4848
"main": "./index.js",
4949
"typings": "./index.d.ts",
5050
"types": "./index.d.ts"

packages/e2e/CHANGELOG.md

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

3+
## 1.0.12-test.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @lit-protocol/auth@8.0.1-test.9
9+
10+
## 1.0.12-test.8
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
- @lit-protocol/auth@8.0.1-test.8
16+
317
## 1.0.12-test.7
418

519
### Patch Changes

packages/e2e/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/e2e",
3-
"version": "1.0.12-test.7",
3+
"version": "1.0.12-test.9",
44
"description": "Lit Protocol E2E testing package for running comprehensive integration tests",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)