Skip to content

Commit

Permalink
Version Packages (#159)
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 8, 2024
1 parent bb5da39 commit 4b45f1d
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/unlucky-ears-switch.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.68

### Patch Changes

- Updated dependencies [bb5da39]
- @blaze-cardano/query@0.2.15
- @blaze-cardano/tx@0.5.12
- @blaze-cardano/wallet@0.1.48

## 0.1.67

### 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.67",
"version": "0.1.68",
"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.15

### Patch Changes

- bb5da39: patch: remove u5c until fix, patched eval

## 0.2.14

### 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.14",
"version": "0.2.15",
"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.29

### Patch Changes

- Updated dependencies [bb5da39]
- @blaze-cardano/query@0.2.15
- @blaze-cardano/tx@0.5.12
- @blaze-cardano/wallet@0.1.48
- @blaze-cardano/uplc@0.1.23

## 0.1.28

### 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.28",
"version": "0.1.29",
"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.12

### Patch Changes

- bb5da39: patch: remove u5c until fix, patched eval

## 0.5.11

### 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.11",
"version": "0.5.12",
"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.23

### Patch Changes

- Updated dependencies [bb5da39]
- @blaze-cardano/tx@0.5.12

## 0.1.22

### 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.22",
"version": "0.1.23",
"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.48

### Patch Changes

- Updated dependencies [bb5da39]
- @blaze-cardano/query@0.2.15
- @blaze-cardano/tx@0.5.12

## 0.1.47

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

0 comments on commit 4b45f1d

Please sign in to comment.