Skip to content

Commit 440fe51

Browse files
authored
chore: release 0.32.0 (#739)
2 parents 5c3d4d2 + 971db0c commit 440fe51

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2489
-1748
lines changed

.github/renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": [
33
":preserveSemverRanges",
4-
":disableDevDependencies",
54
":disablePeerDependencies",
65
":semanticCommits"
76
],
@@ -36,6 +35,15 @@
3635
"separateMinorPatch": false,
3736
"groupName": "polkadot dependencies",
3837
"groupSlug": "polkadot"
38+
},
39+
{
40+
"matchDepTypes": [
41+
"devDependencies"
42+
],
43+
"excludePackagePatterns": [
44+
"^@polkadot/*"
45+
],
46+
"enabled": false
3947
}
4048
]
4149
}

LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Copyright (c) 2018-2023, BOTLabs GmbH
1+
Copyright (c) 2018-2023, Built on KILT
22
All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
33
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
44
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
5-
3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the BOTLabs GmbH.
6-
4. Neither the name of the BOTLabs GmbH nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
5+
3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT.
6+
4. Neither the name of KILT nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
77
THIS SOFTWARE IS PROVIDED BY BOTLABS GMBH ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BOTLABS GMBH BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

docs/package.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@
6363
"jest-runner-groups": "^2.1.0",
6464
"prettier": "^2.4.1",
6565
"rimraf": "^3.0.2",
66-
"testcontainers": "^8.6.1",
66+
"testcontainers": "^9.0.0",
6767
"ts-jest": "^27.1.2",
6868
"ts-jest-resolver": "^2.0.0",
6969
"typedoc": "^0.22.15",
7070
"typescript": "^4.8.3"
7171
},
72-
"version": "0.31.1",
72+
"version": "0.32.0",
7373
"packageManager": "[email protected]"
7474
}

packages/asset-did/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiltprotocol/asset-did",
3-
"version": "0.31.1",
3+
"version": "0.32.0",
44
"description": "",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",

packages/augment-api/metadata/spiritnet.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/augment-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kiltprotocol/augment-api",
3-
"version": "0.31.1",
3+
"version": "0.32.0",
44
"description": "",
55
"main": "./lib/cjs/index.js",
66
"module": "./lib/esm/index.js",

packages/augment-api/src/interfaces/augment-api-consts.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ declare module '@polkadot/api-base/types/consts' {
2525
**/
2626
maxDelegatedAttestations: u32 & AugmentedConst<ApiType>;
2727
};
28-
authorship: {
29-
/**
30-
* The number of blocks back we should accept uncles.
31-
* This means that we will deal with uncle-parents that are
32-
* `UncleGenerations + 1` before `now`.
33-
**/
34-
uncleGenerations: u64 & AugmentedConst<ApiType>;
35-
};
3628
balances: {
3729
/**
3830
* The minimum amount required to keep an account open.

0 commit comments

Comments
 (0)