Skip to content

Commit

Permalink
fix(ci): test publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Feb 17, 2023
1 parent 2ee6f54 commit 7444f6e
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit
version: 4.3.2
version: 4.3.3
homepage: https://github.com/conduit-dart/conduit
description: A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/codable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_codable
version: 4.3.2
version: 4.3.3
homepage: https://github.com/conduit-dart/conduit-codable
description: A serialization library for converting dynamic, structured data (JSON, YAML) into Dart types.
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_common
version: 4.3.2
version: 4.3.3
description: Common classes shared by conduit projects.
repository: https://github.com/bsutton/conduit-orm
environment:
Expand Down
9 changes: 6 additions & 3 deletions packages/common_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ environment:
sdk: ">=2.19.0 <4.0.0"
dependencies:
collection: ^1.17.1
conduit_common: ^4.3.2
conduit_core: ^4.3.2
conduit_postgresql: ^4.3.2
conduit_common:
path: ../common
conduit_core:
path: ../core
conduit_postgresql:
path: ../postgresql
dev_dependencies:
lints: ^2.0.1
2 changes: 1 addition & 1 deletion packages/config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_config
version: 4.3.2
version: 4.3.3
description: A safe and convenient way to read YAML configuration files.
repository: https://github.com/conduit-dart/conduit-config.git
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_core
version: 4.3.2
version: 4.3.3
homepage: https://github.com/conduit-dart/conduit
description: This is the core of the framework.
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/fs_test_agent/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fs_test_agent
version: 4.3.2
version: 4.3.3
homepage: https://stablekernel.com
description: Utilities for writing tests to validate file system and Dart project directory operations.
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/isolate_exec/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_isolate_exec
version: 4.3.2
version: 4.3.3
homepage: https://github.com/conduit-dart/isolate-exec
description: This library contains types that allow for executing code in a spawned isolate, perhaps with additional imports.
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/open_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_open_api
version: 4.3.2
version: 4.3.3
homepage: https://github.com/conduit-dart/open-api-dart
description: Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/password_hash/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_password_hash
version: 4.3.2
version: 4.3.3
homepage: https://github.com/conduit/dart-password-hash
description: PBKDF2 password hashing utility
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/postgresql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: conduit_postgresql
description: The postgresql ORM for conduit.
version: 4.3.2
version: 4.3.3
repository: https://github.com/conduit-dart/conduit

environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_runtime
version: 4.3.2
version: 4.3.3
description: Provides behaviors and base types for packages that can use mirrors and be AOT compiled.
repository: https://github.com/conduit-dart/conduit-runtime
environment:
Expand Down
2 changes: 1 addition & 1 deletion packages/test_harness/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_test
version: 4.3.2
version: 4.3.3
homepage: https://github.com/conduit-dart/conduit
description: Utilities for writing automated tests for Conduit applications
environment:
Expand Down

0 comments on commit 7444f6e

Please sign in to comment.