Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 27, 2024
1 parent c9fab80 commit 9886c71
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/tidy-books-count.md

This file was deleted.

11 changes: 11 additions & 0 deletions packages/lucid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @lucid-evolution/lucid

## 0.2.31

### Patch Changes

- [#119](https://github.com/Anastasia-Labs/lucid-evolution/pull/119) [`d0446f2`](https://github.com/Anastasia-Labs/lucid-evolution/commit/d0446f2e2ce9d91e6e514cba97c9ba101c83b66b) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - add coin selection algorithm, input selection is done in descending order

- Updated dependencies [[`d0446f2`](https://github.com/Anastasia-Labs/lucid-evolution/commit/d0446f2e2ce9d91e6e514cba97c9ba101c83b66b)]:
- @lucid-evolution/utils@0.1.12
- @lucid-evolution/provider@0.1.16
- @lucid-evolution/wallet@0.1.12

## 0.2.30

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/lucid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucid-evolution/lucid",
"version": "0.2.30",
"version": "0.2.31",
"license": "MIT",
"author": "",
"description": "Next-generation transaction builder for highly scalable dApps on Cardano",
Expand Down
7 changes: 7 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lucid-evolution/provider

## 0.1.16

### Patch Changes

- Updated dependencies [[`d0446f2`](https://github.com/Anastasia-Labs/lucid-evolution/commit/d0446f2e2ce9d91e6e514cba97c9ba101c83b66b)]:
- @lucid-evolution/utils@0.1.12

## 0.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucid-evolution/provider",
"version": "0.1.15",
"version": "0.1.16",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucid-evolution/utils

## 0.1.12

### Patch Changes

- [#119](https://github.com/Anastasia-Labs/lucid-evolution/pull/119) [`d0446f2`](https://github.com/Anastasia-Labs/lucid-evolution/commit/d0446f2e2ce9d91e6e514cba97c9ba101c83b66b) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - add coin selection algorithm, input selection is done in descending order

## 0.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucid-evolution/utils",
"version": "0.1.11",
"version": "0.1.12",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lucid-evolution/wallet

## 0.1.12

### Patch Changes

- Updated dependencies [[`d0446f2`](https://github.com/Anastasia-Labs/lucid-evolution/commit/d0446f2e2ce9d91e6e514cba97c9ba101c83b66b)]:
- @lucid-evolution/utils@0.1.12

## 0.1.11

### 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": "@lucid-evolution/wallet",
"version": "0.1.11",
"version": "0.1.12",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 9886c71

Please sign in to comment.