Skip to content

Commit

Permalink
Version Packages (#109)
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 Aug 14, 2024
1 parent 40c1fd7 commit d410bb4
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-moose-train.md

This file was deleted.

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

## 0.1.46

### Patch Changes

- @blaze-cardano/query@0.2.6
- @blaze-cardano/wallet@0.1.26

## 0.1.45

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

## 0.0.4

### Patch Changes

- 40c1fd7: bug: fix bigint replacer for ogmios json stringify

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-ogmios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blaze-cardano/ogmios",
"version": "0.0.3",
"version": "0.0.4",
"description": "Blaze cardano ogmios library",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
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.2.6

### Patch Changes

- Updated dependencies [40c1fd7]
- @blaze-cardano/ogmios@0.0.4

## 0.2.5

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

## 0.1.7

### Patch Changes

- @blaze-cardano/query@0.2.6
- @blaze-cardano/wallet@0.1.26

## 0.1.6

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

## 0.1.26

### Patch Changes

- @blaze-cardano/query@0.2.6

## 0.1.25

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

0 comments on commit d410bb4

Please sign in to comment.