update: changed version to 0.0.1 for all packages

This commit is contained in:
Patrick Stewart 2024-07-07 23:26:05 -07:00
parent dd183eef55
commit d470f48757
37 changed files with 46 additions and 36 deletions

View file

@ -2,6 +2,15 @@ name: protevus_platform
repository: https://github.com/protevus/platform
packages:
- packages/**
command:
version:
# Generate commit links in package changelogs.
linkToCommits: true
# Only allow versioning to happen on main branch.
branch: main
workspaceChangelog: true
ide:
intellij:
enabled: false

View file

@ -1,6 +1,6 @@
name: protevus_auth
description: The Authentication Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_broadcasting
description: The Broadcasting Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_bus
description: The Bus Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_cache
description: The Cache Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_collections
description: The Collections Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_conditionable
description: The Conditionable Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_config
description: The Configuration Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_console
description: The Console Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_container
description: The Container Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_contracts
description: The Contracts Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_cookie
description: The Cookie Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_database
description: The Databse Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_encryption
description: The Encryption Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_events
description: The Events Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_filesystem
description: The Filesystem Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_foundation
description: The Foundation Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_hashing
description: The Hashing Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_http
description: The HTTP Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo
@ -13,6 +13,7 @@ dependencies:
sanitize_html: ^2.1.0
email_validator: ^3.0.0
validator_dart: ^0.1.0
protevus_mime: ^0.0.1
dev_dependencies:
lints: ^3.0.0

View file

@ -1,6 +1,6 @@
name: protevus_log
description: The Logging Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_macroable
description: The Macroable Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_mail
description: The Mail Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_mime
description: The Mime Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_notifications
description: The Notifications Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_pagination
description: The Pagination Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_pipeline
description: The Pipeline Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_process
description: The Process Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_queue
description: The Queue Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_redis
description: The Redis Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_routing
description: The Routing Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_session
description: The Session Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_support
description: The Support Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_testing
description: The Testing Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_translation
description: The Translation Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_validation
description: The Validation Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_view
description: The View Package for the Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platformo

View file

@ -1,6 +1,6 @@
name: protevus_platform
description: The Protevus Platform
version: 1.0.0
version: 0.0.1
homepage: https://protevus.com
documentation: https://docs.protevus.com
repository: https://github.com/protevus/platform