Skip to content

Commit 4d353dd

Browse files
committed
chore(release,test): bump versions and update changelogs for multiple packages
1 parent 867516f commit 4d353dd

File tree

38 files changed

+163
-18
lines changed

38 files changed

+163
-18
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
},
2424
"changesets": [
2525
"green-results-drum",
26+
"some-dryers-throw",
2627
"tidy-masks-run",
2728
"weak-bats-act"
2829
]

.changeset/some-dryers-throw.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+
bump

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.2
4+
5+
### Patch Changes
6+
7+
- bump
8+
39
## 8.0.1-test.1
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.1-test.1",
24+
"version": "8.0.1-test.2",
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.2
4+
5+
### Patch Changes
6+
7+
- bump
8+
39
## 8.0.1-test.1
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.1-test.1",
24+
"version": "8.0.1-test.2",
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
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
"type": "commonjs",
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.2
4+
5+
### Patch Changes
6+
7+
- bump
8+
39
## 8.0.1-test.1
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.1-test.1",
28+
"version": "8.0.1-test.2",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

0 commit comments

Comments
 (0)