Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 4f4095e

Browse files
committed
Update to include launchpad-crowdsales types
1 parent cd9ec04 commit 4f4095e

File tree

21 files changed

+367
-80
lines changed

21 files changed

+367
-80
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Changes:
1919

2020
- Update
2121

22-
## 3.2.0 (3.x - 3.2.0) Mar 3, 2021
22+
## 3.2.0 (3.x - 3.2.0) Mar 3, 2022
2323

2424
Changes: **Full Changelog**: https://github.com/setheum-js/setheum.js/compare/v2.1.0...v3.2.0
2525

@@ -33,17 +33,25 @@ Changes: **Full Changelog**: https://github.com/setheum-js/setheum.js/compare/v2
3333
- Update polkadot-js to v7.1.1
3434
- Update to setheum v1.0.0 spec
3535

36-
## 3.3.0 Mar 16, 2021
36+
## 3.3.0 Mar 16, 2022
3737

3838
Changes: **Full Changelog**: https://github.com/setheum-js/setheum.js/compare/v3.2.0...v3.3.0
3939

4040
- Update latest Setheum types
4141
- Update to setheum v1.0.0 spec
4242

43-
## 3.3.1 Mar 17, 2021
43+
## 3.3.1 Mar 17, 2022
4444

4545
Changes: **Full Changelog**: https://github.com/setheum-js/setheum.js/compare/v3.3.0...v3.3.1
4646

4747
- Update latest chain types
4848
- Update chain metadata
4949
- Update to the latest setheum v1.0.0 spec
50+
51+
## 3.3.10 April 11, 2022
52+
53+
Changes: **Full Changelog**: https://github.com/setheum-js/setheum.js/compare/v3.3.0...v3.3.1
54+
55+
- Update latest chain types (for `launchpad-crowdsales`)
56+
- Update chain metadata (for `launchpad-crowdsales`)
57+
- Update to the latest setheum v1.0.0 `launchpad-crowdsales` spec (for `launchpad-crowdsales`)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"HuangLeiWan. <setheumjs@gmail.com>"
77
],
88
"license": "Apache-2",
9-
"version": "3.3.1",
9+
"version": "3.3.10",
1010
"private": true,
1111
"engines": {
1212
"yarn": "^1.22.10"

packages/api-derive/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/api-derive",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "Additional polkadot.js derives for Setheum Network",
55
"main": "index.js",
66
"author": "Setheum Labs",
@@ -15,7 +15,7 @@
1515
},
1616
"homepage": "https://github.com/setheum-js/setheum.js",
1717
"dependencies": {
18-
"@setheum.js/types": "3.3.1",
18+
"@setheum.js/types": "3.3.10",
1919
"@babel/runtime": "^7.10.2",
2020
"@open-web3/orml-types": "^1.0.2-0",
2121
"@polkadot/api-derive": "^7.1.1"

packages/api/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/api",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "Setheum JS API",
55
"main": "index.js",
66
"author": "Setheum Developers",
@@ -15,8 +15,8 @@
1515
},
1616
"homepage": "https://github.com/setheum-js/setheum.js",
1717
"dependencies": {
18-
"@setheum.js/api-derive": "3.3.1",
19-
"@setheum.js/types": "3.3.1",
18+
"@setheum.js/api-derive": "3.3.10",
19+
"@setheum.js/types": "3.3.10",
2020
"@babel/runtime": "^7.10.2",
2121
"@open-web3/orml-api-derive": "^1.0.2-0",
2222
"@polkadot/api": "^7.1.1",

packages/app-util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/app-util",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "Utilities to work with Setheum Network",
55
"author": "Setheum Labs",
66
"main": "index.js",

packages/sdk-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/sdk-core",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "The core of the Setheum Network SDK in Javascript",
55
"main": "index.js",
66
"author": "Setheum Labs",

packages/sdk-loan/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/sdk-loan",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "the loan sub module in Setheum Network sdk",
55
"main": "index.js",
66
"author": "Setheum Labs",

packages/sdk-swap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/sdk-swap",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "The swap (DEX - SetSwap) sub module in SetheumJS SDK",
55
"main": "index.js",
66
"author": "Setheum Labs",

packages/sdk-wallet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/sdk-wallet",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "The Setheum wallet JS SDK for Setheum Network",
55
"main": "index.js",
66
"author": "Setgheum Labs",

packages/sdk/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setheum.js/sdk",
3-
"version": "3.3.1",
3+
"version": "3.3.10",
44
"description": "Setheum JS SDK - Setheum SDK for JavaScript",
55
"main": "index.js",
66
"author": "Setheum Developers",
@@ -15,8 +15,8 @@
1515
},
1616
"homepage": "https://github.com/setheum-js/setheum.js",
1717
"dependencies": {
18-
"@setheum.js/api": "3.3.1",
19-
"@setheum.js/type-definitions": "3.3.1",
18+
"@setheum.js/api": "3.3.10",
19+
"@setheum.js/type-definitions": "3.3.10",
2020
"@polkadot/api": "^7.1.1",
2121
"@polkadot/types": "^7.1.1",
2222
"@types/events": "^3.0.0",

0 commit comments

Comments
 (0)