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 Aug 26, 2022
1 parent 94f7245 commit 7e358cb
Show file tree
Hide file tree
Showing 25 changed files with 107 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-pianos-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-clocks-grow.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 @@ -11,7 +11,7 @@
},
"dependencies": {
"dotenv": "^16.0.1",
"moralis": "^2.1.0"
"moralis": "^2.1.1"
},
"devDependencies": {
"ts-node": "^10.9.1"
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.1.0",
"moralis": "^2.1.1",
"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 @@ -16,7 +16,7 @@
},
"main": "lib/index.js",
"dependencies": {
"moralis": "^2.1.0",
"moralis": "^2.1.1",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.0",
"firebase-functions-rate-limiter": "^3.9.1"
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.1.0",
"moralis": "^2.1.1",
"next": "12.2.3",
"next-auth": "4.10.2",
"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 @@ -4,12 +4,12 @@
"main": "dist/index.js",
"private": true,
"dependencies": {
"@moralisweb3/core": "^2.1.0",
"@moralisweb3/core": "^2.1.1",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"express-rate-limit": "^6.5.1",
"moralis": "^2.1.0",
"moralis": "^2.1.1",
"parse-dashboard": "^4.1.4",
"parse-server": "^5.2.4"
},
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.1.0",
"@moralisweb3/core": "^2.1.1",
"@supabase/supabase-js": "^1.35.4",
"dotenv": "^16.0.1",
"envalid": "7.3.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"moralis": "^2.1.0",
"moralis": "^2.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/apiUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moralisweb3/api-utils

## 2.1.1

### Patch Changes

- [#619](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/619) [`5bfb635`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/5bfb6356a1f9bed993f7a32b58c6da7d2d51ffe1) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Fixed creating a body of POST requests.

- Updated dependencies []:
- @moralisweb3/core@2.1.1

## 2.1.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.1.0",
"version": "2.1.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -24,6 +24,6 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/core": "^2.1.0"
"@moralisweb3/core": "^2.1.1"
}
}
9 changes: 9 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moralisweb3/auth

## 2.1.1

### Patch Changes

- Updated dependencies [[`5bfb635`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/5bfb6356a1f9bed993f7a32b58c6da7d2d51ffe1), [`7fa4654`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/7fa4654a39484df09af57ef07674738e5650732d)]:
- @moralisweb3/api-utils@2.1.1
- @moralisweb3/evm-utils@2.1.1
- @moralisweb3/core@2.1.1

## 2.1.0

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.0",
"version": "2.1.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -28,8 +28,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/api-utils": "^2.1.0",
"@moralisweb3/core": "^2.1.0",
"@moralisweb3/evm-utils": "^2.1.0"
"@moralisweb3/api-utils": "^2.1.1",
"@moralisweb3/core": "^2.1.1",
"@moralisweb3/evm-utils": "^2.1.1"
}
}
2 changes: 2 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @moralisweb3/core

## 2.1.1

## 2.1.0

### Patch 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.1.0",
"version": "2.1.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/evmApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @moralisweb3/evm-api

## 2.1.1

### Patch Changes

- [#619](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/619) [`5bfb635`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/5bfb6356a1f9bed993f7a32b58c6da7d2d51ffe1) Thanks [@b4rtaz](https://github.com/b4rtaz)! - Fixed creating a body of POST requests.

- Updated dependencies [[`5bfb635`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/5bfb6356a1f9bed993f7a32b58c6da7d2d51ffe1), [`7fa4654`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/7fa4654a39484df09af57ef07674738e5650732d)]:
- @moralisweb3/api-utils@2.1.1
- @moralisweb3/evm-utils@2.1.1
- @moralisweb3/core@2.1.1

## 2.1.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.1.0",
"version": "2.1.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -26,8 +26,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/api-utils": "^2.1.0",
"@moralisweb3/core": "^2.1.0",
"@moralisweb3/evm-utils": "^2.1.0"
"@moralisweb3/api-utils": "^2.1.1",
"@moralisweb3/core": "^2.1.1",
"@moralisweb3/evm-utils": "^2.1.1"
}
}
9 changes: 9 additions & 0 deletions packages/evmUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moralisweb3/evm-utils

## 2.1.1

