Skip to content

Commit

Permalink
Merge pull request Anastasia-Labs#123 from Anastasia-Labs/changeset-r…
Browse files Browse the repository at this point in the history
…elease/main

Version Packages
  • Loading branch information
solidsnakedev authored May 30, 2024
2 parents f02add6 + bda54c4 commit c079bb5
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-flowers-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-radios-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-pugs-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-boxes-switch.md

This file was deleted.

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

## 0.2.32

### Patch Changes

- [#121](https://github.com/Anastasia-Labs/lucid-evolution/pull/121) [`0973c38`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0973c381b00b83679110848cebef7f47a45c5c5b) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - improve code structure

- [#121](https://github.com/Anastasia-Labs/lucid-evolution/pull/121) [`0069b6b`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0069b6be467f86c480b39e30ccd14722a66055e6) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - refactor tx signer

- [#121](https://github.com/Anastasia-Labs/lucid-evolution/pull/121) [`57b281f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/57b281f4cf0fd17b3f2ce5326bad2168659d8f5c) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - implement CompleteOptions

- [#121](https://github.com/Anastasia-Labs/lucid-evolution/pull/121) [`a84ac5f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a84ac5f8dcaf699fa5e19ec55b9716a881d649bd) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - selecting utxos can be done to ordered/unordered list

- Updated dependencies [[`a84ac5f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a84ac5f8dcaf699fa5e19ec55b9716a881d649bd)]:
- @lucid-evolution/utils@0.1.13
- @lucid-evolution/provider@0.1.17
- @lucid-evolution/wallet@0.1.13

## 0.2.31

### 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.31",
"version": "0.2.32",
"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.17

### Patch Changes

- Updated dependencies [[`a84ac5f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a84ac5f8dcaf699fa5e19ec55b9716a881d649bd)]:
- @lucid-evolution/utils@0.1.13

## 0.1.16

### 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.16",
"version": "0.1.17",
"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.13

### Patch Changes

- [#121](https://github.com/Anastasia-Labs/lucid-evolution/pull/121) [`a84ac5f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a84ac5f8dcaf699fa5e19ec55b9716a881d649bd) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - selecting utxos can be done to ordered/unordered list

## 0.1.12

### 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.12",
"version": "0.1.13",
"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.13

### Patch Changes

- Updated dependencies [[`a84ac5f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a84ac5f8dcaf699fa5e19ec55b9716a881d649bd)]:
- @lucid-evolution/utils@0.1.13

## 0.1.12

### 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.12",
"version": "0.1.13",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit c079bb5

Please sign in to comment.