Skip to content

Commit a2a10e1

Browse files
Merge pull request #35 from Anastasia-Labs/changeset-release/main
Version Packages
2 parents 2cfe6a8 + 6d01376 commit a2a10e1

30 files changed

Lines changed: 120 additions & 37 deletions

.changeset/calm-readers-tease.md

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

.changeset/tender-poets-admire.md

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

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# docs
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#36](https://github.com/Anastasia-Labs/lucid-evolution/pull/36) [`fea08c4`](https://github.com/Anastasia-Labs/lucid-evolution/commit/fea08c44cdc52e58ed7a20ab4dc2566e708e8a21) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - fix building

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

packages/bip39/CHANGELOG.md

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

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#36](https://github.com/Anastasia-Labs/lucid-evolution/pull/36) [`fea08c4`](https://github.com/Anastasia-Labs/lucid-evolution/commit/fea08c44cdc52e58ed7a20ab4dc2566e708e8a21) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - fix building
8+
39
## 0.1.0
410

511
### Minor 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.1.0",
3+
"version": "0.2.0",
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
@@ -0,0 +1,7 @@
1+
# @lucid-evolution/core-types
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#36](https://github.com/Anastasia-Labs/lucid-evolution/pull/36) [`fea08c4`](https://github.com/Anastasia-Labs/lucid-evolution/commit/fea08c44cdc52e58ed7a20ab4dc2566e708e8a21) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - fix building

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.0.1",
3+
"version": "0.1.0",
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
@@ -0,0 +1,7 @@
1+
# @lucid-evolution/core-utils
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#36](https://github.com/Anastasia-Labs/lucid-evolution/pull/36) [`fea08c4`](https://github.com/Anastasia-Labs/lucid-evolution/commit/fea08c44cdc52e58ed7a20ab4dc2566e708e8a21) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - fix building

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.0.1",
3+
"version": "0.1.0",
44
"description": "",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)