From 8f904c2448517ce610fee2b9adc14a21e47c68c1 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Wed, 15 May 2024 11:24:52 -0400 Subject: [PATCH] chore: prep scoped_deps for release on pub.dev (#2101) --- packages/scoped_deps/CHANGELOG.md | 3 +++ packages/scoped_deps/LICENSE | 19 +++++++++++++++++++ packages/scoped_deps/pubspec.yaml | 3 ++- 3 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 packages/scoped_deps/CHANGELOG.md create mode 100644 packages/scoped_deps/LICENSE diff --git a/packages/scoped_deps/CHANGELOG.md b/packages/scoped_deps/CHANGELOG.md new file mode 100644 index 00000000..445ee03c --- /dev/null +++ b/packages/scoped_deps/CHANGELOG.md @@ -0,0 +1,3 @@ +# 0.1.0+1 + +- Initial release 🎉 diff --git a/packages/scoped_deps/LICENSE b/packages/scoped_deps/LICENSE new file mode 100644 index 00000000..6802bc4b --- /dev/null +++ b/packages/scoped_deps/LICENSE @@ -0,0 +1,19 @@ +MIT License + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/packages/scoped_deps/pubspec.yaml b/packages/scoped_deps/pubspec.yaml index f5a18e95..8a080ec3 100644 --- a/packages/scoped_deps/pubspec.yaml +++ b/packages/scoped_deps/pubspec.yaml @@ -1,7 +1,8 @@ name: scoped_deps description: A simple dependency injection library built on Zones version: 0.1.0+1 -publish_to: none +homepage: https://shorebird.dev +repository: https://github.com/shorebirdtech/shorebird/tree/main/packages/scoped_deps environment: sdk: ">=3.0.0 <4.0.0"