Skip to content

Commit 6aca37f

Browse files
committed
chore(release): 1.0.9
1 parent 6c1ba0f commit 6aca37f

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5-
### [1.0.8](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.7...v1.0.8) (2022-03-14)
5+
### [1.0.9](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.8...v1.0.9) (2022-03-19)
66

7-
### [1.0.7](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.6...v1.0.7) (2022-03-07)
7+
8+
### Features
9+
10+
* **example support OAuth:** example add method about OAuth ([6c1ba0f](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/6c1ba0f09abff76ad94e9b13726ff117adc52a82))
11+
* **support network change:** support network change in SDK ([3fbe249](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/3fbe249829abc3673f258a4978db5878ece6d35c))
12+
* **support OAuth:** add new API for OAuth ([bcdd0a9](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/bcdd0a9add7d87f98d8bb5f764be08234ad3a29a))
13+
* **support set available network list:** support set available network list to limit network ([6e2ea6e](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/6e2ea6e84527b7c5414e3c29dec641ee2cff274e))
14+
15+
## [1.0.8](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.7...v1.0.8) (2022-03-14)
16+
17+
## [1.0.7](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.6...v1.0.7) (2022-03-07)
818

919

1020
### Features
@@ -16,7 +26,7 @@ All notable changes to this project will be documented in this file. See [standa
1626

1727
* **height overrun:** fixed height overrun and error import problems ([4aacc8e](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/4aacc8ee7be7f02d29345ee7a97ac48ff83dbdd8))
1828

19-
### [1.0.6](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.5...v1.0.6) (2022-03-02)
29+
## [1.0.6](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.5...v1.0.6) (2022-03-02)
2030

2131

2232
### Features
@@ -28,7 +38,7 @@ All notable changes to this project will be documented in this file. See [standa
2838

2939
* **rolling penetration:** fixed rolling penetration when open the iframe second time ([2f91490](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/2f91490306420238ae006d7f1393b850f06ccc8a))
3040

31-
### [1.0.5](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.4...v1.0.5) (2022-02-23)
41+
## [1.0.5](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.4...v1.0.5) (2022-02-23)
3242

3343

3444
### Bug Fixes
@@ -37,14 +47,14 @@ All notable changes to this project will be documented in this file. See [standa
3747
* **safari page auto reload:** fixed Safari auto refresh and other issues ([b83ca43](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/b83ca4351684edaac8d13ca79afab6455b4a1ca5))
3848
* **user cancel error:** fix the error of cancel auth, and optimize DApp interactive experience ([fafbd47](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/fafbd47e8c8ea8e4463f7149abfe627fb8127c21))
3949

40-
### [1.0.4](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.3...v1.0.4) (2022-02-22)
50+
## [1.0.4](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.3...v1.0.4) (2022-02-22)
4151

4252

4353
### Bug Fixes
4454

4555
* **optimize iframe and example DApp:** optimize the iframe experience and fix some bug in example ([d83bccc](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/d83bcccdf556f492ee397a6eb7fa2c1d1c0c5b57))
4656

47-
### [1.0.3](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.2...v1.0.3) (2022-02-21)
57+
## [1.0.3](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.2...v1.0.3) (2022-02-21)
4858

4959
### Features
5060

@@ -56,7 +66,7 @@ All notable changes to this project will be documented in this file. See [standa
5666

5767
* **iframe:** fix the iframe too height ([5b88f26](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/commit/5b88f26b228c5d6f9d87f8a8847ca74481e3afd4))
5868

59-
### [1.0.1](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.0...v1.0.1) (2022-02-18)
69+
## [1.0.1](https://github.com/IdeaLightLabs/AnyWeb-JS-SDK/compare/v1.0.0...v1.0.1) (2022-02-18)
6070

6171

6272
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@idealight-labs/anyweb-js-sdk",
33
"description": "AnyWeb JavaScript Software Development Kit",
4-
"version": "1.0.8",
4+
"version": "1.0.9",
55
"license": "LGPL-3.0",
66
"author": "common@idealight.ltd",
77
"repository": {

0 commit comments

Comments
 (0)