Skip to content

Commit

Permalink
Prepare release sidekick_plugin_installer-v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuspepe committed May 11, 2023
1 parent 389474b commit d059e77
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions sidekick_plugin_installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.1](https://github.com/phntmxyz/sidekick/compare/sidekick_plugin_installer-v0.3.0..sidekick_plugin_installer-v0.3.1) (2023-5-11)

- Add topics to `pubspec.yaml`
- Prevent double imports when registering a plugin [#179](https://github.com/phntmxyz/sidekick/pull/179) https://github.com/phntmxyz/sidekick/commit/ce8f44d0ea8f6d74a2f3ca75c86684780cd92543
- Update `sidekick_core` dependency to `1.0.0`

## [0.3.0](https://github.com/phntmxyz/sidekick/compare/sidekick_plugin_installer-v0.2.1..sidekick_plugin_installer-v0.3.0) (2023-1-25)

- Update sidekick_core to `1.0.0` https://github.com/phntmxyz/sidekick/commit/e22cc2d61fc8b9eeca33097b240fdadeb8f8e006
Expand Down
2 changes: 1 addition & 1 deletion sidekick_plugin_installer/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sidekick_plugin_installer
description: Helpers for plugin installers to easily install themselves into a sidekick cli
version: 0.3.0
version: 0.3.1
repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_plugin_installer
issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_plugin_installer
topics:
Expand Down
10 changes: 5 additions & 5 deletions sidekick_plugin_installer/test/add_dependency_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void main() {
name: foo
environment:
sdk: ^2.0.0
sdk: ^3.0.0
''');
package = DartPackage.fromDirectory(packageDir)!;
overrideSidekickDartRuntimeWithSystemDartRuntime(packageDir);
Expand All @@ -42,7 +42,7 @@ environment:
name: bar
environment:
sdk: ^2.0.0
sdk: ^3.0.0
''');

addDependency(
Expand All @@ -57,7 +57,7 @@ environment:
name: foo
environment:
sdk: ^2.0.0
sdk: ^3.0.0
dependencies:
bar:
path: ${barDir.path}
Expand All @@ -78,7 +78,7 @@ dependencies:
name: foo
environment:
sdk: ^2.0.0
sdk: ^3.0.0
dependencies:
sidekick_core: ^0.10.0
''',
Expand All @@ -99,7 +99,7 @@ dependencies:
name: foo
environment:
sdk: ^2.0.0
sdk: ^3.0.0
dependencies:
sidekick_core:
git:
Expand Down

0 comments on commit d059e77

Please sign in to comment.