Skip to content

Commit

Permalink
chore: version packages (#2351)
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 18, 2024
1 parent 3efab80 commit 605c016
Show file tree
Hide file tree
Showing 15 changed files with 132 additions and 87 deletions.
18 changes: 0 additions & 18 deletions .changeset/dependencies-GH-2346.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/dependencies-GH-2347.md

This file was deleted.

18 changes: 0 additions & 18 deletions .changeset/dependencies-GH-2348.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/dependencies-GH-2349.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/quiet-moles-roll.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/connect-known-chains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @substrate/connect-known-chains

## 1.1.11

### Patch Changes

- 3efab80: update chainspecs

## 1.1.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/connect-known-chains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/connect-known-chains",
"version": "1.1.10",
"version": "1.1.11",
"description": "Substrate-connect well known chain specifications",
"author": "Parity Team <admin@parity.io>",
"license": "GPL-3.0-only",
Expand Down
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.9

### Patch Changes

- Updated dependencies [3efab80]
- @substrate/connect-known-chains@1.1.11

## 1.0.8

### 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.8",
"version": "1.0.9",
"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/light-client-extension-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @substrate/light-client-extension-helpers

## 2.1.3

### Patch Changes

- Updated dependencies [3efab80]
- @substrate/connect-known-chains@1.1.11

## 2.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/light-client-extension-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@substrate/light-client-extension-helpers",
"version": "2.1.2",
"version": "2.1.3",
"author": "Matias Volpe (https://github.com/kratico)",
"repository": {
"type": "git",
Expand Down
26 changes: 26 additions & 0 deletions projects/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.5.8

### Patch Changes

- 328b463: chore(deps-dev): bump tailwindcss from 3.4.4 to 3.4.6

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.4 to 3.4.6.

- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6)

***

updated-dependencies:

- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...

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

- 3efab80: update chainspecs
- @substrate/light-client-extension-helpers@2.1.3

## 0.5.7

### 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.7",
"version": "0.5.8",
"description": "Browser extension to manage substrate-based blockchain light clients",
"main": "dist/src/index.js",
"author": "Parity Technologies",
Expand Down
81 changes: 81 additions & 0 deletions projects/wallet-template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,86 @@
# Changelog

## 0.0.8

### Patch Changes

- d79b3f6: chore(deps): bump @radix-ui/react-aspect-ratio from 1.0.3 to 1.1.0

Bumps [@radix-ui/react-aspect-ratio](https://github.com/radix-ui/primitives) from 1.0.3 to 1.1.0.

- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

***

updated-dependencies:

- dependency-name: "@radix-ui/react-aspect-ratio"
dependency-type: direct:production
update-type: version-update:semver-minor
...

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

- 9259c59: chore(deps): bump @polkadot-api/view-builder from 0.2.1 to 0.2.2

Bumps [@polkadot-api/view-builder](https://github.com/polkadot-api/polkadot-api) from 0.2.1 to 0.2.2.

- [Release notes](https://github.com/polkadot-api/polkadot-api/releases)
- [Changelog](https://github.com/polkadot-api/polkadot-api/blob/main/NEWS.md)
- [Commits](https://github.com/polkadot-api/polkadot-api/commits)

***

updated-dependencies:

- dependency-name: "@polkadot-api/view-builder"
dependency-type: direct:production
update-type: version-update:semver-patch
...

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

- 1f1ee57: chore(deps): bump @radix-ui/react-menubar from 1.0.4 to 1.1.1

Bumps [@radix-ui/react-menubar](https://github.com/radix-ui/primitives) from 1.0.4 to 1.1.1.

- [Changelog](https://github.com/radix-ui/primitives/blob/main/release-process.md)
- [Commits](https://github.com/radix-ui/primitives/commits)

***

updated-dependencies:

- dependency-name: "@radix-ui/react-menubar"
dependency-type: direct:production
update-type: version-update:semver-minor
...

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

- 328b463: chore(deps-dev): bump tailwindcss from 3.4.4 to 3.4.6

Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.4 to 3.4.6.

- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.6)

***

updated-dependencies:

- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-patch
...

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

- 3efab80: update chainspecs
- @substrate/light-client-extension-helpers@2.1.3

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "Wallet template for substrate-based blockchain light clients",
"main": "dist/src/index.js",
"author": "Parity Technologies",
Expand Down

0 comments on commit 605c016

Please sign in to comment.