From 85cffb225fd3a62be88c8cf66b0e549b8dc16507 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Tue, 7 Jan 2025 20:36:45 +0100 Subject: [PATCH] chore: Remove accidental publish_to: none (#819) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Removes accidentally added `publish_to: none` ## Type of Change - [ ] โœจ `feat` -- New feature (non-breaking change which adds functionality) - [x] ๐Ÿ› ๏ธ `fix` -- Bug fix (non-breaking change which fixes an issue) - [ ] โŒ `!` -- Breaking change (fix or feature that would cause existing functionality to change) - [ ] ๐Ÿงน `refactor` -- Code refactor - [ ] โœ… `ci` -- Build configuration change - [ ] ๐Ÿ“ `docs` -- Documentation - [ ] ๐Ÿ—‘๏ธ `chore` -- Chore --- melos.yaml | 5 +---- packages/melos/pubspec.yaml | 6 +----- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/melos.yaml b/melos.yaml index f155bc21..9269c236 100644 --- a/melos.yaml +++ b/melos.yaml @@ -31,10 +31,7 @@ command: prompts: ^2.0.0 pub_semver: ^2.1.5 pub_updater: ^0.5.0 - pubspec_parse: - git: - url: https://github.com/dart-lang/tools.git - path: pkgs/pubspec_parse + pubspec_parse: ^1.5.0 string_scanner: ^1.3.0 yaml: ^3.1.3 yaml_edit: ^2.2.2 diff --git a/packages/melos/pubspec.yaml b/packages/melos/pubspec.yaml index 0d023a6e..d2694ef5 100644 --- a/packages/melos/pubspec.yaml +++ b/packages/melos/pubspec.yaml @@ -1,5 +1,4 @@ name: melos -publish_to: none description: A tool for managing Dart & Flutter repositories with multiple packages (monorepo). Supports automated versioning via Conventional Commits. Inspired @@ -44,10 +43,7 @@ dependencies: prompts: ^2.0.0 pub_semver: ^2.1.5 pub_updater: ^0.5.0 - pubspec_parse: - git: - url: https://github.com/dart-lang/tools.git - path: pkgs/pubspec_parse + pubspec_parse: ^1.5.0 string_scanner: ^1.3.0 yaml: ^3.1.3 yaml_edit: ^2.2.2