Skip to content

Commit

Permalink
Version Packages (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 17, 2024
1 parent 471d47d commit 9d45156
Show file tree
Hide file tree
Showing 13 changed files with 60 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-plants-roll.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-comics-teach.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-rocks-wait.md

This file was deleted.

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

## 0.1.75

### Patch Changes

- Updated dependencies [c924f95]
- Updated dependencies [471d47d]
- Updated dependencies [c951eec]
- @blaze-cardano/tx@0.6.0
- @blaze-cardano/wallet@0.1.55

## 0.1.74

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

## 0.2.0

### Minor Changes

- 471d47d: Submit built transactions through the wallet by default, while allowing a provider option.

### Patch Changes

- c951eec: avoid preCompleteHook overriding user selections
- Updated dependencies [c924f95]
- Updated dependencies [471d47d]
- Updated dependencies [c951eec]
- @blaze-cardano/tx@0.6.0
- @blaze-cardano/uplc@0.1.29
- @blaze-cardano/wallet@0.1.55

## 0.1.35

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

## 0.6.0

### Minor Changes

- 471d47d: Submit built transactions through the wallet by default, while allowing a provider option.

### Patch Changes

- c924f95: Fix fee calculation before evaluation
- c951eec: avoid preCompleteHook overriding user selections

## 0.5.17

### 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.17",
"version": "0.6.0",
"description": "Blaze cardano transaction building library",
"exports": {
".": {
Expand Down
9 changes: 9 additions & 0 deletions packages/blaze-uplc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @blaze-cardano/uplc

## 0.1.29

### Patch Changes

- Updated dependencies [c924f95]
- Updated dependencies [471d47d]
- Updated dependencies [c951eec]
- @blaze-cardano/tx@0.6.0

## 0.1.28

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

## 0.1.55

### Patch Changes

- Updated dependencies [c924f95]
- Updated dependencies [471d47d]
- Updated dependencies [c951eec]
- @blaze-cardano/tx@0.6.0

## 0.1.54

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

0 comments on commit 9d45156

Please sign in to comment.