Skip to content

Commit

Permalink
chore: release 0.32.0 (#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
rflechtner authored Mar 21, 2023
2 parents 5c3d4d2 + 971db0c commit 440fe51
Show file tree
Hide file tree
Showing 41 changed files with 2,489 additions and 1,748 deletions.
10 changes: 9 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"extends": [
":preserveSemverRanges",
":disableDevDependencies",
":disablePeerDependencies",
":semanticCommits"
],
Expand Down Expand Up @@ -36,6 +35,15 @@
"separateMinorPatch": false,
"groupName": "polkadot dependencies",
"groupSlug": "polkadot"
},
{
"matchDepTypes": [
"devDependencies"
],
"excludePackagePatterns": [
"^@polkadot/*"
],
"enabled": false
}
]
}
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright (c) 2018-2023, BOTLabs GmbH
Copyright (c) 2018-2023, Built on KILT
All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
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.
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.
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.
3. All advertising materials mentioning features or use of this software must display the following acknowledgement: Built on KILT.
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.
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.
27 changes: 0 additions & 27 deletions docs/package.json

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@
"jest-runner-groups": "^2.1.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"testcontainers": "^8.6.1",
"testcontainers": "^9.0.0",
"ts-jest": "^27.1.2",
"ts-jest-resolver": "^2.0.0",
"typedoc": "^0.22.15",
"typescript": "^4.8.3"
},
"version": "0.31.1",
"version": "0.32.0",
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/asset-did/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiltprotocol/asset-did",
"version": "0.31.1",
"version": "0.32.0",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/augment-api/metadata/spiritnet.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/augment-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kiltprotocol/augment-api",
"version": "0.31.1",
"version": "0.32.0",
"description": "",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
Expand Down
8 changes: 0 additions & 8 deletions packages/augment-api/src/interfaces/augment-api-consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ declare module '@polkadot/api-base/types/consts' {
**/
maxDelegatedAttestations: u32 & AugmentedConst<ApiType>;
};
authorship: {
/**
* The number of blocks back we should accept uncles.
* This means that we will deal with uncle-parents that are
* `UncleGenerations + 1` before `now`.
**/
uncleGenerations: u64 & AugmentedConst<ApiType>;
};
balances: {
/**
* The minimum amount required to keep an account open.
Expand Down
Loading

0 comments on commit 440fe51

Please sign in to comment.