Skip to content

Commit

Permalink
Merge pull request #341 from Anastasia-Labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
solidsnakedev authored Sep 22, 2024
2 parents 5371f4c + 397b205 commit 7118b6a
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/poor-socks-know.md

This file was deleted.

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

## 0.3.41

### Patch Changes

- Updated dependencies [[`33135ed`](https://github.com/Anastasia-Labs/lucid-evolution/commit/33135ed8532a3140025751cbc7e1b7efae74545d)]:
- @lucid-evolution/uplc@0.2.16
- @lucid-evolution/utils@0.1.49
- @lucid-evolution/provider@0.1.64
- @lucid-evolution/wallet@0.1.55

## 0.3.40

### 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.40",
"version": "0.3.41",
"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.64

### Patch Changes

- Updated dependencies []:
- @lucid-evolution/utils@0.1.49
- @lucid-evolution/wallet@0.1.55

## 0.1.63

### 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.63",
"version": "0.1.64",
"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.16

### Patch Changes

- [#340](https://github.com/Anastasia-Labs/lucid-evolution/pull/340) [`33135ed`](https://github.com/Anastasia-Labs/lucid-evolution/commit/33135ed8532a3140025751cbc7e1b7efae74545d) Thanks [@hadelive](https://github.com/hadelive)! - optimize uplc wasm size

## 0.2.15

### 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.15",
"version": "0.2.16",
"main": "./dist/node/uplc_tx.js",
"browser": "./dist/browser/uplc_tx.js",
"types": "./dist/node/uplc_tx.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @lucid-evolution/utils

## 0.1.49

### Patch Changes

- Updated dependencies [[`33135ed`](https://github.com/Anastasia-Labs/lucid-evolution/commit/33135ed8532a3140025751cbc7e1b7efae74545d)]:
- @lucid-evolution/uplc@0.2.16

## 0.1.48

### 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.48",
"version": "0.1.49",
"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.55

### Patch Changes

- Updated dependencies []:
- @lucid-evolution/utils@0.1.49

## 0.1.54

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

0 comments on commit 7118b6a

Please sign in to comment.