Skip to content

Commit 6210202

Browse files
chore: version packages (#2420)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Ryan Lee <ryan@parity.io>
1 parent a6444cd commit 6210202

File tree

26 files changed

+179
-75
lines changed

26 files changed

+179
-75
lines changed

.changeset/dependencies-GH-2415.md

-18
This file was deleted.

.changeset/dependencies-GH-2419.md

-20
This file was deleted.

.changeset/fair-poems-count.md

-7
This file was deleted.

.changeset/tidy-bikes-warn.md

-6
This file was deleted.

.changeset/violet-islands-tickle.md

-13
This file was deleted.

examples/smoldot-discovery-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@radix-ui/react-toggle": "^1.1.0",
3939
"@radix-ui/react-toggle-group": "^1.1.0",
4040
"@radix-ui/react-tooltip": "^1.1.2",
41-
"@substrate/discovery": "^0.0.2",
41+
"@substrate/discovery": "^0.1.0",
4242
"@substrate/smoldot-discovery": "workspace:^",
4343
"class-variance-authority": "^0.7.0",
4444
"clsx": "^2.1.1",

packages/connect-discovery/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @substrate/connect-discovery
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- b476e7e: update build system to tshy
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b476e7e]
12+
- @substrate/discovery@0.1.0
13+
314
## 0.0.8
415

516
### Patch Changes

packages/connect-discovery/package.json

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

packages/connect-extension-protocol/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- b476e7e: update build system to tshy
8+
39
## [Unreleased]
410

511
### Changed

packages/connect-extension-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/connect-extension-protocol",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Protocol for connect message passing with the extension",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "GPL-3.0-only",

packages/connect-known-chains/CHANGELOG.md

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

3+
## 1.4.0
4+
5+
### Minor Changes
6+
7+
- 6014927: update chainspecs
8+
- b476e7e: update build system to tshy
9+
310
## 1.3.0
411

512
### Minor 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.3.0",
3+
"version": "1.4.0",
44
"description": "Substrate-connect well known chain specifications",
55
"author": "Parity Team <admin@parity.io>",
66
"license": "GPL-3.0-only",

packages/connect/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- b476e7e: update build system to tshy
8+
worker is now exported under "browser" conditional export instead of node. "node" conditional export removed.
9+
10+
### Patch Changes
11+
12+
- Updated dependencies [6014927]
13+
- Updated dependencies [b476e7e]
14+
- @substrate/connect-known-chains@1.4.0
15+
- @substrate/connect-extension-protocol@2.1.0
16+
- @substrate/smoldot-discovery@1.1.0
17+
318
## 1.1.3
419

520
### 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": "1.1.3",
3+
"version": "1.2.0",
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 <admin@parity.io>",
66
"license": "GPL-3.0-only",

packages/discovery/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @substrate/discovery
22

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- b476e7e: update build system to tshy
8+
39
## 0.0.2
410

511
### Patch Changes

packages/discovery/package.json

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

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

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
- b476e7e: update build system to tshy
8+
9+
### Patch Changes
10+
11+
- 5f8b9ce: chore(deps-dev): bump @types/chrome from 0.0.268 to 0.0.270
12+
13+
Bumps [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) from 0.0.268 to 0.0.270.
14+
15+
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
16+
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)
17+
18+
***
19+
20+
updated-dependencies:
21+
22+
- dependency-name: "@types/chrome"
23+
dependency-type: direct:development
24+
update-type: version-update:semver-patch
25+
...
26+
27+
Signed-off-by: dependabot[bot] <support@github.com>
28+
29+
- Updated dependencies [6014927]
30+
- Updated dependencies [b476e7e]
31+
- @substrate/connect-known-chains@1.4.0
32+
- @substrate/connect-extension-protocol@2.1.0
33+
334
## 2.3.0
435

536
### Minor 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.3.0",
3+
"version": "2.4.0",
44
"author": "Matias Volpe (https://github.com/kratico)",
55
"type": "module",
66
"repository": {

packages/smoldot-discovery-connector/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- b476e7e: update build system to tshy
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [5f8b9ce]
12+
- Updated dependencies [b476e7e]
13+
- @substrate/light-client-extension-helpers@2.4.0
14+
315
## 0.0.5
416

517
### 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.0.5",
3+
"version": "0.1.0",
44
"author": "Parity Technologies (https://github.com/paritytech)",
55
"repository": {
66
"type": "git",

packages/smoldot-discovery/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- b476e7e: update build system to tshy
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [b476e7e]
12+
- @substrate/discovery@0.1.0
13+
314
## 1.0.1
415

516
### Patch Changes

packages/smoldot-discovery/package.json

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

projects/extension/CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,39 @@
11
# Changelog
22

3+
## 0.8.0
4+
5+
### Minor Changes
6+
7+
- 6014927: update chainspecs
8+
- b476e7e: update build system to tshy
9+
10+
### Patch Changes
11+
12+
- 69f1537: chore(deps-dev): bump tailwindcss from 3.4.6 to 3.4.10
13+
14+
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.6 to 3.4.10.
15+
16+
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
17+
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
18+
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.10)
19+
20+
***
21+
22+
updated-dependencies:
23+
24+
- dependency-name: tailwindcss
25+
dependency-type: direct:development
26+
update-type: version-update:semver-patch
27+
...
28+
29+
Signed-off-by: dependabot[bot] <support@github.com>
30+
31+
- Updated dependencies [5f8b9ce]
32+
- Updated dependencies [b476e7e]
33+
- @substrate/light-client-extension-helpers@2.4.0
34+
- @substrate/smoldot-discovery-connector@0.1.0
35+
- @substrate/connect-extension-protocol@2.1.0
36+
337
## 0.7.0
438

539
### Minor Changes

projects/extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/extension",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Browser extension to manage substrate-based blockchain light clients",
55
"main": "dist/src/index.js",
66
"author": "Parity Technologies",

projects/wallet-template/CHANGELOG.md

+35
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 6014927: update chainspecs
8+
- b476e7e: update build system to tshy
9+
10+
### Patch Changes
11+
12+
- 69f1537: chore(deps-dev): bump tailwindcss from 3.4.6 to 3.4.10
13+
14+
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.6 to 3.4.10.
15+
16+
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
17+
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
18+
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.6...v3.4.10)
19+
20+
***
21+
22+
updated-dependencies:
23+
24+
- dependency-name: tailwindcss
25+
dependency-type: direct:development
26+
update-type: version-update:semver-patch
27+
...
28+
29+
Signed-off-by: dependabot[bot] <support@github.com>
30+
31+
- Updated dependencies [5f8b9ce]
32+
- Updated dependencies [b476e7e]
33+
- @substrate/light-client-extension-helpers@2.4.0
34+
- @substrate/smoldot-discovery-connector@0.1.0
35+
- @substrate/connect-discovery@0.1.0
36+
- @substrate/discovery@0.1.0
37+
338
## 0.2.0
439

540
### Minor Changes

projects/wallet-template/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@substrate/wallet-template",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Wallet template for substrate-based blockchain light clients",
55
"main": "dist/src/index.js",
66
"author": "Parity Technologies",

0 commit comments

Comments
 (0)