Skip to content

Commit

Permalink
Version Packages (#187)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 26, 2024
1 parent 1188757 commit 588c7c3
Show file tree
Hide file tree
Showing 15 changed files with 67 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-jobs-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-tools-own.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-squids-camp.md

This file was deleted.

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

## 0.2.0

### Minor Changes

- 0a667b8: This fixes incorrect calculation for collateral values from a recent fix.

### Patch Changes

- Updated dependencies [1188757]
- Updated dependencies [719b768]
- Updated dependencies [0a667b8]
- @blaze-cardano/tx@0.7.0
- @blaze-cardano/query@0.2.18
- @blaze-cardano/wallet@0.1.57

## 0.1.77

### 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.77",
"version": "0.2.0",
"description": "Blaze cardano emulator library",
"exports": {
".": {
Expand Down
6 changes: 6 additions & 0 deletions packages/blaze-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @blaze-cardano/query

## 0.2.18

### Patch Changes

- 719b768: Adjust Maestro::getUnspentOutputByNFT flow to prevent race condition.

## 0.2.17

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

## 0.2.2

### Patch Changes

- Updated dependencies [1188757]
- Updated dependencies [719b768]
- Updated dependencies [0a667b8]
- @blaze-cardano/tx@0.7.0
- @blaze-cardano/query@0.2.18
- @blaze-cardano/uplc@0.1.31
- @blaze-cardano/wallet@0.1.57

## 0.2.1

### 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.2.1",
"version": "0.2.2",
"description": "Blaze cardano sdk library",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/blaze-tx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blaze-cardano/tx

## 0.7.0

### Minor Changes

- 0a667b8: This fixes incorrect calculation for collateral values from a recent fix.

### Patch Changes

- 1188757: patch: @AngelCastilloB Tx Builder wont select any inputs if withdrawal amount is enough to balance the transaction

## 0.6.1

### 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.6.1",
"version": "0.7.0",
"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.31

### Patch Changes

- Updated dependencies [1188757]
- Updated dependencies [0a667b8]
- @blaze-cardano/tx@0.7.0

## 0.1.30

### 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.30",
"version": "0.1.31",
"description": "Blaze untyped plutus core library",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/blaze-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blaze-cardano/wallet

## 0.1.57

### Patch Changes

- Updated dependencies [1188757]
- Updated dependencies [719b768]
- Updated dependencies [0a667b8]
- @blaze-cardano/tx@0.7.0
- @blaze-cardano/query@0.2.18

## 0.1.56

### 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.56",
"version": "0.1.57",
"description": "Blaze cardano wallet library",
"exports": {
".": {
Expand Down

0 comments on commit 588c7c3

Please sign in to comment.