Skip to content

Commit

Permalink
ci: publish nightly [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/cardano-services@0.7.0-nightly.2
 - @cardano-sdk/e2e@0.6.0-nightly.6
  • Loading branch information
github-actions committed Nov 30, 2022
1 parent 6ff1a8f commit 55625af
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/cardano-services/CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0-nightly.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.7.0-nightly.1...@cardano-sdk/cardano-services@0.7.0-nightly.2) (2022-11-30)

### Bug Fixes

- **cardano-services:** fix possible APY calculation overflow on networks with fast epochs ([a226852](https://github.com/input-output-hk/cardano-js-sdk/commit/a226852eba79a29458feb30c1ff1ff0f43dc3cfc))

## [0.7.0-nightly.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.7.0-nightly.0...@cardano-sdk/cardano-services@0.7.0-nightly.1) (2022-11-24)

**Note:** Version bump only for package @cardano-sdk/cardano-services
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services",
"version": "0.7.0-nightly.1",
"version": "0.7.0-nightly.2",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=14.20.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/e2e/CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.0-nightly.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.6.0-nightly.5...@cardano-sdk/e2e@0.6.0-nightly.6) (2022-11-30)

**Note:** Version bump only for package @cardano-sdk/e2e

## [0.6.0-nightly.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.6.0-nightly.4...@cardano-sdk/e2e@0.6.0-nightly.5) (2022-11-26)

**Note:** Version bump only for package @cardano-sdk/e2e
Expand Down
4 changes: 2 additions & 2 deletions packages/e2e/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/e2e",
"version": "0.6.0-nightly.5",
"version": "0.6.0-nightly.6",
"description": "End to end tests for the cardano-js-sdk packages.",
"engines": {
"node": ">=16.0"
Expand Down Expand Up @@ -73,7 +73,7 @@
"dependencies": {
"@cardano-foundation/ledgerjs-hw-app-cardano": "^5.0.0",
"@cardano-ogmios/client": "^5.5.7",
"@cardano-sdk/cardano-services": "^0.7.0-nightly.1",
"@cardano-sdk/cardano-services": "^0.7.0-nightly.2",
"@cardano-sdk/cardano-services-client": "^0.7.0-nightly.1",
"@cardano-sdk/core": "^0.7.0-nightly.1",
"@cardano-sdk/key-management": "^0.2.1-nightly.2",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -2347,7 +2347,7 @@ __metadata:
languageName: unknown
linkType: soft

"@cardano-sdk/cardano-services@^0.7.0-nightly.1, @cardano-sdk/cardano-services@workspace:packages/cardano-services":
"@cardano-sdk/cardano-services@^0.7.0-nightly.2, @cardano-sdk/cardano-services@workspace:packages/cardano-services":
version: 0.0.0-use.local
resolution: "@cardano-sdk/cardano-services@workspace:packages/cardano-services"
dependencies:
Expand Down Expand Up @@ -2482,7 +2482,7 @@ __metadata:
"@babel/preset-typescript": ^7.17.12
"@cardano-foundation/ledgerjs-hw-app-cardano": ^5.0.0
"@cardano-ogmios/client": ^5.5.7
"@cardano-sdk/cardano-services": ^0.7.0-nightly.1
"@cardano-sdk/cardano-services": ^0.7.0-nightly.2
"@cardano-sdk/cardano-services-client": ^0.7.0-nightly.1
"@cardano-sdk/core": ^0.7.0-nightly.1
"@cardano-sdk/dapp-connector": ^0.6.1-nightly.2
Expand Down

0 comments on commit 55625af

Please sign in to comment.