Skip to content

Commit

Permalink
ci: publish packages [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/cardano-services-client@0.22.0
 - @cardano-sdk/cardano-services@0.32.0
 - @cardano-sdk/e2e@0.45.0
 - @cardano-sdk/golden-test-generator@0.8.10
 - @cardano-sdk/ogmios@0.18.10
 - @cardano-sdk/projection-typeorm@0.9.10
 - @cardano-sdk/projection@0.12.10
 - @cardano-sdk/util-dev@0.23.10
 - @cardano-sdk/wallet@0.44.18
 - @cardano-sdk/web-extension@0.34.17
  • Loading branch information
lace-bot committed Nov 13, 2024
1 parent 66412ed commit 7863819
Show file tree
Hide file tree
Showing 20 changed files with 73 additions and 10 deletions.
15 changes: 15 additions & 0 deletions packages/cardano-services-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.22.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.21.7...@cardano-sdk/cardano-services-client@0.22.0) (2024-11-13)

### ⚠ BREAKING CHANGES

* hoist BlockfrostAssetProvider to cardano-services-client

### Features

* browser compatible BlockfrostAssetProvider ([de59fcb](https://github.com/input-output-hk/cardano-js-sdk/commit/de59fcb0fc51f5aabf2d94a8facc56a1130535a2))

### Bug Fixes

* **cardano-services-client:** map blockfrost asset metadata files src from array to string ([1dc0169](https://github.com/input-output-hk/cardano-js-sdk/commit/1dc0169e69380852b5260c6ad9fb474bdc98e129))
* **cardano-services-client:** map nft metadata version to the one specified in metadata ([b5c9f26](https://github.com/input-output-hk/cardano-js-sdk/commit/b5c9f26d5cec47bb1fc2454f98461789b0ac087f))

## [0.21.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.21.6...@cardano-sdk/cardano-services-client@0.21.7) (2024-11-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services-client",
"version": "0.21.7",
"version": "0.22.0",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/cardano-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.31.8...@cardano-sdk/cardano-services@0.32.0) (2024-11-13)

### ⚠ BREAKING CHANGES

* hoist BlockfrostAssetProvider to cardano-services-client

### Features

* browser compatible BlockfrostAssetProvider ([de59fcb](https://github.com/input-output-hk/cardano-js-sdk/commit/de59fcb0fc51f5aabf2d94a8facc56a1130535a2))

## [0.31.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.31.7...@cardano-sdk/cardano-services@0.31.8) (2024-11-12)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services",
"version": "0.31.8",
"version": "0.32.0",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.45.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.44.11...@cardano-sdk/e2e@0.45.0) (2024-11-13)

### ⚠ BREAKING CHANGES

* hoist BlockfrostAssetProvider to cardano-services-client

### Features

* browser compatible BlockfrostAssetProvider ([de59fcb](https://github.com/input-output-hk/cardano-js-sdk/commit/de59fcb0fc51f5aabf2d94a8facc56a1130535a2))

## [0.44.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.44.10...@cardano-sdk/e2e@0.44.11) (2024-11-12)

**Note:** Version bump only for package @cardano-sdk/e2e
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/e2e",
"version": "0.44.11",
"version": "0.45.0",
"description": "End to end tests for the cardano-js-sdk packages.",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/golden-test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
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.8.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.8.9...@cardano-sdk/golden-test-generator@0.8.10) (2024-11-13)

**Note:** Version bump only for package @cardano-sdk/golden-test-generator

## [0.8.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.8.8...@cardano-sdk/golden-test-generator@0.8.9) (2024-11-04)

**Note:** Version bump only for package @cardano-sdk/golden-test-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/golden-test-generator",
"version": "0.8.9",
"version": "0.8.10",
"description": "Generate golden test files for a range of Cardano concepts",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/ogmios/CHANGELOG.md
Original file line number Diff line number Diff line change
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.18.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.18.9...@cardano-sdk/ogmios@0.18.10) (2024-11-13)

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

## [0.18.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.18.8...@cardano-sdk/ogmios@0.18.9) (2024-11-04)

**Note:** Version bump only for package @cardano-sdk/ogmios
Expand Down
2 changes: 1 addition & 1 deletion packages/ogmios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/ogmios",
"version": "0.18.9",
"version": "0.18.10",
"description": "Ogmios Providers",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/projection-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
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.9.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.9.9...@cardano-sdk/projection-typeorm@0.9.10) (2024-11-13)

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

## [0.9.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.9.8...@cardano-sdk/projection-typeorm@0.9.9) (2024-11-04)

**Note:** Version bump only for package @cardano-sdk/projection-typeorm
Expand Down
2 changes: 1 addition & 1 deletion packages/projection-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection-typeorm",
"version": "0.9.9",
"version": "0.9.10",
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/projection/CHANGELOG.md
Original file line number Diff line number Diff line change
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.12.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.12.9...@cardano-sdk/projection@0.12.10) (2024-11-13)

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

## [0.12.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.12.8...@cardano-sdk/projection@0.12.9) (2024-11-04)

**Note:** Version bump only for package @cardano-sdk/projection
Expand Down
2 changes: 1 addition & 1 deletion packages/projection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection",
"version": "0.12.9",
"version": "0.12.10",
"description": "Chain Sync event projection",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/util-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
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.23.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.23.9...@cardano-sdk/util-dev@0.23.10) (2024-11-13)

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

## [0.23.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.23.8...@cardano-sdk/util-dev@0.23.9) (2024-11-04)

**Note:** Version bump only for package @cardano-sdk/util-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/util-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/util-dev",
"version": "0.23.9",
"version": "0.23.10",
"description": "Utilities for tests in other packages",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
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.44.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.44.17...@cardano-sdk/wallet@0.44.18) (2024-11-13)

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

## [0.44.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.44.16...@cardano-sdk/wallet@0.44.17) (2024-11-12)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/wallet",
"version": "0.44.17",
"version": "0.44.18",
"description": "Wallet modules",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/web-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
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.34.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.34.16...@cardano-sdk/web-extension@0.34.17) (2024-11-13)

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

## [0.34.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.34.15...@cardano-sdk/web-extension@0.34.16) (2024-11-12)

**Note:** Version bump only for package @cardano-sdk/web-extension
Expand Down
2 changes: 1 addition & 1 deletion packages/web-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/web-extension",
"version": "0.34.16",
"version": "0.34.17",
"description": "Web extension wallet utilities",
"engines": {
"node": ">=16.20.2"
Expand Down

0 comments on commit 7863819

Please sign in to comment.