Skip to content

Commit f18002f

Browse files
chore: version packages (#2670)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3a98d1d commit f18002f

File tree

14 files changed

+217
-67
lines changed

14 files changed

+217
-67
lines changed

.changeset/dependencies-GH-2677.md

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

.changeset/long-dolls-sin.md

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

packages/connect-known-chains/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @substrate/connect-known-chains
22

3+
## 1.10.1
4+
5+
### Patch Changes
6+
7+
- 3a98d1d: chore: update chainspecs and bootnodes
8+
39
## 1.10.0
410

511
### Minor Changes

packages/connect-known-chains/package.json

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

packages/connect/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 2.1.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3a98d1d]
8+
- @substrate/connect-known-chains@1.10.1
9+
310
## 2.1.6
411

512
### Patch Changes

packages/connect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/connect",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
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

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,68 @@
11
# @substrate/light-client-extension-helpers
22

3+
## 2.7.5
4+
5+
### Patch Changes
6+
7+
- 66eae37: chore(deps): bump the polkadot-api group with 4 updates
8+
9+
Bumps the polkadot-api group with 4 updates: [@polkadot-api/codegen](https://github.com/polkadot-api/polkadot-api), [@polkadot-api/metadata-compatibility](https://github.com/polkadot-api/polkadot-api), [@polkadot-api/observable-client](https://github.com/polkadot-api/polkadot-api) and [polkadot-api](https://github.com/polkadot-api/polkadot-api).
10+
11+
Updates `@polkadot-api/codegen` from 0.13.1 to 0.13.2
12+
13+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
14+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
15+
- [Commits](https://github.com/polkadot-api/polkadot-api/compare/[email protected]@0.13.2)
16+
17+
Updates `@polkadot-api/metadata-compatibility` from 0.1.16 to 0.2.0
18+
19+
- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
20+
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
21+
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)
22+
23+
Updates `@polkadot-api/observable-client` from 0.8.2 to 0.8.6
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)
28+
29+
Updates `polkadot-api` from 1.9.5 to 1.9.11
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+
***
36+
37+
updated-dependencies:
38+
39+
- dependency-name: "@polkadot-api/codegen"
40+
dependency-version: 0.13.2
41+
dependency-type: direct:production
42+
update-type: version-update:semver-patch
43+
dependency-group: polkadot-api
44+
- dependency-name: "@polkadot-api/metadata-compatibility"
45+
dependency-version: 0.2.0
46+
dependency-type: direct:production
47+
update-type: version-update:semver-minor
48+
dependency-group: polkadot-api
49+
- dependency-name: "@polkadot-api/observable-client"
50+
dependency-version: 0.8.6
51+
dependency-type: direct:production
52+
update-type: version-update:semver-patch
53+
dependency-group: polkadot-api
54+
- dependency-name: polkadot-api
55+
dependency-version: 1.9.11
56+
dependency-type: direct:production
57+
update-type: version-update:semver-patch
58+
dependency-group: polkadot-api
59+
...
60+
61+
Signed-off-by: dependabot[bot] <[email protected]>
62+
63+
- Updated dependencies [3a98d1d]
64+
- @substrate/connect-known-chains@1.10.1
65+
366
## 2.7.4
467

568
### Patch Changes

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

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

packages/smoldot-discovery-connector/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @substrate/smoldot-discovery-connector
22

3+
## 0.3.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [66eae37]
8+
- @substrate/light-client-extension-helpers@2.7.5
9+
310
## 0.3.9
411

512
### Patch Changes

packages/smoldot-discovery-connector/package.json

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

0 commit comments

Comments
 (0)