Skip to content

Commit

Permalink
Merge branch 'alpha' into chore/example
Browse files Browse the repository at this point in the history
  • Loading branch information
rrr523 committed Jun 8, 2023
2 parents d039ffa + b6d558d commit 108e5b4
Show file tree
Hide file tree
Showing 10 changed files with 242 additions and 261 deletions.
5 changes: 5 additions & 0 deletions .changeset/olive-bikes-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@bnb-chain/greenfield-chain-sdk': patch
---

feat: sync protobuf with greenfield 0.2.2-alpha.2 and greenfield-cosmos-sdk 0.2.2-alpha.1
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@
"fluffy-snails-explain",
"lovely-knives-smile",
"ninety-meals-impress",
"olive-bikes-judge",
"pretty-bulldogs-notice",
"rude-tips-rush",
"strong-snails-count",
"sweet-feet-hide",
"ten-suits-crash",
"thin-bears-rule",
"tidy-dodos-care",
"young-bears-scream"
]
}
9 changes: 9 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @demo/wallet

## 0.0.2-alpha.17

### Patch Changes

- Updated dependencies
[[`4efba33`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4efba33c650b1c9124cea5bf03d7bac8eee5b3d1),
[`573528f`](https://github.com/bnb-chain/greenfield-js-sdk/commit/573528f16c5a73f04d64431c667be5bb59767801)]:
- @bnb-chain/greenfield-chain-sdk@0.2.1-alpha.10

## 0.0.2-alpha.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@demo/wallet",
"version": "0.0.2-alpha.16",
"version": "0.0.2-alpha.17",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
Expand Down
9 changes: 9 additions & 0 deletions examples/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @demo/nodejs

## 0.0.5-alpha.10

### Patch Changes

- Updated dependencies
[[`4efba33`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4efba33c650b1c9124cea5bf03d7bac8eee5b3d1),
[`573528f`](https://github.com/bnb-chain/greenfield-js-sdk/commit/573528f16c5a73f04d64431c667be5bb59767801)]:
- @bnb-chain/greenfield-chain-sdk@0.2.1-alpha.10

## 0.0.5-alpha.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@demo/nodejs",
"version": "0.0.5-alpha.9",
"version": "0.0.5-alpha.10",
"type": "commonjs",
"private": true,
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@babel/core": "^7.22.1",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@rollup/plugin-alias": "^4.0.4",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
Expand All @@ -29,13 +29,13 @@
"@types/chai": "^4.3.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.16.16",
"@types/react": "^18.2.7",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"chai": "^4.3.7",
"conventional-changelog-cmyr-config": "^2.1.0",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
Expand Down
13 changes: 13 additions & 0 deletions packages/chain-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bnb-chain/greenfield-chain-sdk

## 0.2.1-alpha.10

### Patch Changes

- [#106](https://github.com/bnb-chain/greenfield-js-sdk/pull/106)
[`4efba33`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4efba33c650b1c9124cea5bf03d7bac8eee5b3d1)
Thanks [@rrr523](https://github.com/rrr523)! - feat: sync protobuf with greenfield 0.2.2-alpha.2
and greenfield-cosmos-sdk 0.2.2-alpha.1

- [#101](https://github.com/bnb-chain/greenfield-js-sdk/pull/101)
[`573528f`](https://github.com/bnb-chain/greenfield-js-sdk/commit/573528f16c5a73f04d64431c667be5bb59767801)
Thanks [@randomx999](https://github.com/randomx999)! - feat: Allow to have sp auth fail

## 0.2.1-alpha.9

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/chain-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bnb-chain/greenfield-chain-sdk",
"version": "0.2.1-alpha.9",
"version": "0.2.1-alpha.10",
"description": "greenfield js chain sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down Expand Up @@ -53,19 +53,19 @@
]
},
"dependencies": {
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.10",
"@bnb-chain/greenfield-cosmos-types": "0.4.0-alpha.11",
"@bnb-chain/greenfiled-file-handle": "workspace:*",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1",
"@cosmjs/tendermint-rpc": "^0.30.1",
"@ethereumjs/util": "^8.0.5",
"@ethersproject/bytes": "5.7.0",
"@ethersproject/signing-key": "^5.7.0",
"@ethersproject/strings": "5.7.0",
"@ethersproject/units": "^5.7.0",
"@metamask/eth-sig-util": "^5.0.2",
"dayjs": "^1.11.7",
"ethereum-cryptography": "^2.0.0",
"@ethersproject/bytes": "5.7.0",
"@ethersproject/strings": "5.7.0",
"long": "^5.2.1",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.7.0"
Expand Down
Loading

0 comments on commit 108e5b4

Please sign in to comment.