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 Sep 13, 2024
1 parent bdf17aa commit d3450b5
Show file tree
Hide file tree
Showing 12 changed files with 47 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/hot-teachers-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-years-cough.md

This file was deleted.

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

## 0.1.74

### Patch Changes

- Updated dependencies [bdf17aa]
- Updated dependencies [73e34a6]
- @blaze-cardano/tx@0.5.17
- @blaze-cardano/wallet@0.1.54

## 0.1.73

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-emulator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze-cardano/emulator",
"version": "0.1.73",
"version": "0.1.74",
"description": "Blaze cardano emulator library",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/blaze-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blaze-cardano/sdk

## 0.1.35

### Patch Changes

- Updated dependencies [bdf17aa]
- Updated dependencies [73e34a6]
- @blaze-cardano/tx@0.5.17
- @blaze-cardano/uplc@0.1.28
- @blaze-cardano/wallet@0.1.54

## 0.1.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze-cardano/sdk",
"version": "0.1.34",
"version": "0.1.35",
"description": "Blaze cardano sdk library",
"exports": {
".": {
Expand Down
7 changes: 7 additions & 0 deletions packages/blaze-tx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blaze-cardano/tx

## 0.5.17

### Patch Changes

- bdf17aa: Fix utxo comparison from object comparison to comparing the output reference manually
- 73e34a6: Add balanceMultiAssetChange to avoid exceeding the max value size for an output

## 0.5.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-tx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze-cardano/tx",
"version": "0.5.16",
"version": "0.5.17",
"description": "Blaze cardano transaction building library",
"exports": {
".": {
Expand Down
8 changes: 8 additions & 0 deletions packages/blaze-uplc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blaze-cardano/uplc

## 0.1.28

### Patch Changes

- Updated dependencies [bdf17aa]
- Updated dependencies [73e34a6]
- @blaze-cardano/tx@0.5.17

## 0.1.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-uplc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze-cardano/uplc",
"version": "0.1.27",
"version": "0.1.28",
"description": "Blaze untyped plutus core library",
"exports": {
".": {
Expand Down
8 changes: 8 additions & 0 deletions packages/blaze-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @blaze-cardano/wallet

## 0.1.54

### Patch Changes

- Updated dependencies [bdf17aa]
- Updated dependencies [73e34a6]
- @blaze-cardano/tx@0.5.17

## 0.1.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze-cardano/wallet",
"version": "0.1.53",
"version": "0.1.54",
"description": "Blaze cardano wallet library",
"exports": {
".": {
Expand Down

0 comments on commit d3450b5

Please sign in to comment.