Skip to content

Commit

Permalink
chore: [ci] release (alpha) (#170)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 24, 2023
1 parent dc87783 commit f67dd05
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,24 @@
"@bnb-chain/greenfiled-file-handle": "0.2.0"
},
"changesets": [
"angry-horses-enjoy",
"calm-birds-sleep",
"dirty-parrots-hear",
"forty-otters-scream",
"green-avocados-jump",
"grumpy-gorillas-breathe",
"happy-humans-thank",
"hot-countries-begin",
"kind-eyes-brake",
"large-humans-bathe",
"little-pugs-peel",
"mean-wombats-remain",
"metal-ways-crash",
"old-roses-play",
"old-trainers-shop",
"rare-steaks-repeat",
"selfish-pianos-try",
"serious-lizards-grab",
"weak-hounds-sell"
]
}
17 changes: 17 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @demo/wallet

## 0.0.3-alpha.11

### Patch Changes

- [#171](https://github.com/bnb-chain/greenfield-js-sdk/pull/171)
[`e2ebac6`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e2ebac6470c883013ff7dfaf610649b5e38f47bd)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Feegrant `grantAllowance` API

- Updated dependencies
[[`e2ebac6`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e2ebac6470c883013ff7dfaf610649b5e38f47bd),
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783),
[`dc87783`](https://github.com/bnb-chain/greenfield-js-sdk/commit/dc877833ed400166fd1384b315c9ac068d6a80f5),
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783),
[`4d88665`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4d8866501f1693ebe2593c51fc9c74bd728fba70),
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783)]:
- @bnb-chain/greenfield-chain-sdk@0.2.2-alpha.10

## 0.0.3-alpha.10

### 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.3-alpha.10",
"version": "0.0.3-alpha.11",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
Expand Down
13 changes: 13 additions & 0 deletions examples/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @demo/nodejs

## 0.0.6-alpha.11

### Patch Changes

- Updated dependencies
[[`e2ebac6`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e2ebac6470c883013ff7dfaf610649b5e38f47bd),
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783),
[`dc87783`](https://github.com/bnb-chain/greenfield-js-sdk/commit/dc877833ed400166fd1384b315c9ac068d6a80f5),
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783),
[`4d88665`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4d8866501f1693ebe2593c51fc9c74bd728fba70),
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783)]:
- @bnb-chain/greenfield-chain-sdk@0.2.2-alpha.10

## 0.0.6-alpha.10

### 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.6-alpha.10",
"version": "0.0.6-alpha.11",
"type": "commonjs",
"private": true,
"scripts": {
Expand Down
30 changes: 30 additions & 0 deletions packages/chain-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @bnb-chain/greenfield-chain-sdk

## 0.2.2-alpha.10

### Patch Changes

- [#171](https://github.com/bnb-chain/greenfield-js-sdk/pull/171)
[`e2ebac6`](https://github.com/bnb-chain/greenfield-js-sdk/commit/e2ebac6470c883013ff7dfaf610649b5e38f47bd)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Feegrant `grantAllowance` API

- [#169](https://github.com/bnb-chain/greenfield-js-sdk/pull/169)
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Add virtual group api

- [#179](https://github.com/bnb-chain/greenfield-js-sdk/pull/179)
[`dc87783`](https://github.com/bnb-chain/greenfield-js-sdk/commit/dc877833ed400166fd1384b315c9ac068d6a80f5)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Add `getObjectPolicy` and
`isObjectPermissionAllowed`

- [#169](https://github.com/bnb-chain/greenfield-js-sdk/pull/169)
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Migrate bucket api

- [#174](https://github.com/bnb-chain/greenfield-js-sdk/pull/174)
[`4d88665`](https://github.com/bnb-chain/greenfield-js-sdk/commit/4d8866501f1693ebe2593c51fc9c74bd728fba70)
Thanks [@rrr523](https://github.com/rrr523)! - feat: AuthInfoBytes add feePayer and feeGranter

- [#169](https://github.com/bnb-chain/greenfield-js-sdk/pull/169)
[`d894bad`](https://github.com/bnb-chain/greenfield-js-sdk/commit/d894badd5fcd5ce915dfaec21808a300c15e7783)
Thanks [@rrr523](https://github.com/rrr523)! - feat: Compatibility createBucket and createObject
API for QA net new protobuf

## 0.2.2-alpha.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.2-alpha.9",
"version": "0.2.2-alpha.10",
"description": "greenfield js chain sdk",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

0 comments on commit f67dd05

Please sign in to comment.