Skip to content

Commit 15c5a58

Browse files
chore: version packages (#2577)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5baa034 commit 15c5a58

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/thin-tigers-burn.md

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

packages/smoldot-discovery-connector/CHANGELOG.md

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

3+
## 0.3.3
4+
5+
### Patch Changes
6+
7+
- 5baa034: fix: smoldot discovery connector cjs imports
8+
39
## 0.3.2
410

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

projects/extension/CHANGELOG.md

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

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5baa034]
8+
- @substrate/smoldot-discovery-connector@0.3.3
9+
310
## 0.13.0
411

512
### Minor Changes

projects/extension/package.json

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

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5baa034]
8+
- @substrate/smoldot-discovery-connector@0.3.3
9+
310
## 0.8.0
411

512
### Minor Changes

projects/wallet-template/package.json

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