Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and rvcas committed Aug 21, 2024
1 parent e0b5c36 commit 1c9c603
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changeset/slimy-bags-love.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strange-dots-play.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.4.1

### Patch Changes

- b9ea33c: feat: add min fee calculation for Conway reference script params

## 0.4.0

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

## 0.1.49

### Patch Changes

- b9ea33c: feat: add min fee calculation for Conway reference script params
- Updated dependencies [b9ea33c]
- Updated dependencies [e0b5c36]
- @blaze-cardano/query@0.2.7
- @blaze-cardano/core@0.4.1
- @blaze-cardano/tx@0.3.4
- @blaze-cardano/wallet@0.1.29
- @blaze-cardano/vm@0.0.34

## 0.1.48

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

## 0.2.7

### Patch Changes

- b9ea33c: feat: add min fee calculation for Conway reference script params
- e0b5c36: Blockfrost submission was including an incorrect header, preventing finality. Script data hash generation was using outdated models for Conway.
- Updated dependencies [b9ea33c]
- @blaze-cardano/core@0.4.1

## 0.2.6

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

## 0.1.10

### Patch Changes

- Updated dependencies [b9ea33c]
- Updated dependencies [e0b5c36]
- @blaze-cardano/query@0.2.7
- @blaze-cardano/core@0.4.1
- @blaze-cardano/tx@0.3.4
- @blaze-cardano/wallet@0.1.29
- @blaze-cardano/uplc@0.1.7

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

## 0.3.4

### Patch Changes

- b9ea33c: feat: add min fee calculation for Conway reference script params
- e0b5c36: Blockfrost submission was including an incorrect header, preventing finality. Script data hash generation was using outdated models for Conway.
- Updated dependencies [b9ea33c]
- @blaze-cardano/core@0.4.1

## 0.3.3

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

## 0.1.7

### Patch Changes

- Updated dependencies [b9ea33c]
- Updated dependencies [e0b5c36]
- @blaze-cardano/core@0.4.1
- @blaze-cardano/tx@0.3.4

## 0.1.6

### 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,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@blaze-cardano/uplc",
"version": "0.1.6",
"version": "0.1.7",
"description": "Blaze untyped plutus core library",
"exports": {
".": {
Expand Down
7 changes: 7 additions & 0 deletions packages/blaze-vm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @blaze-cardano/vm

## 0.0.34

### Patch Changes

- Updated dependencies [b9ea33c]
- @blaze-cardano/core@0.4.1

## 0.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/blaze-vm/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/vm",
"version": "0.0.33",
"version": "0.0.34",
"description": "Blaze cardano plutus virtual machine",
"exports": {
".": {
Expand Down
10 changes: 10 additions & 0 deletions packages/blaze-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @blaze-cardano/wallet

## 0.1.29

### Patch Changes

- Updated dependencies [b9ea33c]
- Updated dependencies [e0b5c36]
- @blaze-cardano/query@0.2.7
- @blaze-cardano/core@0.4.1
- @blaze-cardano/tx@0.3.4

## 0.1.28

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

0 comments on commit 1c9c603

Please sign in to comment.