Skip to content

Commit

Permalink
Version Packages (#164)
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 10, 2024
1 parent 4cddb94 commit 15b7a23
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-buttons-lay.md

This file was deleted.

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

## 0.1.71

### Patch Changes

- Updated dependencies [4cddb94]
- @blaze-cardano/tx@0.5.15
- @blaze-cardano/wallet@0.1.51

## 0.1.70

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

## 0.1.32

### Patch Changes

- Updated dependencies [4cddb94]
- @blaze-cardano/tx@0.5.15
- @blaze-cardano/uplc@0.1.26
- @blaze-cardano/wallet@0.1.51

## 0.1.31

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

## 0.5.15

### Patch Changes

- 4cddb94: patch: scriptDataHash recursive calc

## 0.5.14

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

## 0.1.26

### Patch Changes

- Updated dependencies [4cddb94]
- @blaze-cardano/tx@0.5.15

## 0.1.25

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

## 0.1.51

### Patch Changes

- Updated dependencies [4cddb94]
- @blaze-cardano/tx@0.5.15

## 0.1.50

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

0 comments on commit 15b7a23

Please sign in to comment.