Skip to content

Commit

Permalink
chore: version packages (#2315)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jul 10, 2024
1 parent b4784f5 commit ecb8e7b
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 29 deletions.
18 changes: 0 additions & 18 deletions .changeset/dependencies-GH-2311.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/smooth-ghosts-whisper.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.0.6

### Patch Changes

- Updated dependencies [78ca884]
- @substrate/smoldot-discovery@0.0.7

## 1.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/connect",
"version": "1.0.5",
"version": "1.0.6",
"description": "Substrate-connect to Smoldot clients. Using either substrate extension with predefined clients or an internal smoldot client based on chainSpecs provided.",
"author": "Parity Team <admin@parity.io>",
"license": "GPL-3.0-only",
Expand Down
7 changes: 7 additions & 0 deletions packages/smoldot-discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @substrate/smoldot-discovery

## 0.0.7

### Patch Changes

- 78ca884: chore: add smoldot discovery connector
2 changes: 1 addition & 1 deletion packages/smoldot-discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/smoldot-discovery",
"version": "0.0.6",
"version": "0.0.7",
"author": "Parity Technologies (https://github.com/paritytech)",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions projects/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.4

### Patch Changes

- 78ca884: chore: add smoldot discovery connector
- Updated dependencies [78ca884]
- @substrate/smoldot-discovery@0.0.7

## 0.5.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion projects/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/extension",
"version": "0.5.3",
"version": "0.5.4",
"description": "Browser extension to manage substrate-based blockchain light clients",
"main": "dist/src/index.js",
"author": "Parity Technologies",
Expand Down
26 changes: 26 additions & 0 deletions projects/wallet-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.0.4

### Patch Changes

- b4784f5: chore(deps): bump @hookform/resolvers from 3.6.0 to 3.9.0

Bumps [@hookform/resolvers](https://github.com/react-hook-form/resolvers) from 3.6.0 to 3.9.0.

- [Release notes](https://github.com/react-hook-form/resolvers/releases)
- [Commits](https://github.com/react-hook-form/resolvers/compare/v3.6.0...v3.9.0)

***

updated-dependencies:

- dependency-name: "@hookform/resolvers"
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

- 78ca884: chore: add smoldot discovery connector
- Updated dependencies [78ca884]
- @substrate/smoldot-discovery@0.0.7

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion projects/wallet-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/wallet-template",
"version": "0.0.3",
"version": "0.0.4",
"description": "Wallet template for substrate-based blockchain light clients",
"main": "dist/src/index.js",
"author": "Parity Technologies",
Expand Down

0 comments on commit ecb8e7b

Please sign in to comment.