Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version packages #2632

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 0 additions & 23 deletions .changeset/dependencies-GH-2627.md

This file was deleted.

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

This file was deleted.

25 changes: 25 additions & 0 deletions projects/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 0.14.2

### Patch Changes

- 8480a6f: chore(deps-dev): bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group

Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `vite` from 6.0.7 to 6.0.9

- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)

***

updated-dependencies:

- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

## 0.14.1

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

## 0.9.2

### Patch Changes

- 8480a6f: chore(deps-dev): bump vite from 6.0.7 to 6.0.9 in the npm_and_yarn group

Bumps the npm_and_yarn group with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).

Updates `vite` from 6.0.7 to 6.0.9

- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite)

***

updated-dependencies:

- dependency-name: vite
dependency-type: direct:development
dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>

- e4569e2: chore(deps): bump sonner from 1.5.0 to 1.7.2

Bumps [sonner](https://github.com/emilkowalski/sonner) from 1.5.0 to 1.7.2.

- [Release notes](https://github.com/emilkowalski/sonner/releases)
- [Commits](https://github.com/emilkowalski/sonner/compare/v.1.5.0...v.1.7.2)

***

updated-dependencies:

- dependency-name: sonner
dependency-type: direct:production
update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

## 0.9.1

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