Skip to content

Commit 684c1eb

Browse files
Merge pull request #50 from Anastasia-Labs/changeset-release/main
Version Packages
2 parents c548794 + 516cb94 commit 684c1eb

21 files changed

Lines changed: 113 additions & 25 deletions

.changeset/perfect-shirts-relate.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

packages/bip39/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @lucid-evolution/bip39
22

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- [#49](https://github.com/Anastasia-Labs/lucid-evolution/pull/49) [`484a3c6`](https://github.com/Anastasia-Labs/lucid-evolution/commit/484a3c6bf273cedc0aa914eccebb4d78d633bdf4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - - bump CMl version 5.2
8+
- remove toCMLTransactionHash , use CML.hash_transaction which is the fixed function from CML 5.2
9+
- Updated dependencies [[`484a3c6`](https://github.com/Anastasia-Labs/lucid-evolution/commit/484a3c6bf273cedc0aa914eccebb4d78d633bdf4)]:
10+
- @lucid-evolution/core-utils@0.1.3
11+
312
## 0.2.2
413

514
### Patch Changes

packages/bip39/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucid-evolution/bip39",
3-
"version": "0.2.2",
3+
"version": "0.2.3",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/core-types/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lucid-evolution/core-types
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#49](https://github.com/Anastasia-Labs/lucid-evolution/pull/49) [`484a3c6`](https://github.com/Anastasia-Labs/lucid-evolution/commit/484a3c6bf273cedc0aa914eccebb4d78d633bdf4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - - bump CMl version 5.2
8+
- remove toCMLTransactionHash , use CML.hash_transaction which is the fixed function from CML 5.2
9+
310
## 0.1.2
411

512
### Patch Changes

packages/core-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucid-evolution/core-types",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/core-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lucid-evolution/core-utils
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#49](https://github.com/Anastasia-Labs/lucid-evolution/pull/49) [`484a3c6`](https://github.com/Anastasia-Labs/lucid-evolution/commit/484a3c6bf273cedc0aa914eccebb4d78d633bdf4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - - bump CMl version 5.2
8+
- remove toCMLTransactionHash , use CML.hash_transaction which is the fixed function from CML 5.2
9+
310
## 0.1.2
411

512
### Patch Changes

packages/core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucid-evolution/core-utils",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/crc8/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @lucid-evolution/crc8
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- [#49](https://github.com/Anastasia-Labs/lucid-evolution/pull/49) [`484a3c6`](https://github.com/Anastasia-Labs/lucid-evolution/commit/484a3c6bf273cedc0aa914eccebb4d78d633bdf4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - - bump CMl version 5.2
8+
- remove toCMLTransactionHash , use CML.hash_transaction which is the fixed function from CML 5.2
9+
310
## 0.1.2
411

512
### Patch Changes

packages/crc8/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lucid-evolution/crc8",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

packages/lucid/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @lucid-evolution/lucid
22

3+
## 0.2.7
4+
5+
### Patch Changes
6+
7+
- [#49](https://github.com/Anastasia-Labs/lucid-evolution/pull/49) [`484a3c6`](https://github.com/Anastasia-Labs/lucid-evolution/commit/484a3c6bf273cedc0aa914eccebb4d78d633bdf4) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - - bump CMl version 5.2
8+
- remove toCMLTransactionHash , use CML.hash_transaction which is the fixed function from CML 5.2
9+
- Updated dependencies [[`484a3c6`](https://github.com/Anastasia-Labs/lucid-evolution/commit/484a3c6bf273cedc0aa914eccebb4d78d633bdf4)]:
10+
- @lucid-evolution/core-types@0.1.3
11+
- @lucid-evolution/core-utils@0.1.3
12+
- @lucid-evolution/sign_data@0.1.3
13+
- @lucid-evolution/provider@0.1.3
14+
- @lucid-evolution/plutus@0.1.6
15+
- @lucid-evolution/wallet@0.1.3
16+
- @lucid-evolution/bip39@0.2.3
17+
- @lucid-evolution/utils@0.1.3
18+
319
## 0.2.6
420

521
### Patch Changes

0 commit comments

Comments
 (0)