Skip to content

Commit

Permalink
prepare release for sidekick_plugin_installer 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuspepe committed Dec 8, 2022
1 parent 99bab41 commit de6eddc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion sidekick_plugin_installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Changelog

## 0.1.4
## 0.2.0

- Deprecate `pubAddDependency` in favor of `addSelfAsDependency`and `addDependency` (#136)
- Deprecate `pubAddLocalDependency` in favor of `addSelfAsDependency`and `addDependency` (#136)
- Add example folder
- Update repository link
- Add `addSelfAsDependency` (#136)
- Add `addDependency` (#136)
- Add `PluginContext.name` (#136)
- Add `PluginContext.versionConstraint` (#136)
- Add `PluginContext.localPath` (#136)
- Add `PluginContext.hostedUrl` (#136)
- Add `PluginContext.gitUrl` (#136)
- Add `PluginContext.gitPath` (#136)
- Add `PluginContext.installerPlugin` (#132)
- Fix: `registerPlugin` does not add duplicated command anymore if it has already been added (#131)

## 0.1.3

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.1.4
version: 0.2.0
repository: https://github.com/phntmxyz/sidekick/tree/main/sidekick_plugin_installer
issue_tracker: https://github.com/phntmxyz/sidekick/labels/sidekick_plugin_installer

Expand Down

0 comments on commit de6eddc

Please sign in to comment.