Skip to content

Commit c754e60

Browse files
committed
chore(release): patch
1 parent 49d8f68 commit c754e60

File tree

6 files changed

+21
-2
lines changed

6 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"puny-lines-know",
4848
"purple-ants-shake",
4949
"quick-parts-enjoy",
50+
"quiet-bees-exist",
5051
"rude-chicken-join",
5152
"short-signs-check",
5253
"silent-crabs-take",

.changeset/quiet-bees-exist.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@lit-protocol/lit-client': major
3+
'@lit-protocol/networks': major
4+
---
5+
6+
bump version

packages/lit-client/CHANGELOG.md

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

3+
## 8.0.0-alpha.17
4+
5+
### Major Changes
6+
7+
- bump version
8+
39
## 8.0.0-alpha.16
410

511
### Major Changes

packages/lit-client/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-alpha.16",
24+
"version": "8.0.0-alpha.17",
2525
"main": "./dist/index.js",
2626
"typings": "./src/index.d.ts",
2727
"types": "./dist/index.d.ts",

packages/networks/CHANGELOG.md

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

3+
## 8.0.0-alpha.21
4+
5+
### Major Changes
6+
7+
- bump version
8+
39
## 8.0.0-alpha.20
410

511
### Major Changes

packages/networks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"tags": [
3636
"universal"
3737
],
38-
"version": "8.0.0-alpha.20",
38+
"version": "8.0.0-alpha.21",
3939
"main": "./dist/index.js",
4040
"typings": "./src/index.d.ts",
4141
"types": "./dist/index.d.ts"

0 commit comments

Comments
 (0)