Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tuler committed Sep 1, 2023
1 parent d07d6b0 commit 8dbc13e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/late-pens-travel.md

This file was deleted.

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

## 0.1.8

### Patch Changes

- Updated dependencies [d07d6b0]
- @deroll/wallet@0.3.4

## 0.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet",
"version": "0.1.7",
"version": "0.1.8",
"private": true,
"scripts": {
"build": "tsup",
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @deroll/wallet

## 0.3.4

### Patch Changes

- d07d6b0: fix wallet initialization on transfer

## 0.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deroll/wallet",
"version": "0.3.3",
"version": "0.3.4",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8dbc13e

Please sign in to comment.