Skip to content

Commit a59f48f

Browse files
committed
chore(changeset): release 8.0.0-beta.1 for all Lit Protocol packages following networks unification
1 parent a48fbfb commit a59f48f

File tree

32 files changed

+144
-16
lines changed

32 files changed

+144
-16
lines changed

.changeset/cyan-bears-invent.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/auth': patch
5+
'@lit-protocol/auth-helpers': patch
6+
'@lit-protocol/auth-services': patch
7+
'@lit-protocol/constants': patch
8+
'@lit-protocol/crypto': patch
9+
'@lit-protocol/lit-client': patch
10+
'@lit-protocol/logger': patch
11+
'@lit-protocol/networks': patch
12+
'@lit-protocol/schemas': patch
13+
'@lit-protocol/types': patch
14+
'@lit-protocol/wasm': patch
15+
'@lit-protocol/wrapped-keys': patch
16+
'@lit-protocol/wrapped-keys-lit-actions': patch
17+
---
18+
19+
Initial release for networks unification

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,9 @@
1818
"@lit-protocol/wrapped-keys": "7.0.0",
1919
"@lit-protocol/wrapped-keys-lit-actions": "7.0.0"
2020
},
21-
"changesets": ["cute-bottles-ask"]
21+
"changesets": [
22+
"cute-bottles-ask",
23+
"cute-experts-clap",
24+
"cyan-bears-invent"
25+
]
2226
}

packages/access-control-conditions-schemas/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lit-protocol/access-control-conditions-schemas
22

3+
## 8.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- a48fbfb: Initial version after networks unification
8+
- Initial release for networks unification
9+
310
## 8.0.0-beta.0
411

512
### Major Changes

packages/access-control-conditions-schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"tags": [
2121
"universal"
2222
],
23-
"version": "8.0.0-beta.0",
23+
"version": "8.0.0-beta.1",
2424
"main": "./src/index.js",
2525
"typings": "./src/index.d.ts",
2626
"dependencies": {

packages/access-control-conditions/CHANGELOG.md

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

3+
## 8.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- a48fbfb: Initial version after networks unification
8+
- Initial release for networks unification
9+
310
## 8.0.0-beta.0
411

512
### Major 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-beta.0",
24+
"version": "8.0.0-beta.1",
2525
"main": "./src/index.js",
2626
"typings": "./src/index.d.ts",
2727
"dependencies": {

packages/auth-helpers/CHANGELOG.md

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

3+
## 8.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- a48fbfb: Initial version after networks unification
8+
- Initial release for networks unification
9+
310
## 8.0.0-beta.0
411

512
### Major 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-beta.0",
28+
"version": "8.0.0-beta.1",
2929
"main": "./src/index.js",
3030
"typings": "./src/index.d.ts",
3131
"dependencies": {

packages/auth-services/CHANGELOG.md

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

3+
## 2.0.0-beta.1
4+
5+
### Patch Changes
6+
7+
- a48fbfb: Initial version after networks unification
8+
- Initial release for networks unification
9+
310
## 2.0.0-beta.0
411

512
### Major Changes

packages/auth-services/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/auth-services",
3-
"version": "2.0.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"license": "MIT",
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)