Skip to content

Commit ceac462

Browse files
committed
release(beta): first naga beta release
1 parent 9ac5515 commit ceac462

File tree

32 files changed

+148
-15
lines changed

32 files changed

+148
-15
lines changed

.changeset/cute-bottles-ask.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': major
3+
'@lit-protocol/access-control-conditions-schemas': major
4+
'@lit-protocol/auth': major
5+
'@lit-protocol/auth-helpers': major
6+
'@lit-protocol/auth-services': major
7+
'@lit-protocol/constants': major
8+
'@lit-protocol/crypto': major
9+
'@lit-protocol/lit-client': major
10+
'@lit-protocol/logger': major
11+
'@lit-protocol/networks': major
12+
'@lit-protocol/schemas': major
13+
'@lit-protocol/types': major
14+
'@lit-protocol/wasm': major
15+
'@lit-protocol/wrapped-keys': major
16+
'@lit-protocol/wrapped-keys-lit-actions': major
17+
---
18+
19+
first naga beta release

.changeset/pre.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"mode": "pre",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@lit-protocol/access-control-conditions": "7.0.0",
6+
"@lit-protocol/access-control-conditions-schemas": "7.0.0",
7+
"@lit-protocol/auth": "7.0.0",
8+
"@lit-protocol/auth-helpers": "7.0.0",
9+
"@lit-protocol/auth-services": "1.0.0",
10+
"@lit-protocol/constants": "7.0.0",
11+
"@lit-protocol/crypto": "7.0.0",
12+
"@lit-protocol/lit-client": "7.0.0",
13+
"@lit-protocol/logger": "7.0.0",
14+
"@lit-protocol/networks": "7.0.0",
15+
"@lit-protocol/schemas": "7.0.0",
16+
"@lit-protocol/types": "7.0.0",
17+
"@lit-protocol/wasm": "7.0.0",
18+
"@lit-protocol/wrapped-keys": "7.0.0",
19+
"@lit-protocol/wrapped-keys-lit-actions": "7.0.0"
20+
},
21+
"changesets": [
22+
"cute-bottles-ask"
23+
]
24+
}

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-beta.0
4+
5+
### Major Changes
6+
7+
- first naga beta release
8+
39
## 8.0.0
410

511
### 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",
23+
"version": "8.0.0-beta.0",
2424
"main": "./src/index.js",
2525
"typings": "./src/index.d.ts",
2626
"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-beta.0
4+
5+
### Major Changes
6+
7+
- first naga beta release
8+
39
## 8.0.0
410

511
### 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",
24+
"version": "8.0.0-beta.0",
2525
"main": "./src/index.js",
2626
"typings": "./src/index.d.ts",
2727
"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.0-beta.0
4+
5+
### Major Changes
6+
7+
- first naga beta release
8+
39
## 8.0.0
410

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

packages/auth-services/CHANGELOG.md

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

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- first naga beta release
8+
39
## 1.0.0
410

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

0 commit comments

Comments
 (0)