### Patch Changes

- [#614](https://github.com/MoralisWeb3/Moralis-JS-SDK/pull/614) [`7fa4654`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/7fa4654a39484df09af57ef07674738e5650732d) Thanks [@sogunshola](https://github.com/sogunshola)! - Added technical documentation for EvmTransaction datatype

- Updated dependencies []:
- @moralisweb3/core@2.1.1

## 2.1.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.1.0",
"version": "2.1.1",
"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.1.0"
"@moralisweb3/core": "^2.1.1"
}
}
6 changes: 3 additions & 3 deletions packages/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/core": "^2.1.0",
"@moralisweb3/evm-api": "^2.1.0",
"@moralisweb3/evm-utils": "^2.1.0",
"@moralisweb3/core": "^2.1.1",
"@moralisweb3/evm-api": "^2.1.1",
"@moralisweb3/evm-utils": "^2.1.1",
"eventemitter3": "^4.0.7"
}
}
13 changes: 13 additions & 0 deletions packages/moralis/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# moralis

## 2.1.1

### Patch Changes

- Updated dependencies [[`5bfb635`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/5bfb6356a1f9bed993f7a32b58c6da7d2d51ffe1), [`7fa4654`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/7fa4654a39484df09af57ef07674738e5650732d)]:
- @moralisweb3/api-utils@2.1.1
- @moralisweb3/evm-api@2.1.1
- @moralisweb3/evm-utils@2.1.1
- @moralisweb3/core@2.1.1
- @moralisweb3/auth@2.1.1
- @moralisweb3/sol-utils@2.1.1
- @moralisweb3/sol-api@2.1.1

## 2.1.0

### Patch Changes
Expand Down
16 changes: 8 additions & 8 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.1.0",
"version": "2.1.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -17,12 +17,12 @@
"dev": "tsc --watch"
},
"dependencies": {
"@moralisweb3/auth": "^2.1.0",
"@moralisweb3/core": "^2.1.0",
"@moralisweb3/api-utils": "^2.1.0",
"@moralisweb3/evm-api": "^2.1.0",
"@moralisweb3/evm-utils": "^2.1.0",
"@moralisweb3/sol-api": "^2.1.0",
"@moralisweb3/sol-utils": "^2.1.0"
"@moralisweb3/auth": "^2.1.1",
"@moralisweb3/core": "^2.1.1",
"@moralisweb3/api-utils": "^2.1.1",
"@moralisweb3/evm-api": "^2.1.1",
"@moralisweb3/evm-utils": "^2.1.1",
"@moralisweb3/sol-api": "^2.1.1",
"@moralisweb3/sol-utils": "^2.1.1"
}
}
9 changes: 9 additions & 0 deletions packages/solApi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moralisweb3/sol-api

## 2.1.1

### Patch Changes

- Updated dependencies [[`5bfb635`](https://github.com/MoralisWeb3/Moralis-JS-SDK/commit/5bfb6356a1f9bed993f7a32b58c6da7d2d51ffe1)]:
- @moralisweb3/api-utils@2.1.1
- @moralisweb3/core@2.1.1
- @moralisweb3/sol-utils@2.1.1

## 2.1.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.1.0",
"version": "2.1.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -23,8 +23,8 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/api-utils": "^2.1.0",
"@moralisweb3/core": "^2.1.0",
"@moralisweb3/sol-utils": "^2.1.0"
"@moralisweb3/api-utils": "^2.1.1",
"@moralisweb3/core": "^2.1.1",
"@moralisweb3/sol-utils": "^2.1.1"
}
}
7 changes: 7 additions & 0 deletions packages/solUtils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @moralisweb3/sol-utils

## 2.1.1

### Patch Changes

- Updated dependencies []:
- @moralisweb3/core@2.1.1

## 2.1.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/solUtils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moralisweb3/sol-utils",
"author": "Moralis",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"private": false,
"main": "./lib/index.js",
Expand All @@ -25,7 +25,7 @@
"typescript": "^4.5.5"
},
"dependencies": {
"@moralisweb3/core": "^2.1.0",
"@moralisweb3/core": "^2.1.1",
"@solana/web3.js": "^1.53.0"
}
}

0 comments on commit 7e358cb

Please sign in to comment.