Skip to content

Commit

Permalink
fix: readme versioning for catalyst packages (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac authored Jul 1, 2024
1 parent 91cf428 commit e433b2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
5 changes: 1 addition & 4 deletions catalyst_voices/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ dev_dependencies:
build_runner: ^2.3.3
build_verify: ^3.1.0
catalyst_analysis:
git:
url: https://github.com/input-output-hk/catalyst-voices.git
path: catalyst_voices_packages/catalyst_analysis
ref: 3431f7b
path: ../catalyst_voices_packages/catalyst_analysis
flutter_test:
sdk: flutter
go_router_builder: ^2.4.1
Expand Down
2 changes: 1 addition & 1 deletion catalyst_voices_packages/catalyst_analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use the lints, add as a dev dependency in your `pubspec.yaml`:

```yaml
dev_dependencies:
catalyst_analysis: ^1.0.0
catalyst_analysis: any # or the latest version on Pub
```
Then, add an include in `analysis_options.yaml`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ away all the complexities of using js_interop.

```yaml
dependencies:
catalyst_cardano_serialization: ^0.1.0
catalyst_cardano: ^0.1.0
catalyst_cardano_web: ^0.1.0
catalyst_cardano_serialization: any # or the latest version on Pub
catalyst_cardano: any # or the latest version on Pub
catalyst_cardano_web: any # or the latest version on Pub
```
## Web setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and submission are outside of scope of this package.

```yaml
dependencies:
catalyst_cardano_serialization: ^0.1.0
catalyst_cardano_serialization: any # or the latest version on Pub
```
## Example
Expand Down

0 comments on commit e433b2d

Please sign in to comment.