Skip to content

Commit

Permalink
Merge pull request #27 from butaneprotocol/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
micahkendall authored May 22, 2024
2 parents fcc6773 + f82c0fa commit 671150f
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 11 deletions.
5 changes: 0 additions & 5 deletions .changeset/shy-shirts-complain.md

This file was deleted.

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

## 0.1.2

### Patch Changes

- fcc6773: export txcbor for alex

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze-cardano/core",
"version": "0.1.1",
"version": "0.1.2",
"description": "Blaze cardano core library",
"exports": {
".": {
Expand Down
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.8

### Patch Changes

- Updated dependencies [fcc6773]
- @blaze-cardano/core@0.1.2
- @blaze-cardano/query@0.0.5
- @blaze-cardano/tx@0.0.8
- @blaze-cardano/wallet@0.0.9

## 0.1.7

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

## 0.0.5

### Patch Changes

- Updated dependencies [fcc6773]
- @blaze-cardano/core@0.1.2

## 0.0.4

### 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.0.4",
"version": "0.0.5",
"description": "Blaze cardano emulator library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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.0.10

### Patch Changes

- Updated dependencies [fcc6773]
- @blaze-cardano/core@0.1.2
- @blaze-cardano/query@0.0.5
- @blaze-cardano/tx@0.0.8
- @blaze-cardano/wallet@0.0.9

## 0.0.9

### 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.9",
"version": "0.0.10",
"description": "Blaze cardano sdk library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
7 changes: 7 additions & 0 deletions packages/blaze-tx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blaze-cardano/tx

## 0.0.8

### Patch Changes

- Updated dependencies [fcc6773]
- @blaze-cardano/core@0.1.2

## 0.0.7

### 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.7",
"version": "0.0.8",
"description": "Blaze cardano transaction building 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.0.9

### Patch Changes

- Updated dependencies [fcc6773]
- @blaze-cardano/core@0.1.2
- @blaze-cardano/query@0.0.5
- @blaze-cardano/tx@0.0.8

## 0.0.8

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

0 comments on commit 671150f

Please sign in to comment.