From 91cf428050821fa0b7c81b08dd71f016cfc1331d Mon Sep 17 00:00:00 2001 From: Dominik Toton <166132265+dtscalac@users.noreply.github.com> Date: Fri, 28 Jun 2024 13:46:54 +0200 Subject: [PATCH] chore(release): publish packages (#583) * chore(release): publish packages - catalyst_analysis@1.1.0 - catalyst_cardano@0.1.1 - catalyst_cardano_platform_interface@0.1.1 - catalyst_cardano_serialization@0.1.1 - catalyst_cardano_web@0.1.1 * chore: ignore auto generated markdown * fix: typos --- .markdownlint-cli2.jsonc | 5 +- CHANGELOG.md | 63 +++++++++++++++++++ .../catalyst_analysis/CHANGELOG.md | 7 +++ .../catalyst_analysis/pubspec.yaml | 2 +- .../catalyst_cardano/CHANGELOG.md | 7 +++ .../catalyst_cardano/pubspec.yaml | 8 +-- .../CHANGELOG.md | 7 +++ .../pubspec.yaml | 4 +- .../catalyst_cardano_web/CHANGELOG.md | 7 +++ .../catalyst_cardano_web/pubspec.yaml | 6 +- .../CHANGELOG.md | 10 +++ .../pubspec.yaml | 2 +- 12 files changed, 116 insertions(+), 12 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index bdcc8a5d555..fccf7ef752e 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -9,7 +9,10 @@ ], "ignores": [ ".config/dictionaries/**", - "catalyst-gateway/target/**" + "catalyst-gateway/target/**", + "CHANGELOG.md", + "catalyst_voices_packages/**/CHANGELOG.md", + "catalyst_voices/macos/Pods/**" ], // Set standard config options in `/.markdownlint.jsonc` "config": { diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000000..1ebe19e8510 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,63 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 2024-06-28 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`catalyst_analysis` - `v1.1.0`](#catalyst_analysis---v110) + - [`catalyst_cardano` - `v0.1.1`](#catalyst_cardano---v011) + - [`catalyst_cardano_platform_interface` - `v0.1.1`](#catalyst_cardano_platform_interface---v011) + - [`catalyst_cardano_serialization` - `v0.1.1`](#catalyst_cardano_serialization---v011) + - [`catalyst_cardano_web` - `v0.1.1`](#catalyst_cardano_web---v011) + +--- + +#### `catalyst_analysis` - `v1.1.0` + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**(poc): add catalyst voices remote widgets ([#320](https://github.com/input-output-hk/catalyst-voices/issues/320)). ([cd566225](https://github.com/input-output-hk/catalyst-voices/commit/cd56622574b5d6074a3f7308acabdbbe2035a62d)) + - **FEAT**: improve frontend app architecture ([#158](https://github.com/input-output-hk/catalyst-voices/issues/158)). ([1a9e7950](https://github.com/input-output-hk/catalyst-voices/commit/1a9e7950346689fd56ebd911b60f3f8eb7671e60)) + - **FEAT**: add catalyst voices assets pub ([#154](https://github.com/input-output-hk/catalyst-voices/issues/154)). ([e82e3c81](https://github.com/input-output-hk/catalyst-voices/commit/e82e3c8121d4a011e3c31ac2a909b0f19e5643f0)) + +#### `catalyst_cardano` - `v0.1.1` + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: cardano multiplatform lib plugin structure ([#441](https://github.com/input-output-hk/catalyst-voices/issues/441)). ([1099447a](https://github.com/input-output-hk/catalyst-voices/commit/1099447ae5ad6064caa8462b753529bd80edf70b)) + +#### `catalyst_cardano_platform_interface` - `v0.1.1` + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: cardano multiplatform lib plugin structure ([#441](https://github.com/input-output-hk/catalyst-voices/issues/441)). ([1099447a](https://github.com/input-output-hk/catalyst-voices/commit/1099447ae5ad6064caa8462b753529bd80edf70b)) + +#### `catalyst_cardano_serialization` - `v0.1.1` + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: catalyst cardano transaction builder ([#501](https://github.com/input-output-hk/catalyst-voices/issues/501)). ([e150394f](https://github.com/input-output-hk/catalyst-voices/commit/e150394fb348e88b016e03ab69efe782f9daf94f)) + - **FEAT**: catalyst cardano documentation ([#507](https://github.com/input-output-hk/catalyst-voices/issues/507)). ([f003e8d9](https://github.com/input-output-hk/catalyst-voices/commit/f003e8d90d23d350ea07ee69a73d6be7c5af191b)) + - **FEAT**: catalyst cardano witnesses management ([#490](https://github.com/input-output-hk/catalyst-voices/issues/490)). ([dfbb9f83](https://github.com/input-output-hk/catalyst-voices/commit/dfbb9f837f88fbd0e3e02eff67a7515826380df1)) + - **FEAT**: add shelley address & cardano serialization lib ([#478](https://github.com/input-output-hk/catalyst-voices/issues/478)). ([6d985bbc](https://github.com/input-output-hk/catalyst-voices/commit/6d985bbce2e2e2f5d827f3c19a752c6c19ce93af)) + +#### `catalyst_cardano_web` - `v0.1.1` + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: cardano multiplatform lib plugin structure ([#441](https://github.com/input-output-hk/catalyst-voices/issues/441)). ([1099447a](https://github.com/input-output-hk/catalyst-voices/commit/1099447ae5ad6064caa8462b753529bd80edf70b)) + diff --git a/catalyst_voices_packages/catalyst_analysis/CHANGELOG.md b/catalyst_voices_packages/catalyst_analysis/CHANGELOG.md index bf0e1f93f48..7b5c2f2b6f2 100644 --- a/catalyst_voices_packages/catalyst_analysis/CHANGELOG.md +++ b/catalyst_voices_packages/catalyst_analysis/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.0 + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**(poc): add catalyst voices remote widgets ([#320](https://github.com/input-output-hk/catalyst-voices/issues/320)). ([cd566225](https://github.com/input-output-hk/catalyst-voices/commit/cd56622574b5d6074a3f7308acabdbbe2035a62d)) + - **FEAT**: improve frontend app architecture ([#158](https://github.com/input-output-hk/catalyst-voices/issues/158)). ([1a9e7950](https://github.com/input-output-hk/catalyst-voices/commit/1a9e7950346689fd56ebd911b60f3f8eb7671e60)) + - **FEAT**: add catalyst voices assets pub ([#154](https://github.com/input-output-hk/catalyst-voices/issues/154)). ([e82e3c81](https://github.com/input-output-hk/catalyst-voices/commit/e82e3c8121d4a011e3c31ac2a909b0f19e5643f0)) + # 1.0.0 * Initial release. diff --git a/catalyst_voices_packages/catalyst_analysis/pubspec.yaml b/catalyst_voices_packages/catalyst_analysis/pubspec.yaml index b10b674e24f..4f45acdaed5 100644 --- a/catalyst_voices_packages/catalyst_analysis/pubspec.yaml +++ b/catalyst_voices_packages/catalyst_analysis/pubspec.yaml @@ -1,5 +1,5 @@ name: catalyst_analysis -version: 1.0.0 +version: 1.1.0 description: Lint rules for Dart and Flutter used internally at Catalyst. repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices_packages/catalyst_analysis issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/CHANGELOG.md b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/CHANGELOG.md index a533b45bb99..bab87efba3e 100644 --- a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/CHANGELOG.md +++ b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.1 + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: cardano multiplatform lib plugin structure ([#441](https://github.com/input-output-hk/catalyst-voices/issues/441)). ([1099447a](https://github.com/input-output-hk/catalyst-voices/commit/1099447ae5ad6064caa8462b753529bd80edf70b)) + # 0.1.0 * Initial release. diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/pubspec.yaml b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/pubspec.yaml index 14af4c6a098..96230923ee1 100644 --- a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/pubspec.yaml +++ b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano/pubspec.yaml @@ -3,7 +3,7 @@ description: A Flutter plugin exposing the CIP-30 and CIP-95 APIs. repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices_packages/catalyst_cardano/catalyst_cardano issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues topics: [blockchain, cardano, cryptocurrency, wallet] -version: 0.1.0 +version: 0.1.1 environment: sdk: ">=3.3.4 <4.0.0" @@ -16,9 +16,9 @@ flutter: default_package: catalyst_cardano_web dependencies: - catalyst_cardano_platform_interface: ^0.1.0 - catalyst_cardano_serialization: ^0.1.0 - catalyst_cardano_web: ^0.1.0 + catalyst_cardano_platform_interface: ^0.1.1 + catalyst_cardano_serialization: ^0.1.1 + catalyst_cardano_web: ^0.1.1 flutter: sdk: flutter diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/CHANGELOG.md b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/CHANGELOG.md index a533b45bb99..bab87efba3e 100644 --- a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/CHANGELOG.md +++ b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.1 + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: cardano multiplatform lib plugin structure ([#441](https://github.com/input-output-hk/catalyst-voices/issues/441)). ([1099447a](https://github.com/input-output-hk/catalyst-voices/commit/1099447ae5ad6064caa8462b753529bd80edf70b)) + # 0.1.0 * Initial release. diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/pubspec.yaml b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/pubspec.yaml index 782025eb61c..9d29a7419a7 100644 --- a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/pubspec.yaml +++ b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface/pubspec.yaml @@ -3,14 +3,14 @@ description: A common platform interface for the catalyst_cardano plugin. repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_platform_interface issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues topics: [blockchain, cardano, cryptocurrency, wallet] -version: 0.1.0 +version: 0.1.1 environment: sdk: ">=3.3.4 <4.0.0" flutter: ">=3.22.1" dependencies: - catalyst_cardano_serialization: ^0.1.0 + catalyst_cardano_serialization: ^0.1.1 equatable: ^2.0.5 flutter: sdk: flutter diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/CHANGELOG.md b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/CHANGELOG.md index a533b45bb99..bab87efba3e 100644 --- a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/CHANGELOG.md +++ b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.1.1 + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: cardano multiplatform lib plugin structure ([#441](https://github.com/input-output-hk/catalyst-voices/issues/441)). ([1099447a](https://github.com/input-output-hk/catalyst-voices/commit/1099447ae5ad6064caa8462b753529bd80edf70b)) + # 0.1.0 * Initial release. diff --git a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/pubspec.yaml b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/pubspec.yaml index 4b297050074..bd731fb8c4c 100644 --- a/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/pubspec.yaml +++ b/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web/pubspec.yaml @@ -3,7 +3,7 @@ description: Web platform implementation of catalyst_cardano repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices_packages/catalyst_cardano/catalyst_cardano_web issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues topics: [blockchain, cardano, cryptocurrency, wallet] -version: 0.1.0 +version: 0.1.1 environment: sdk: ">=3.3.4 <4.0.0" @@ -21,8 +21,8 @@ flutter: - assets/js/ dependencies: - catalyst_cardano_platform_interface: ^0.1.0 - catalyst_cardano_serialization: ^0.1.0 + catalyst_cardano_platform_interface: ^0.1.1 + catalyst_cardano_serialization: ^0.1.1 cbor: ^6.2.0 convert: ^3.1.1 flutter: diff --git a/catalyst_voices_packages/catalyst_cardano_serialization/CHANGELOG.md b/catalyst_voices_packages/catalyst_cardano_serialization/CHANGELOG.md index a533b45bb99..671ee15bf99 100644 --- a/catalyst_voices_packages/catalyst_cardano_serialization/CHANGELOG.md +++ b/catalyst_voices_packages/catalyst_cardano_serialization/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.1.1 + + - **FIX**: issues before publishing catalyst-cardano ([#581](https://github.com/input-output-hk/catalyst-voices/issues/581)). ([7b5338b3](https://github.com/input-output-hk/catalyst-voices/commit/7b5338b3dd6ab028e56c958a3664b6bf20b24d65)) + - **FEAT**: frontend features ([#549](https://github.com/input-output-hk/catalyst-voices/issues/549)). ([0f094180](https://github.com/input-output-hk/catalyst-voices/commit/0f094180e4cf698365ab8633cceab830da09ec22)) + - **FEAT**: cardano wallet api ([#522](https://github.com/input-output-hk/catalyst-voices/issues/522)). ([0a11853f](https://github.com/input-output-hk/catalyst-voices/commit/0a11853f9885be3a59582ab14639562bc6a246dc)) + - **FEAT**: catalyst cardano transaction builder ([#501](https://github.com/input-output-hk/catalyst-voices/issues/501)). ([e150394f](https://github.com/input-output-hk/catalyst-voices/commit/e150394fb348e88b016e03ab69efe782f9daf94f)) + - **FEAT**: catalyst cardano documentation ([#507](https://github.com/input-output-hk/catalyst-voices/issues/507)). ([f003e8d9](https://github.com/input-output-hk/catalyst-voices/commit/f003e8d90d23d350ea07ee69a73d6be7c5af191b)) + - **FEAT**: catalyst cardano witnesses management ([#490](https://github.com/input-output-hk/catalyst-voices/issues/490)). ([dfbb9f83](https://github.com/input-output-hk/catalyst-voices/commit/dfbb9f837f88fbd0e3e02eff67a7515826380df1)) + - **FEAT**: add shelley address & cardano serialization lib ([#478](https://github.com/input-output-hk/catalyst-voices/issues/478)). ([6d985bbc](https://github.com/input-output-hk/catalyst-voices/commit/6d985bbce2e2e2f5d827f3c19a752c6c19ce93af)) + # 0.1.0 * Initial release. diff --git a/catalyst_voices_packages/catalyst_cardano_serialization/pubspec.yaml b/catalyst_voices_packages/catalyst_cardano_serialization/pubspec.yaml index fd0eb44b661..c5cf3828c26 100644 --- a/catalyst_voices_packages/catalyst_cardano_serialization/pubspec.yaml +++ b/catalyst_voices_packages/catalyst_cardano_serialization/pubspec.yaml @@ -3,7 +3,7 @@ description: Dart package providing serialization/deserialization for common str repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices_packages/catalyst_cardano_serialization issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues topics: [blockchain, cardano, cryptocurrency, wallet] -version: 0.1.0 +version: 0.1.1 environment: sdk: ">=3.3.4 <4.0.0"