Skip to content

Commit

Permalink
Merge pull request #275 from blocto/release/0.7.0
Browse files Browse the repository at this point in the history
Release: Merge to publish new version to npm
  • Loading branch information
akira02 authored Sep 13, 2023
2 parents 8211244 + 673cd8c commit 51b5eb3
Show file tree
Hide file tree
Showing 175 changed files with 66,021 additions and 57,255 deletions.
26 changes: 9 additions & 17 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,12 @@ jobs:
commit_message: 'ci: bump package version'
commit_options: '--no-verify'

- name: Create Release Pull Request to main branch
uses: repo-sync/pull-request@v2
with:
source_branch: ${{ github.head_ref }}
destination_branch: 'main'
pr_title: 'Release: Merge to publish new version to npm'
pr_body: |
Please review and merge this Pull Request.
Caution: Merge to main branch will trigger publish to npm.
- name: Create Release Pull Request to develop branch
uses: repo-sync/pull-request@v2
with:
source_branch: ${{ github.head_ref }}
destination_branch: 'develop'
pr_title: 'Release: Merge back new version to develop'
pr_body: 'Merge new prod release back to develop'
- name: Create Release Pull Requests
env:
GITHUB_TOKEN: ${{ secrets.DEV_GITHUB_TOKEN }}
MAIN_TITLE: 'Release: Merge to publish new version to npm'
MAIN_BODY: 'Please review and merge this Pull Request. **Caution: Merge to main branch will trigger publish to npm.**'
DEV_TITLE: 'Release: Merge back new version to develop'
DEV_BODY: 'Merge new prod release back to develop'
run: |
gh pr create --title "$MAIN_TITLE" --body "$MAIN_BODY" --base main && gh pr create --title "$DEV_TITLE" --body "$DEV_BODY" --base develop
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ jobs:
run: yarn

- name: Lint, Test, and Try to Build
id: testWithCache
run: yarn turbo lint test build --cache-dir=.turbo
continue-on-error: true

- name: Try to do again without cache
if: failure() && steps.testWithCache.outcome == 'failure'
run: yarn turbo lint test build --force --cache-dir=.turbo

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ yarn-debug.log*
yarn-error.log*

# next.js
/.next/
.next
/out/
23 changes: 23 additions & 0 deletions adapters/aptos-wallet-adapter-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @blocto/aptos-wallet-adapter-plugin

## 0.2.5

### Patch Changes

- Updated dependencies [2515a8f]
- Updated dependencies [b40fbed]
- Updated dependencies [4c769f9]
- Updated dependencies [bbf2160]
- Updated dependencies [a3b0243]
- Updated dependencies [1288bd1]
- @blocto/sdk@0.7.0

## 0.2.5-beta.0

### Patch Changes

- Updated dependencies [b40fbed]
- Updated dependencies [4c769f9]
- Updated dependencies [bbf2160]
- Updated dependencies [a3b0243]
- Updated dependencies [1288bd1]
- @blocto/sdk@0.7.0-beta.0

## 0.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions adapters/aptos-wallet-adapter-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blocto/aptos-wallet-adapter-plugin",
"version": "0.2.4",
"version": "0.2.5",
"description": "Blocto Wallet plugin to use with Aptos Wallet Adapter",
"author": "Blocto Wallet",
"main": "./dist/index.js",
Expand All @@ -19,7 +19,7 @@
},
"dependencies": {
"@aptos-labs/wallet-adapter-core": "^2.2.0",
"@blocto/sdk": "^0.6.0",
"@blocto/sdk": "^0.7.0",
"aptos": "^1.9.1"
},
"devDependencies": {
Expand Down
43 changes: 43 additions & 0 deletions adapters/connectkit-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# @blocto/connectkit-connector

## 0.2.0

### Minor Changes

- 464a645: enhance the connecting experience with connectkit using @blocto/connectkit-connector

### Patch Changes

- 2515a8f: Fix wrongly disconnect chain when account not changed
- b40fbed: Fix skip calling enable() when request wallet_disconnect method
- 4c769f9: Clear error message when add not supported chain
- bbf2160: Make loadSwitchableNetwork rpcUrls optional
- a3b0243: Seperate evm accounts from other chains in storage data structure
- Updated dependencies [2515a8f]
- Updated dependencies [b40fbed]
- Updated dependencies [4c769f9]
- Updated dependencies [bbf2160]
- Updated dependencies [a3b0243]
- @blocto/wagmi-connector@1.2.1

## 0.1.2-beta.1

### Patch Changes

- 2515a8f: Fix wrongly disconnect chain when account not changed
- Updated dependencies [2515a8f]
- @blocto/sdk@0.7.0-beta.1

## 0.1.2-beta.0

### Patch Changes

- b40fbed: Fix skip calling enable() when request wallet_disconnect method
- 4c769f9: Clear error message when add not supported chain
- bbf2160: Make loadSwitchableNetwork rpcUrls optional
- a3b0243: Seperate evm accounts from other chains in storage data structure
- Updated dependencies [b40fbed]
- Updated dependencies [4c769f9]
- Updated dependencies [bbf2160]
- Updated dependencies [a3b0243]
- Updated dependencies [1288bd1]
- @blocto/sdk@0.7.0-beta.0

## 0.1.1

### Patch Changes
Expand Down
22 changes: 11 additions & 11 deletions adapters/connectkit-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@blocto/connectkit-connector",
"description": "blocto wallet connector to use with connectkit",
"author": "Calvin Chang",
"version": "0.1.1",
"author": "Blocto Wallet",
"version": "0.2.0",
"type": "module",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
Expand All @@ -17,26 +17,26 @@
},
"devDependencies": {
"@types/node": "^20.2.5",
"@types/react": "^18",
"connectkit": "^1",
"react": "^18",
"typescript": "^5.1.3",
"viem": "^1.2.9",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"wagmi": "^1",
"viem": "^1.2.9",
"connectkit": "^1",
"react": "^18",
"@types/react": "^18"
"wagmi": "^1"
},
"files": [
"/dist"
],
"dependencies": {
"@blocto/sdk": "^0.6.0"
"@blocto/wagmi-connector": "^1.2.1"
},
"peerDependencies": {
"wagmi": "^1",
"connectkit": "^1.5.3",
"react": "^18",
"viem": "^1",
"connectkit": "^1",
"react": "^18"
"wagmi": "^1"
},
"resolutions": {
"viem": "1.3.0"
Expand Down
Loading

0 comments on commit 51b5eb3

Please sign in to comment.