Skip to content

Commit

Permalink
Version Packages (#19)
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 May 9, 2024
1 parent 4379725 commit 76d9dbc
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/orange-bees-raise.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.6

### Patch Changes

- 4379725: Reference script handling patch
- Updated dependencies [4379725]
- @blaze-cardano/tx@0.0.7
- @blaze-cardano/wallet@0.0.7

## 0.1.5

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

## 0.0.8

### Patch Changes

- Updated dependencies [4379725]
- @blaze-cardano/tx@0.0.7
- @blaze-cardano/wallet@0.0.7

## 0.0.7

### 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.0.7",
"version": "0.0.8",
"description": "Blaze cardano sdk library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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.0.7

### Patch Changes

- 4379725: Reference script handling patch

## 0.0.6

### 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,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@blaze-cardano/tx",
"version": "0.0.6",
"version": "0.0.7",
"description": "Blaze cardano transaction building 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.0.7

### Patch Changes

- Updated dependencies [4379725]
- @blaze-cardano/tx@0.0.7

## 0.0.6

### 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.0.6",
"version": "0.0.7",
"description": "Blaze cardano wallet library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit 76d9dbc

Please sign in to comment.