Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 18, 2022
1 parent 1117377 commit 4f32b00
Show file tree
Hide file tree
Showing 32 changed files with 141 additions and 75 deletions.
6 changes: 0 additions & 6 deletions .changeset/fuzzy-tomatoes-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-students-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/olive-kiwis-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-tips-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tiny-buses-learn.md

This file was deleted.

2 changes: 1 addition & 1 deletion demos/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"dotenv": "^16.0.1",
"moralis": "^2.4.0"
"moralis": "^2.5.0"
},
"devDependencies": {
"@moralisweb3/eslint-config": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/express-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"main": "dist/index.js",
"private": true,
"dependencies": {
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/core": "^2.5.0",
"@types/express-rate-limit": "^6.0.0",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"moralis": "^2.4.0",
"moralis": "^2.5.0",
"redis": "^4.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion demos/firebase-auth/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"main": "lib/index.js",
"dependencies": {
"moralis": "^2.4.0",
"moralis": "^2.5.0",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion demos/firebase-proxy/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.0",
"firebase-functions-rate-limiter": "^3.9.1",
"moralis": "^2.4.0"
"moralis": "^2.5.0"
},
"devDependencies": {
"@firebase/app-types": "^0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/moralis-stream/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"main": "dist/index.js",
"private": true,
"dependencies": {
"@moralisweb3/core": "^2.3.1",
"@moralisweb3/core": "^2.5.0",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"moralis": "^2.3.1",
"moralis": "^2.5.0",
"ngrok": "^4.3.3",
"redis": "^4.2.0",
"web3-utils": "^1.7.5"
Expand Down
2 changes: 1 addition & 1 deletion demos/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"axios": "^0.27.2",
"eslint": "^8.22.0",
"ethers": "5.6.9",
"moralis": "^2.4.0",
"moralis": "^2.5.0",
"next": "12.2.5",
"next-auth": "4.10.3",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/parse-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"private": true,
"dependencies": {
"@codemirror/language": "^0.20.0",
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/core": "^2.5.0",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"graphql": "^16.6.0",
"graphql-ws": "^5.10.1",
"moralis": "^2.4.0",
"moralis": "^2.5.0",
"parse-dashboard": "^4.1.4",
"parse-server": "^5.2.5"
},
Expand Down
4 changes: 2 additions & 2 deletions demos/supabase-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"main": "dist/index.js",
"private": true,
"dependencies": {
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/core": "^2.5.0",
"@supabase/supabase-js": "^1.35.4",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"moralis": "^2.4.0",
"moralis": "^2.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/apiUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moralisweb3/api-utils

## 2.5.0

### Patch Changes

- Updated dependencies [[`c719cc2f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/c719cc2fe0b6bb31093bbaa8a6907b6697b7b129)]:
- @moralisweb3/core@2.5.0

## 2.4.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/apiUtils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/api-utils",
"author": "Moralis",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -24,6 +24,6 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/core": "^2.4.0"
"@moralisweb3/core": "^2.5.0"
}
}
10 changes: 10 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @moralisweb3/auth

## 2.5.0

### Patch Changes

- Updated dependencies [[`c719cc2f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/c719cc2fe0b6bb31093bbaa8a6907b6697b7b129)]:
- @moralisweb3/core@2.5.0
- @moralisweb3/api-utils@2.5.0
- @moralisweb3/evm-utils@2.5.0
- @moralisweb3/sol-utils@2.5.0

## 2.4.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/auth",
"author": "Moralis",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -28,9 +28,9 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/api-utils": "^2.4.0",
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/evm-utils": "^2.4.0",
"@moralisweb3/sol-utils": "^2.4.0"
"@moralisweb3/api-utils": "^2.5.0",
"@moralisweb3/core": "^2.5.0",
"@moralisweb3/evm-utils": "^2.5.0",
"@moralisweb3/sol-utils": "^2.5.0"
}
}
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moralisweb3/core

## 2.5.0

### Minor Changes

- [#674](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/674) [`c719cc2f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/c719cc2fe0b6bb31093bbaa8a6907b6697b7b129) Thanks [@sogunshola](https://github.com/sogunshola)! - Added verifySignature utility function

## 2.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/core",
"author": "Moralis",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/evmApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moralisweb3/evm-api

## 2.5.0

### Patch Changes

- Updated dependencies [[`c719cc2f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/c719cc2fe0b6bb31093bbaa8a6907b6697b7b129)]:
- @moralisweb3/core@2.5.0
- @moralisweb3/api-utils@2.5.0
- @moralisweb3/evm-utils@2.5.0

## 2.4.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/evmApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/evm-api",
"author": "Moralis",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -26,8 +26,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/api-utils": "^2.4.0",
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/evm-utils": "^2.4.0"
"@moralisweb3/api-utils": "^2.5.0",
"@moralisweb3/core": "^2.5.0",
"@moralisweb3/evm-utils": "^2.5.0"
}
}
7 changes: 7 additions & 0 deletions packages/evmUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moralisweb3/evm-utils

## 2.5.0

### Patch Changes

- Updated dependencies [[`c719cc2f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/c719cc2fe0b6bb31093bbaa8a6907b6697b7b129)]:
- @moralisweb3/core@2.5.0

## 2.4.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/evmUtils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/evm-utils",
"author": "Moralis",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -27,6 +27,6 @@
"dependencies": {
"@ethersproject/address": "^5.6.0",
"@ethersproject/transactions": "^5.6.0",
"@moralisweb3/core": "^2.4.0"
"@moralisweb3/core": "^2.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/evm-api": "^2.4.0",
"@moralisweb3/streams": "^2.4.0",
"@moralisweb3/evm-utils": "^2.4.0",
"@moralisweb3/core": "^2.5.0",
"@moralisweb3/evm-api": "^2.5.0",
"@moralisweb3/streams": "^2.5.0",
"@moralisweb3/evm-utils": "^2.5.0",
"eventemitter3": "^4.0.7"
}
}
14 changes: 14 additions & 0 deletions packages/moralis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# moralis

## 2.5.0

### Patch Changes

- Updated dependencies [[`c719cc2f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/c719cc2fe0b6bb31093bbaa8a6907b6697b7b129), [`72ad17b7`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/72ad17b79dbd9fa375b2d07a28ce1b6929dff38b), [`f6696b86`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f6696b864904044a84746b6ad805724b00e6a88d), [`cd9a9ce5`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/cd9a9ce577b40c7b4c65dd94088d3e1e0863b213), [`b5f3bc77`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/b5f3bc77676577af5e5b4351d285b022e78a1e79)]:
- @moralisweb3/core@2.5.0
- @moralisweb3/streams@2.5.0
- @moralisweb3/sol-api@2.5.0
- @moralisweb3/auth@2.5.0
- @moralisweb3/api-utils@2.5.0
- @moralisweb3/evm-utils@2.5.0
- @moralisweb3/sol-utils@2.5.0
- @moralisweb3/evm-api@2.5.0

## 2.4.0

### Minor Changes
Expand Down
18 changes: 9 additions & 9 deletions packages/moralis/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moralis",
"author": "Moralis",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -17,13 +17,13 @@
"dev": "tsc --watch"
},
"dependencies": {
"@moralisweb3/auth": "^2.4.0",
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/streams": "^2.4.0",
"@moralisweb3/api-utils": "^2.4.0",
"@moralisweb3/evm-api": "^2.4.0",
"@moralisweb3/evm-utils": "^2.4.0",
"@moralisweb3/sol-api": "^2.4.0",
"@moralisweb3/sol-utils": "^2.4.0"
"@moralisweb3/auth": "^2.5.0",
"@moralisweb3/core": "^2.5.0",
"@moralisweb3/streams": "^2.5.0",
"@moralisweb3/api-utils": "^2.5.0",
"@moralisweb3/evm-api": "^2.5.0",
"@moralisweb3/evm-utils": "^2.5.0",
"@moralisweb3/sol-api": "^2.5.0",
"@moralisweb3/sol-utils": "^2.5.0"
}
}
13 changes: 13 additions & 0 deletions packages/solApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @moralisweb3/sol-api

## 2.5.0

### Minor Changes

- [#670](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/670) [`f6696b86`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/f6696b864904044a84746b6ad805724b00e6a88d) Thanks [@3scava1i3r](https://github.com/3scava1i3r)! - Added SolApi.token.getTokenPrice

### Patch Changes

- Updated dependencies [[`c719cc2f`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/c719cc2fe0b6bb31093bbaa8a6907b6697b7b129)]:
- @moralisweb3/core@2.5.0
- @moralisweb3/api-utils@2.5.0
- @moralisweb3/sol-utils@2.5.0

## 2.4.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/solApi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/sol-api",
"author": "Moralis",
"version": "2.4.0",
"version": "2.5.0",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -23,8 +23,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/api-utils": "^2.4.0",
"@moralisweb3/core": "^2.4.0",
"@moralisweb3/sol-utils": "^2.4.0"
"@moralisweb3/api-utils": "^2.5.0",
"@moralisweb3/core": "^2.5.0",
"@moralisweb3/sol-utils": "^2.5.0"
}
}
Loading

0 comments on commit 4f32b00

Please sign in to comment.