Skip to content

Commit b393fb2

Browse files
Merge pull request #749 from LIT-Protocol/v7.0.3-Publish
Publish version 7.0.3
2 parents 9d336f0 + b5b2b2d commit b393fb2

File tree

29 files changed

+29
-28
lines changed

29 files changed

+29
-28
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ If you're a tech-savvy user and wish to utilize only specific submodules that ou
6666
| [@lit-protocol/core](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/core) | ![core](https://img.shields.io/badge/-universal-8A6496 'core') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/core"><img src="https://img.shields.io/npm/v/@lit-protocol/core"/></a> |
6767
| [@lit-protocol/crypto](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/crypto) | ![crypto](https://img.shields.io/badge/-universal-8A6496 'crypto') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/crypto"><img src="https://img.shields.io/npm/v/@lit-protocol/crypto"/></a> |
6868
| [@lit-protocol/encryption](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/encryption) | ![encryption](https://img.shields.io/badge/-universal-8A6496 'encryption') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/encryption"><img src="https://img.shields.io/npm/v/@lit-protocol/encryption"/></a> |
69+
| [@lit-protocol/event-listener](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/event-listener) | ![event-listener](https://img.shields.io/badge/-universal-8A6496 'event-listener') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/event-listener"><img src="https://img.shields.io/npm/v/@lit-protocol/event-listener"/></a> |
6970
| [@lit-protocol/logger](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/logger) | ![logger](https://img.shields.io/badge/-universal-8A6496 'logger') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/logger"><img src="https://img.shields.io/npm/v/@lit-protocol/logger"/></a> |
7071
| [@lit-protocol/misc](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/misc) | ![misc](https://img.shields.io/badge/-universal-8A6496 'misc') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/misc"><img src="https://img.shields.io/npm/v/@lit-protocol/misc"/></a> |
7172
| [@lit-protocol/nacl](https://github.com/LIT-Protocol/js-sdk/tree/master/packages/nacl) | ![nacl](https://img.shields.io/badge/-universal-8A6496 'nacl') | <a target="_blank" href="https://www.npmjs.com/package/@lit-protocol/nacl"><img src="https://img.shields.io/npm/v/@lit-protocol/nacl"/></a> |

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"useNx": true,
44
"useWorkspaces": true,
5-
"version": "7.0.2"
5+
"version": "7.0.3"
66
}

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": "7.0.2",
24+
"version": "7.0.3",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/auth-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tags": [
3232
"browser"
3333
],
34-
"version": "7.0.2",
34+
"version": "7.0.3",
3535
"main": "./dist/src/index.js",
3636
"typings": "./dist/src/index.d.ts"
3737
}

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": "7.0.2",
28+
"version": "7.0.3",
2929
"main": "./dist/src/index.js",
3030
"typings": "./dist/src/index.d.ts"
3131
}

packages/constants/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": "7.0.2",
23+
"version": "7.0.3",
2424
"main": "./dist/src/index.js",
2525
"typings": "./dist/src/index.d.ts"
2626
}

packages/constants/src/lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '7.0.2';
1+
export const version = '7.0.3';

packages/contracts-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tags": [
2626
"universal"
2727
],
28-
"version": "7.0.2",
28+
"version": "7.0.3",
2929
"main": "./dist/src/index.js",
3030
"typings": "./dist/src/index.d.ts"
3131
}

packages/core/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/core",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",

packages/crypto/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": "7.0.2",
24+
"version": "7.0.3",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/encryption/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": "7.0.2",
28+
"version": "7.0.3",
2929
"main": "./dist/src/index.js",
3030
"typings": "./dist/src/index.d.ts"
3131
}

packages/event-listener/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"generate-lit-actions": "yarn node ./esbuild.config.js"
2828
},
29-
"version": "7.0.2",
29+
"version": "7.0.3",
3030
"main": "./dist/src/index.js",
3131
"typings": "./dist/src/index.d.ts"
3232
}

packages/lit-auth-client/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/lit-auth-client",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",

packages/lit-node-client-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"tags": [
2525
"nodejs"
2626
],
27-
"version": "7.0.2",
27+
"version": "7.0.3",
2828
"main": "./dist/src/index.js",
2929
"typings": "./dist/src/index.d.ts"
3030
}

packages/lit-node-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"crypto": false,
2929
"stream": false
3030
},
31-
"version": "7.0.2",
31+
"version": "7.0.3",
3232
"main": "./dist/src/index.js",
3333
"typings": "./dist/src/index.d.ts"
3434
}

packages/logger/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/logger",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"tags": [
66
"universal"

packages/misc-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"tags": [
2222
"browser"
2323
],
24-
"version": "7.0.2",
24+
"version": "7.0.3",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/misc/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": "7.0.2",
24+
"version": "7.0.3",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/nacl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"access": "public",
2222
"directory": "../../dist/packages/nacl"
2323
},
24-
"version": "7.0.2",
24+
"version": "7.0.3",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/pkp-base/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/pkp-base",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",

packages/pkp-cosmos/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/pkp-cosmos",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",

packages/pkp-ethers/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": "7.0.2",
23+
"version": "7.0.3",
2424
"main": "./dist/src/index.js",
2525
"typings": "./dist/src/index.d.ts"
2626
}

packages/pkp-sui/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/pkp-sui",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",

packages/pkp-walletconnect/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/pkp-walletconnect",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"license": "MIT",
66
"homepage": "https://github.com/Lit-Protocol/js-sdk",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"buildOptions": {
2424
"genReact": false
2525
},
26-
"version": "7.0.2",
26+
"version": "7.0.3",
2727
"main": "./dist/src/index.js",
2828
"typings": "./dist/src/index.d.ts"
2929
}

packages/uint8arrays/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": "7.0.2",
24+
"version": "7.0.3",
2525
"main": "./dist/src/index.js",
2626
"typings": "./dist/src/index.d.ts"
2727
}

packages/wasm/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/wasm",
3-
"version": "7.0.2",
3+
"version": "7.0.3",
44
"type": "commonjs",
55
"homepage": "https://github.com/Lit-Protocol/js-sdk",
66
"repository": {

packages/wrapped-keys-lit-actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"scripts": {
2727
"generate-lit-actions": "yarn node ./esbuild.config.js"
2828
},
29-
"version": "7.0.2",
29+
"version": "7.0.3",
3030
"main": "./dist/src/index.js",
3131
"typings": "./dist/src/index.d.ts"
3232
}

packages/wrapped-keys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"buildOptions": {
2424
"genReact": false
2525
},
26-
"version": "7.0.2",
26+
"version": "7.0.3",
2727
"main": "./dist/src/index.js",
2828
"typings": "./dist/src/index.d.ts"
2929
}

0 commit comments

Comments
 (0)