Skip to content

Commit 40afc42

Browse files
authored
chore(flutter): publish packages (#1507)
* chore(release): publish packages - [email protected]+3 - [email protected] - [email protected]+3 - [email protected]+3 - [email protected]+3 * style: markdown formatting and spelling fixes * style: markdown and spelling fixes
1 parent b2e9392 commit 40afc42

File tree

21 files changed

+133
-48
lines changed

21 files changed

+133
-48
lines changed

.markdownlint-cli2.jsonc

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
"ignores": [
1111
".config/dictionaries/**",
1212
"catalyst-gateway/target/**",
13-
"CHANGELOG.md",
13+
"catalyst_voices/CHANGELOG.md",
1414
"catalyst_voices/packages/libs/**/CHANGELOG.md",
1515
"catalyst_voices/packages/libs/**/cargokit/**",
1616
"catalyst_voices/apps/voices/macos/Pods/**",
17+
"catalyst_voices/apps/voices/ios/Pods/**",
1718
"**/node_modules/**",
1819
"**/.dart_tool/**"
1920
],

catalyst_voices/CHANGELOG.md

+70-9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,55 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-01-13
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
* There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
* [`catalyst_cardano` - `v0.4.0+3`](#catalyst_cardano---v0403)
19+
* [`catalyst_key_derivation` - `v0.1.2`](#catalyst_key_derivation---v012)
20+
* `catalyst_cardano_serialization` - `v0.5.0+3`
21+
* `catalyst_cardano_web` - `v0.4.0+3`
22+
* `catalyst_cardano_platform_interface` - `v0.4.0+3`
23+
24+
Packages with dependency updates only:
25+
26+
> Packages listed below depend on other packages in this workspace that have had changes.
27+
> Their versions have been incremented to bump the minimum dependency versions of the packages
28+
> they depend upon in this project.
29+
30+
* `catalyst_cardano_serialization` - `v0.5.0+3`
31+
* `catalyst_cardano_web` - `v0.4.0+3`
32+
* `catalyst_cardano_platform_interface` - `v0.4.0+3`
33+
34+
---
35+
36+
#### `catalyst_cardano` - `v0.4.0+3`
37+
38+
* **FIX**(general): Update cat-ci to latest version to bring in doc test fixes and latest
39+
rust compiler ([#1462](https://github.com/input-output-hk/catalyst-voices/issues/1462)).
40+
([6ddc4c5e](https://github.com/input-output-hk/catalyst-voices/commit/6ddc4c5ea6e5e93a0042e188982505ba25cccf76))
41+
42+
#### `catalyst_key_derivation` - `v0.1.2`
43+
44+
* **FIX**(general): Update cat-ci to latest version to bring in doc test fixes and latest
45+
rust compiler ([#1462](https://github.com/input-output-hk/catalyst-voices/issues/1462)).
46+
([6ddc4c5e](https://github.com/input-output-hk/catalyst-voices/commit/6ddc4c5ea6e5e93a0042e188982505ba25cccf76))
47+
* **FIX**: add missing dependency.
48+
([1334cb06](https://github.com/input-output-hk/catalyst-voices/commit/1334cb066877b2507af2e469f31b6c3549181146))
49+
* **FEAT**(cat-voices): Enable the 'arithmetic_side_effects' Clippy lint
50+
([#1456](https://github.com/input-output-hk/catalyst-voices/issues/1456)).
51+
([5a0e2f46](https://github.com/input-output-hk/catalyst-voices/commit/5a0e2f46859b44ff325d47ca0eb90d4fa904d125))
52+
* **DOCS**: update pub.dev topics for catalyst_key_derivation package.
53+
([a6d9bcfa](https://github.com/input-output-hk/catalyst-voices/commit/a6d9bcfa451cbb8d0ded9659e63fbfa290416480))
54+
655
## 2025-01-02v2
756

857
### Changes
@@ -16,14 +65,18 @@ Packages with breaking changes:
1665
Packages with other changes:
1766

1867
* [Change Log](#change-log)
19-
* [2025-01-02v2](#2025-01-02v2)
68+
* [2025-01-13](#2025-01-13)
2069
* [Changes](#changes)
70+
* [`catalyst_cardano` - `v0.4.0+3`](#catalyst_cardano---v0403)
71+
* [`catalyst_key_derivation` - `v0.1.2`](#catalyst_key_derivation---v012)
72+
* [2025-01-02v2](#2025-01-02v2)
73+
* [Changes](#changes-1)
2174
* [`catalyst_key_derivation` - `v0.1.1+1`](#catalyst_key_derivation---v0111)
2275
* [2025-01-02v1](#2025-01-02v1)
23-
* [Changes](#changes-1)
76+
* [Changes](#changes-2)
2477
* [`catalyst_key_derivation` - `v0.1.1`](#catalyst_key_derivation---v011)
2578
* [2025-01-02](#2025-01-02)
26-
* [Changes](#changes-2)
79+
* [Changes](#changes-3)
2780
* [`catalyst_cardano` - `v0.4.0`](#catalyst_cardano---v040)
2881
* [`catalyst_cardano_platform_interface` - `v0.4.0`](#catalyst_cardano_platform_interface---v040)
2982
* [`catalyst_cardano_serialization` - `v0.5.0`](#catalyst_cardano_serialization---v050)
@@ -64,14 +117,18 @@ Packages with breaking changes:
64117
Packages with other changes:
65118

66119
* [Change Log](#change-log)
67-
* [2025-01-02v2](#2025-01-02v2)
120+
* [2025-01-13](#2025-01-13)
68121
* [Changes](#changes)
122+
* [`catalyst_cardano` - `v0.4.0+3`](#catalyst_cardano---v0403)
123+
* [`catalyst_key_derivation` - `v0.1.2`](#catalyst_key_derivation---v012)
124+
* [2025-01-02v2](#2025-01-02v2)
125+
* [Changes](#changes-1)
69126
* [`catalyst_key_derivation` - `v0.1.1+1`](#catalyst_key_derivation---v0111)
70127
* [2025-01-02v1](#2025-01-02v1)
71-
* [Changes](#changes-1)
128+
* [Changes](#changes-2)
72129
* [`catalyst_key_derivation` - `v0.1.1`](#catalyst_key_derivation---v011)
73130
* [2025-01-02](#2025-01-02)
74-
* [Changes](#changes-2)
131+
* [Changes](#changes-3)
75132
* [`catalyst_cardano` - `v0.4.0`](#catalyst_cardano---v040)
76133
* [`catalyst_cardano_platform_interface` - `v0.4.0`](#catalyst_cardano_platform_interface---v040)
77134
* [`catalyst_cardano_serialization` - `v0.5.0`](#catalyst_cardano_serialization---v050)
@@ -121,14 +178,18 @@ Packages with breaking changes:
121178
Packages with other changes:
122179

123180
* [Change Log](#change-log)
124-
* [2025-01-02v2](#2025-01-02v2)
181+
* [2025-01-13](#2025-01-13)
125182
* [Changes](#changes)
183+
* [`catalyst_cardano` - `v0.4.0+3`](#catalyst_cardano---v0403)
184+
* [`catalyst_key_derivation` - `v0.1.2`](#catalyst_key_derivation---v012)
185+
* [2025-01-02v2](#2025-01-02v2)
186+
* [Changes](#changes-1)
126187
* [`catalyst_key_derivation` - `v0.1.1+1`](#catalyst_key_derivation---v0111)
127188
* [2025-01-02v1](#2025-01-02v1)
128-
* [Changes](#changes-1)
189+
* [Changes](#changes-2)
129190
* [`catalyst_key_derivation` - `v0.1.1`](#catalyst_key_derivation---v011)
130191
* [2025-01-02](#2025-01-02)
131-
* [Changes](#changes-2)
192+
* [Changes](#changes-3)
132193
* [`catalyst_cardano` - `v0.4.0`](#catalyst_cardano---v040)
133194
* [`catalyst_cardano_platform_interface` - `v0.4.0`](#catalyst_cardano_platform_interface---v040)
134195
* [`catalyst_cardano_serialization` - `v0.5.0`](#catalyst_cardano_serialization---v050)

catalyst_voices/apps/voices/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ environment:
1010
dependencies:
1111
animated_text_kit: ^4.2.2
1212
animations: ^2.0.11
13-
catalyst_cardano: ^0.4.0+2
14-
catalyst_cardano_serialization: ^0.5.0+2
15-
catalyst_cardano_web: ^0.4.0+2
16-
catalyst_key_derivation: ^0.1.1+1
13+
catalyst_cardano: ^0.4.0+3
14+
catalyst_cardano_serialization: ^0.5.0+3
15+
catalyst_cardano_web: ^0.4.0+3
16+
catalyst_key_derivation: ^0.1.2
1717
catalyst_voices_assets:
1818
path: ../../packages/internal/catalyst_voices_assets
1919
catalyst_voices_blocs:

catalyst_voices/packages/internal/catalyst_voices_blocs/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ environment:
99

1010
dependencies:
1111
bloc_concurrency: ^0.2.2
12-
catalyst_cardano: ^0.4.0+2
13-
catalyst_cardano_serialization: ^0.5.0+2
14-
catalyst_cardano_web: ^0.4.0+2
15-
catalyst_key_derivation: ^0.1.1+1
12+
catalyst_cardano: ^0.4.0+3
13+
catalyst_cardano_serialization: ^0.5.0+3
14+
catalyst_cardano_web: ^0.4.0+3
15+
catalyst_key_derivation: ^0.1.2
1616
catalyst_voices_brands:
1717
path: ../catalyst_voices_brands
1818
catalyst_voices_models:

catalyst_voices/packages/internal/catalyst_voices_models/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ environment:
88

99
dependencies:
1010
bip39: ^1.0.6
11-
catalyst_cardano: ^0.4.0+2
12-
catalyst_cardano_serialization: ^0.5.0+2
13-
catalyst_cardano_web: ^0.4.0+2
11+
catalyst_cardano: ^0.4.0+3
12+
catalyst_cardano_serialization: ^0.5.0+3
13+
catalyst_cardano_web: ^0.4.0+3
1414
catalyst_voices_shared:
1515
path: ../catalyst_voices_shared
1616
collection: ^1.18.0

catalyst_voices/packages/internal/catalyst_voices_repositories/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
flutter: ">=3.24.1"
99

1010
dependencies:
11-
catalyst_cardano_serialization: ^0.5.0+2
11+
catalyst_cardano_serialization: ^0.5.0+3
1212
catalyst_voices_models:
1313
path: ../catalyst_voices_models
1414
catalyst_voices_shared:

catalyst_voices/packages/internal/catalyst_voices_services/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ environment:
88
flutter: ">=3.24.1"
99

1010
dependencies:
11-
catalyst_cardano: ^0.4.0+2
12-
catalyst_cardano_serialization: ^0.5.0+2
13-
catalyst_cardano_web: ^0.4.0+2
14-
catalyst_key_derivation: ^0.1.1+1
11+
catalyst_cardano: ^0.4.0+3
12+
catalyst_cardano_serialization: ^0.5.0+3
13+
catalyst_cardano_web: ^0.4.0+3
14+
catalyst_key_derivation: ^0.1.2
1515
catalyst_voices_models:
1616
path: ../catalyst_voices_models
1717
catalyst_voices_repositories:

catalyst_voices/packages/internal/catalyst_voices_shared/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ environment:
88
flutter: ">=3.24.1"
99

1010
dependencies:
11-
catalyst_cardano_serialization: ^0.5.0+2
11+
catalyst_cardano_serialization: ^0.5.0+3
1212
catalyst_compression: ^0.4.0
1313
catalyst_cose: ^0.4.0
14-
catalyst_key_derivation: ^0.1.1+1
14+
catalyst_key_derivation: ^0.1.2
1515
catalyst_voices_models:
1616
path: ../catalyst_voices_models
1717
cbor: ^6.2.0

catalyst_voices/packages/internal/catalyst_voices_view_models/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ environment:
88
flutter: ">=3.24.1"
99

1010
dependencies:
11-
catalyst_cardano: ^0.4.0+2
12-
catalyst_cardano_serialization: ^0.5.0+2
13-
catalyst_cardano_web: ^0.4.0+2
11+
catalyst_cardano: ^0.4.0+3
12+
catalyst_cardano_serialization: ^0.5.0+3
13+
catalyst_cardano_web: ^0.4.0+3
1414
catalyst_voices_assets:
1515
path: ../catalyst_voices_assets
1616
catalyst_voices_localization:

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+3
2+
3+
- **FIX**(general): Update cat-ci to latest version to bring in doc test fixes and latest rust compiler ([#1462](https://github.com/input-output-hk/catalyst-voices/issues/1462)). ([6ddc4c5e](https://github.com/input-output-hk/catalyst-voices/commit/6ddc4c5ea6e5e93a0042e188982505ba25cccf76))
4+
15
## 0.4.0+2
26

37
- Update a dependency to the latest release.

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/example/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ environment:
99
flutter: ">=3.24.1"
1010

1111
dependencies:
12-
catalyst_cardano: ^0.4.0+2
13-
catalyst_cardano_serialization: ^0.5.0+2
14-
catalyst_cardano_web: ^0.4.0+2
12+
catalyst_cardano: ^0.4.0+3
13+
catalyst_cardano_serialization: ^0.5.0+3
14+
catalyst_cardano_web: ^0.4.0+3
1515
catalyst_compression: ^0.4.0
1616
catalyst_compression_web: ^0.4.0
17-
catalyst_key_derivation: ^0.1.1+1
17+
catalyst_key_derivation: ^0.1.2
1818
catalyst_voices_driver:
1919
path: ../../../../internal/catalyst_voices_driver
2020
cbor: ^6.2.0

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/pubspec.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A Flutter plugin exposing the CIP-30 and CIP-95 APIs. Allows to com
33
repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano
44
issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues
55
topics: [blockchain, cardano, cryptocurrency, wallet]
6-
version: 0.4.0+2
6+
version: 0.4.0+3
77

88
environment:
99
sdk: ">=3.5.0 <4.0.0"
@@ -16,9 +16,9 @@ flutter:
1616
default_package: catalyst_cardano_web
1717

1818
dependencies:
19-
catalyst_cardano_platform_interface: ^0.4.0+2
20-
catalyst_cardano_serialization: ^0.5.0+2
21-
catalyst_cardano_web: ^0.4.0+2
19+
catalyst_cardano_platform_interface: ^0.4.0+3
20+
catalyst_cardano_serialization: ^0.5.0+3
21+
catalyst_cardano_web: ^0.4.0+3
2222
flutter:
2323
sdk: flutter
2424

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano_platform_interface/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+3
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.4.0+2
26

37
- Update a dependency to the latest release.

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano_platform_interface/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ description: A common platform interface for the catalyst_cardano plugin.
33
repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano_platform_interface
44
issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues
55
topics: [blockchain, cardano, cryptocurrency, wallet]
6-
version: 0.4.0+2
6+
version: 0.4.0+3
77

88
environment:
99
sdk: ">=3.5.0 <4.0.0"
1010
flutter: ">=3.24.1"
1111

1212
dependencies:
13-
catalyst_cardano_serialization: ^0.5.0+2
13+
catalyst_cardano_serialization: ^0.5.0+3
1414
equatable: ^2.0.7
1515
flutter:
1616
sdk: flutter

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano_web/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.0+3
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.4.0+2
26

37
- Update a dependency to the latest release.

catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano_web/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Web platform implementation of catalyst_cardano. Allows to communic
33
repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano_web
44
issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues
55
topics: [blockchain, cardano, cryptocurrency, wallet]
6-
version: 0.4.0+2
6+
version: 0.4.0+3
77

88
environment:
99
sdk: ">=3.5.0 <4.0.0"
@@ -21,8 +21,8 @@ flutter:
2121
- assets/js/
2222

2323
dependencies:
24-
catalyst_cardano_platform_interface: ^0.4.0+2
25-
catalyst_cardano_serialization: ^0.5.0+2
24+
catalyst_cardano_platform_interface: ^0.4.0+3
25+
catalyst_cardano_serialization: ^0.5.0+3
2626
cbor: ^6.2.0
2727
convert: ^3.1.1
2828
flutter:

catalyst_voices/packages/libs/catalyst_cardano_serialization/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0+3
2+
3+
- Update a dependency to the latest release.
4+
15
## 0.5.0+2
26

37
- Update a dependency to the latest release.

catalyst_voices/packages/libs/catalyst_cardano_serialization/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Dart package providing serialization/deserialization for common str
33
repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices/packages/libs/catalyst_cardano_serialization
44
issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues
55
topics: [blockchain, cardano, cryptocurrency, wallet]
6-
version: 0.5.0+2
6+
version: 0.5.0+3
77

88
environment:
99
sdk: ">=3.5.0 <4.0.0"
@@ -15,7 +15,7 @@ dependencies:
1515
bip32_ed25519: ^0.6.0
1616
catalyst_compression: ^0.4.0
1717
catalyst_compression_web: ^0.4.0
18-
catalyst_key_derivation: ^0.1.1+1
18+
catalyst_key_derivation: ^0.1.2
1919
cbor: ^6.2.0
2020
convert: ^3.1.1
2121
cryptography: ^2.7.0

catalyst_voices/packages/libs/catalyst_key_derivation/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.2
2+
3+
- **FIX**(general): Update cat-ci to latest version to bring in doc test fixes and latest rust compiler ([#1462](https://github.com/input-output-hk/catalyst-voices/issues/1462)). ([6ddc4c5e](https://github.com/input-output-hk/catalyst-voices/commit/6ddc4c5ea6e5e93a0042e188982505ba25cccf76))
4+
- **FIX**: add missing dependency. ([1334cb06](https://github.com/input-output-hk/catalyst-voices/commit/1334cb066877b2507af2e469f31b6c3549181146))
5+
- **FEAT**(cat-voices): Enable the 'arithmetic_side_effects' Clippy lint ([#1456](https://github.com/input-output-hk/catalyst-voices/issues/1456)). ([5a0e2f46](https://github.com/input-output-hk/catalyst-voices/commit/5a0e2f46859b44ff325d47ca0eb90d4fa904d125))
6+
- **DOCS**: update pub.dev topics for catalyst_key_derivation package. ([a6d9bcfa](https://github.com/input-output-hk/catalyst-voices/commit/a6d9bcfa451cbb8d0ded9659e63fbfa290416480))
7+
18
## 0.1.1+1
29

310
- **DOCS**: update pub.dev topics for catalyst_key_derivation package. ([a6d9bcfa](https://github.com/input-output-hk/catalyst-voices/commit/a6d9bcfa451cbb8d0ded9659e63fbfa290416480))

catalyst_voices/packages/libs/catalyst_key_derivation/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: A Flutter plugin exposing CIP-1852 Cardano HD Key Derivation
33
repository: https://github.com/input-output-hk/catalyst-voices/tree/main/catalyst_voices/packages/libs/catalyst_key_derivation
44
issue_tracker: https://github.com/input-output-hk/catalyst-voices/issues
55
topics: [cryptography, encryption]
6-
version: 0.1.1+1
6+
version: 0.1.2
77

88
environment:
99
sdk: ">=3.5.0 <4.0.0"

catalyst_voices/utilities/uikit_example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
flutter: ">=3.24.1"
88

99
dependencies:
10-
catalyst_cardano_serialization: ^0.5.0+2
10+
catalyst_cardano_serialization: ^0.5.0+3
1111
catalyst_voices:
1212
path: ../../
1313
catalyst_voices_assets:

0 commit comments

Comments
 (0)