Skip to content

Commit

Permalink
Merge pull request #441 from Anastasia-Labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
solidsnakedev authored Dec 14, 2024
2 parents fa8e188 + 5fec074 commit 0173585
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/quick-bottles-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-kings-burn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-actors-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wise-queens-leave.md

This file was deleted.

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

## 0.4.15

### Patch Changes

- [#444](https://github.com/Anastasia-Labs/lucid-evolution/pull/444) [`d6870fb`](https://github.com/Anastasia-Labs/lucid-evolution/commit/d6870fbbd478fae445f33b1841180f7124ac0ce8) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - allow undefined datum output

- [#443](https://github.com/Anastasia-Labs/lucid-evolution/pull/443) [`dd3bd77`](https://github.com/Anastasia-Labs/lucid-evolution/commit/dd3bd772f59fc774c32b140e1e06314df2c69e4b) Thanks [@nikhils9](https://github.com/nikhils9)! - Fix `unixTimeToSlot` for Custom network

- Updated dependencies [[`8622e93`](https://github.com/Anastasia-Labs/lucid-evolution/commit/8622e93a002c4e9bc797d9e2e5d6804f573d1261), [`a375179`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a375179960e0d17a17d97474c53b9f285c9d5ad0), [`dd3bd77`](https://github.com/Anastasia-Labs/lucid-evolution/commit/dd3bd772f59fc774c32b140e1e06314df2c69e4b)]:
- @lucid-evolution/wallet@0.1.66
- @lucid-evolution/uplc@0.2.18
- @lucid-evolution/utils@0.1.60
- @lucid-evolution/provider@0.1.81

## 0.4.14

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

## 0.1.81

### Patch Changes

- Updated dependencies [[`8622e93`](https://github.com/Anastasia-Labs/lucid-evolution/commit/8622e93a002c4e9bc797d9e2e5d6804f573d1261), [`dd3bd77`](https://github.com/Anastasia-Labs/lucid-evolution/commit/dd3bd772f59fc774c32b140e1e06314df2c69e4b)]:
- @lucid-evolution/wallet@0.1.66
- @lucid-evolution/utils@0.1.60

## 0.1.80

### 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.80",
"version": "0.1.81",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/uplc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lucid-evolution/uplc

## 0.2.18

### Patch Changes

- [#446](https://github.com/Anastasia-Labs/lucid-evolution/pull/446) [`a375179`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a375179960e0d17a17d97474c53b9f285c9d5ad0) Thanks [@hadelive](https://github.com/hadelive)! - bump uplc 1.1.9

## 0.2.17

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/uplc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucid-evolution/uplc",
"version": "0.2.17",
"version": "0.2.18",
"main": "./dist/node/uplc_tx.js",
"browser": "./dist/browser/uplc_tx.js",
"types": "./dist/node/uplc_tx.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lucid-evolution/utils

## 0.1.60

### Patch Changes

- [#443](https://github.com/Anastasia-Labs/lucid-evolution/pull/443) [`dd3bd77`](https://github.com/Anastasia-Labs/lucid-evolution/commit/dd3bd772f59fc774c32b140e1e06314df2c69e4b) Thanks [@nikhils9](https://github.com/nikhils9)! - Fix `unixTimeToSlot` for Custom network

- Updated dependencies [[`a375179`](https://github.com/Anastasia-Labs/lucid-evolution/commit/a375179960e0d17a17d97474c53b9f285c9d5ad0)]:
- @lucid-evolution/uplc@0.2.18

## 0.1.59

### 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.59",
"version": "0.1.60",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @lucid-evolution/wallet

## 0.1.66

### Patch Changes

- [#415](https://github.com/Anastasia-Labs/lucid-evolution/pull/415) [`8622e93`](https://github.com/Anastasia-Labs/lucid-evolution/commit/8622e93a002c4e9bc797d9e2e5d6804f573d1261) Thanks [@keyan-m](https://github.com/keyan-m)! - Better interface for `walletFromSeed` to disallow bad options.

- Updated dependencies [[`dd3bd77`](https://github.com/Anastasia-Labs/lucid-evolution/commit/dd3bd772f59fc774c32b140e1e06314df2c69e4b)]:
- @lucid-evolution/utils@0.1.60

## 0.1.65

### Patch Changes
Expand Down
3 changes: 1 addition & 2 deletions 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.65",
"version": "0.1.66",
"description": "",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -23,7 +23,6 @@
"lint": "tsc --noEmit",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
"test": "vitest run"

},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 0173585

Please sign in to comment.