Skip to content

Commit 4c72a89

Browse files
committed
chore: bump versions for multiple packages to 8.0.0-test.23 and 0.0.2-test.2
1 parent 75e9d39 commit 4c72a89

File tree

32 files changed

+138
-18
lines changed

32 files changed

+138
-18
lines changed

.changeset/fancy-pillows-bake.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+
bump versions

.changeset/pre.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
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",
20-
"@lit-protocol/wrapped-keys": "8.0.0-beta.15",
21-
"@lit-protocol/wrapped-keys-lit-actions": "8.0.0-beta.15"
19+
"@lit-protocol/e2e": "1.0.11"
2220
},
2321
"changesets": [
2422
"afraid-moons-go",
@@ -29,6 +27,7 @@
2927
"cute-experts-clap",
3028
"cyan-bears-invent",
3129
"eighty-adults-talk",
30+
"fancy-pillows-bake",
3231
"flat-vans-find",
3332
"flat-waves-cross",
3433
"gentle-dodos-shout",

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.23
4+
5+
### Patch Changes
6+
7+
- bump versions
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.23",
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.23
4+
5+
### Patch Changes
6+
7+
- bump versions
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.23",
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+
- bump versions
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.23
4+
5+
### Patch Changes
6+
7+
- bump versions
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.23",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

0 commit comments

Comments
 (0)