Skip to content

Commit

Permalink
Merge pull request #384 from Anastasia-Labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
solidsnakedev authored Oct 31, 2024
2 parents 3b5f7a3 + 873c3ef commit bbd5fd3
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .changeset/quick-houses-joke.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- [#383](https://github.com/Anastasia-Labs/lucid-evolution/pull/383) [`0baf07f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0baf07fa5c0affadabdc7b8b581d3e4c6260960f) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Make I/O-bound computations optional by allowing preset protocol parameters during Lucid initialization and preset wallet UTXOs during transaction building. Updated Effect library to the latest version.

### Patch Changes

- Updated dependencies [[`0baf07f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0baf07fa5c0affadabdc7b8b581d3e4c6260960f)]:
- @lucid-evolution/provider@0.1.71
- @lucid-evolution/utils@0.1.53
- @lucid-evolution/wallet@0.1.59

## 0.3.53

### 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.3.53",
"version": "0.4.0",
"license": "MIT",
"author": "",
"description": "Next-generation transaction builder for highly scalable dApps on Cardano",
Expand Down
10 changes: 10 additions & 0 deletions packages/provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @lucid-evolution/provider

## 0.1.71

### Patch Changes

- [#383](https://github.com/Anastasia-Labs/lucid-evolution/pull/383) [`0baf07f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0baf07fa5c0affadabdc7b8b581d3e4c6260960f) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Make I/O-bound computations optional by allowing preset protocol parameters during Lucid initialization and preset wallet UTXOs during transaction building. Updated Effect library to the latest version.

- Updated dependencies [[`0baf07f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0baf07fa5c0affadabdc7b8b581d3e4c6260960f)]:
- @lucid-evolution/utils@0.1.53
- @lucid-evolution/wallet@0.1.59

## 0.1.70

### 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.70",
"version": "0.1.71",
"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.53

### Patch Changes

- [#383](https://github.com/Anastasia-Labs/lucid-evolution/pull/383) [`0baf07f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0baf07fa5c0affadabdc7b8b581d3e4c6260960f) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - Make I/O-bound computations optional by allowing preset protocol parameters during Lucid initialization and preset wallet UTXOs during transaction building. Updated Effect library to the latest version.

## 0.1.52

### 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.52",
"version": "0.1.53",
"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.59

### Patch Changes

- Updated dependencies [[`0baf07f`](https://github.com/Anastasia-Labs/lucid-evolution/commit/0baf07fa5c0affadabdc7b8b581d3e4c6260960f)]:
- @lucid-evolution/utils@0.1.53

## 0.1.58

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

0 comments on commit bbd5fd3

Please sign in to comment.