Skip to content

Commit c12b76d

Browse files
committed
chore: version packages
1 parent 543b163 commit c12b76d

File tree

17 files changed

+521
-132
lines changed

17 files changed

+521
-132
lines changed

.changeset/dependencies-GH-2664.md

-110
This file was deleted.

.changeset/huge-sheep-throw.md

-7
This file was deleted.

.changeset/twelve-bananas-sin.md

-8
This file was deleted.

packages/connect-known-chains/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @substrate/connect-known-chains
22

3+
## 1.10.0
4+
5+
### Minor Changes
6+
7+
- 3cc9e6d: feat: update people parachain specs
8+
9+
- Adds Kusama People
10+
- Fixes Missing Westend People and Polkadot People exports
11+
12+
### Patch Changes
13+
14+
- 543b163: chore: update chainspecs
15+
316
## 1.9.3
417

518
### Patch Changes

packages/connect-known-chains/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/connect-known-chains",
3-
"version": "1.9.3",
3+
"version": "1.10.0",
44
"description": "Substrate-connect well known chain specifications",
55
"author": "Parity Team <[email protected]>",
66
"license": "GPL-3.0-only",

packages/connect/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [543b163]
8+
- Updated dependencies [3cc9e6d]
9+
- @substrate/connect-known-chains@1.10.0
10+
311
## 2.1.5
412

513
### Patch Changes

packages/connect/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/connect",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Substrate-connect to Smoldot clients. Using either substrate extension with predefined clients or an internal smoldot client based on chainSpecs provided.",
55
"author": "Parity Team <[email protected]>",
66
"license": "GPL-3.0-only",

packages/light-client-extension-helpers/CHANGELOG.md

+122
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,127 @@
11
# @substrate/light-client-extension-helpers
22

3+
## 2.7.4
4+
5+
### Patch Changes
6+
7+
- 65ebf4d: chore(deps): bump the polkadot-api group with 9 updates
8+
9+
Bumps the polkadot-api group with 9 updates:
10+
11+
| Package | From | To |
12+
| ------------------------------------------------------------------------------------ | -------- | -------- |
13+
| [@polkadot-api/codegen](https://github.com/polkadot-api/polkadot-api) | `0.13.0` | `0.13.1` |
14+
| [@polkadot-api/metadata-builders](https://github.com/polkadot-api/polkadot-api) | `0.10.1` | `0.10.2` |
15+
| [@polkadot-api/metadata-compatibility](https://github.com/polkadot-api/polkadot-api) | `0.1.15` | `0.1.16` |
16+
| [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) | `0.8.0` | `0.8.2` |
17+
| [@polkadot-api/signer](https://github.com/polkadot-api/polkadot-api) | `0.1.14` | `0.1.15` |
18+
| [@polkadot-api/substrate-bindings](https://github.com/polkadot-api/polkadot-api) | `0.11.0` | `0.11.1` |
19+
| [@polkadot-api/ws-provider](https://github.com/polkadot-api/polkadot-api) | `0.3.6` | `0.4.0` |
20+
| [@polkadot-api/view-builder](https://github.com/polkadot-api/polkadot-api) | `0.4.2` | `0.4.3` |
21+
| [polkadot-api](https://github.com/polkadot-api/polkadot-api) | `1.9.1` | `1.9.5` |
22+
23+
Updates `@polkadot-api/codegen` from 0.13.0 to 0.13.1
24+
25+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
26+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
27+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits/[email protected])
28+
29+
Updates `@polkadot-api/metadata-builders` from 0.10.1 to 0.10.2
30+
31+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
32+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
33+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
34+
35+
Updates `@polkadot-api/metadata-compatibility` from 0.1.15 to 0.1.16
36+
37+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
38+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
39+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
40+
41+
Updates `@polkadot-api/observable-client` from 0.8.0 to 0.8.2
42+
43+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
44+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
45+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
46+
47+
Updates `@polkadot-api/signer` from 0.1.14 to 0.1.15
48+
49+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
50+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
51+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
52+
53+
Updates `@polkadot-api/substrate-bindings` from 0.11.0 to 0.11.1
54+
55+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
56+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
57+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
58+
59+
Updates `@polkadot-api/ws-provider` from 0.3.6 to 0.4.0
60+
61+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
62+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
63+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
64+
65+
Updates `@polkadot-api/view-builder` from 0.4.2 to 0.4.3
66+
67+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
68+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
69+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
70+
71+
Updates `polkadot-api` from 1.9.1 to 1.9.5
72+
73+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
74+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
75+
- [Commits](https://github.com/polkadot-api/polkadot-api/compare/[email protected]@1.9.5)
76+
77+
***
78+
79+
updated-dependencies:
80+
81+
- dependency-name: "@polkadot-api/codegen"
82+
dependency-type: direct:production
83+
update-type: version-update:semver-patch
84+
dependency-group: polkadot-api
85+
- dependency-name: "@polkadot-api/metadata-builders"
86+
dependency-type: direct:production
87+
update-type: version-update:semver-patch
88+
dependency-group: polkadot-api
89+
- dependency-name: "@polkadot-api/metadata-compatibility"
90+
dependency-type: direct:production
91+
update-type: version-update:semver-patch
92+
dependency-group: polkadot-api
93+
- dependency-name: "@polkadot-api/observable-client"
94+
dependency-type: direct:production
95+
update-type: version-update:semver-patch
96+
dependency-group: polkadot-api
97+
- dependency-name: "@polkadot-api/signer"
98+
dependency-type: direct:production
99+
update-type: version-update:semver-patch
100+
dependency-group: polkadot-api
101+
- dependency-name: "@polkadot-api/substrate-bindings"
102+
dependency-type: direct:production
103+
update-type: version-update:semver-patch
104+
dependency-group: polkadot-api
105+
- dependency-name: "@polkadot-api/ws-provider"
106+
dependency-type: direct:development
107+
update-type: version-update:semver-minor
108+
dependency-group: polkadot-api
109+
- dependency-name: "@polkadot-api/view-builder"
110+
dependency-type: direct:production
111+
update-type: version-update:semver-patch
112+
dependency-group: polkadot-api
113+
- dependency-name: polkadot-api
114+
dependency-type: direct:production
115+
update-type: version-update:semver-patch
116+
dependency-group: polkadot-api
117+
...
118+
119+
Signed-off-by: dependabot[bot] <[email protected]>
120+
121+
- Updated dependencies [543b163]
122+
- Updated dependencies [3cc9e6d]
123+
- @substrate/connect-known-chains@1.10.0
124+
3125
## 2.7.3
4126

5127
### Patch Changes

packages/light-client-extension-helpers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/light-client-extension-helpers",
3-
"version": "2.7.3",
3+
"version": "2.7.4",
44
"author": "Matias Volpe (https://github.com/kratico)",
55
"type": "module",
66
"repository": {

packages/smoldot-discovery-connector/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @substrate/smoldot-discovery-connector
22

3+
## 0.3.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [65ebf4d]
8+
- @substrate/light-client-extension-helpers@2.7.4
9+
310
## 0.3.8
411

512
### Patch Changes

packages/smoldot-discovery-connector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/smoldot-discovery-connector",
3-
"version": "0.3.8",
3+
"version": "0.3.9",
44
"author": "Parity Technologies (https://github.com/paritytech)",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)