Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent 7d957be commit 84b9f7c
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-peas-sneeze.md

This file was deleted.

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

## 0.2.33

### Patch Changes

- Updated dependencies [[`25b0416`](https://github.com/Anastasia-Labs/lucid-evolution/commit/25b0416e597edb44bf160c1d3086041b7b4117ff)]:
- @lucid-evolution/utils@0.1.14
- @lucid-evolution/provider@0.1.18
- @lucid-evolution/wallet@0.1.14

## 0.2.32

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

## 0.1.18

### Patch Changes

- Updated dependencies [[`25b0416`](https://github.com/Anastasia-Labs/lucid-evolution/commit/25b0416e597edb44bf160c1d3086041b7b4117ff)]:
- @lucid-evolution/utils@0.1.14

## 0.1.17

### 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.17",
"version": "0.1.18",
"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.14

### Patch Changes

- [#124](https://github.com/Anastasia-Labs/lucid-evolution/pull/124) [`25b0416`](https://github.com/Anastasia-Labs/lucid-evolution/commit/25b0416e597edb44bf160c1d3086041b7b4117ff) Thanks [@solidsnakedev](https://github.com/solidsnakedev)! - remove toSorted function, use normal sort

## 0.1.13

### 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.13",
"version": "0.1.14",
"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.14

### Patch Changes

- Updated dependencies [[`25b0416`](https://github.com/Anastasia-Labs/lucid-evolution/commit/25b0416e597edb44bf160c1d3086041b7b4117ff)]:
- @lucid-evolution/utils@0.1.14

## 0.1.13

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

0 comments on commit 84b9f7c

Please sign in to comment.