Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7444f6e

Browse files
committed
fix(ci): test publish CI
1 parent 2ee6f54 commit 7444f6e

13 files changed

Lines changed: 18 additions & 15 deletions

File tree

packages/cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit
2-
version: 4.3.2
2+
version: 4.3.3
33
homepage: https://github.com/conduit-dart/conduit
44
description: A modern HTTP server application framework, ORM and OAuth2 provider with OpenAPI 3.0 integration. Foundation for REST, RPC or GraphQL services.
55
environment:

packages/codable/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit_codable
2-
version: 4.3.2
2+
version: 4.3.3
33
homepage: https://github.com/conduit-dart/conduit-codable
44
description: A serialization library for converting dynamic, structured data (JSON, YAML) into Dart types.
55
environment:

packages/common/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit_common
2-
version: 4.3.2
2+
version: 4.3.3
33
description: Common classes shared by conduit projects.
44
repository: https://github.com/bsutton/conduit-orm
55
environment:

packages/common_test/pubspec.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ environment:
77
sdk: ">=2.19.0 <4.0.0"
88
dependencies:
99
collection: ^1.17.1
10-
conduit_common: ^4.3.2
11-
conduit_core: ^4.3.2
12-
conduit_postgresql: ^4.3.2
10+
conduit_common:
11+
path: ../common
12+
conduit_core:
13+
path: ../core
14+
conduit_postgresql:
15+
path: ../postgresql
1316
dev_dependencies:
1417
lints: ^2.0.1

packages/config/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit_config
2-
version: 4.3.2
2+
version: 4.3.3
33
description: A safe and convenient way to read YAML configuration files.
44
repository: https://github.com/conduit-dart/conduit-config.git
55
environment:

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit_core
2-
version: 4.3.2
2+
version: 4.3.3
33
homepage: https://github.com/conduit-dart/conduit
44
description: This is the core of the framework.
55
environment:

packages/fs_test_agent/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fs_test_agent
2-
version: 4.3.2
2+
version: 4.3.3
33
homepage: https://stablekernel.com
44
description: Utilities for writing tests to validate file system and Dart project directory operations.
55
environment:

packages/isolate_exec/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit_isolate_exec
2-
version: 4.3.2
2+
version: 4.3.3
33
homepage: https://github.com/conduit-dart/isolate-exec
44
description: This library contains types that allow for executing code in a spawned isolate, perhaps with additional imports.
55
environment:

packages/open_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit_open_api
2-
version: 4.3.2
2+
version: 4.3.3
33
homepage: https://github.com/conduit-dart/open-api-dart
44
description: Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.
55
environment:

packages/password_hash/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: conduit_password_hash
2-
version: 4.3.2
2+
version: 4.3.3
33
homepage: https://github.com/conduit/dart-password-hash
44
description: PBKDF2 password hashing utility
55
environment:

0 commit comments

Comments
 (0)