Skip to content

Commit

Permalink
fix(ci): trigger
Browse files Browse the repository at this point in the history
 - conduit@4.3.5
 - conduit_codable@4.3.5
 - conduit_common@4.3.5
 - conduit_config@4.3.5
 - conduit_core@4.3.5
 - conduit_isolate_exec@4.3.5
 - conduit_open_api@4.3.5
 - conduit_password_hash@4.3.5
 - conduit_postgresql@4.3.5
 - conduit_runtime@4.3.5
 - conduit_test@4.3.5
 - fs_test_agent@4.3.5
  • Loading branch information
j4qfrost committed Feb 17, 2023
1 parent 7444f6e commit 36e63b0
Show file tree
Hide file tree
Showing 24 changed files with 80 additions and 32 deletions.
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
18 changes: 9 additions & 9 deletions packages/cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit
version: 4.3.3
version: 4.3.5
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 All @@ -8,14 +8,14 @@ dependencies:
analyzer: ^5.1.0
args: ^2.1.1
collection: ^1.15.0
conduit_common: ^4.3.2
conduit_config: ^4.3.2
conduit_core: ^4.3.2
conduit_isolate_exec: ^4.3.2
conduit_open_api: ^4.3.2
conduit_password_hash: ^4.3.2
conduit_postgresql: ^4.3.2
conduit_runtime: ^4.3.2
conduit_common: ^4.3.5
conduit_config: ^4.3.5
conduit_core: ^4.3.5
conduit_isolate_exec: ^4.3.5
conduit_open_api: ^4.3.5
conduit_password_hash: ^4.3.5
conduit_postgresql: ^4.3.5
conduit_runtime: ^4.3.5
crypto: ^3.0.2
io: ^1.0.3
logging: ^1.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/codable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
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.3
version: 4.3.5
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
4 changes: 4 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
4 changes: 2 additions & 2 deletions packages/common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: conduit_common
version: 4.3.3
version: 4.3.5
description: Common classes shared by conduit projects.
repository: https://github.com/bsutton/conduit-orm
environment:
sdk: '>=2.19.0 <4.0.0'
dependencies:
conduit_open_api: ^4.3.2
conduit_open_api: ^4.3.5
dev_dependencies:
lints: ^2.0.1
4 changes: 4 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
4 changes: 2 additions & 2 deletions packages/config/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: conduit_config
version: 4.3.3
version: 4.3.5
description: A safe and convenient way to read YAML configuration files.
repository: https://github.com/conduit-dart/conduit-config.git
environment:
sdk: '>=2.19.0 <4.0.0'
dependencies:
conduit_runtime: ^4.3.2
conduit_runtime: ^4.3.5
meta: ^1.3.0
yaml: ^3.1.0
dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
14 changes: 7 additions & 7 deletions packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit_core
version: 4.3.3
version: 4.3.5
homepage: https://github.com/conduit-dart/conduit
description: This is the core of the framework.
environment:
Expand All @@ -8,12 +8,12 @@ dependencies:
analyzer: ^5.1.0
args: ^2.1.1
collection: ^1.15.0
conduit_common: ^4.3.2
conduit_config: ^4.3.2
conduit_isolate_exec: ^4.3.2
conduit_open_api: ^4.3.2
conduit_password_hash: ^4.3.2
conduit_runtime: ^4.3.2
conduit_common: ^4.3.5
conduit_config: ^4.3.5
conduit_isolate_exec: ^4.3.5
conduit_open_api: ^4.3.5
conduit_password_hash: ^4.3.5
conduit_runtime: ^4.3.5
crypto: ^3.0.2
io: ^1.0.3
logging: ^1.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/fs_test_agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
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.3
version: 4.3.5
homepage: https://stablekernel.com
description: Utilities for writing tests to validate file system and Dart project directory operations.
environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/isolate_exec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
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.3
version: 4.3.5
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
4 changes: 4 additions & 0 deletions packages/open_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
4 changes: 2 additions & 2 deletions packages/open_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: conduit_open_api
version: 4.3.3
version: 4.3.5
homepage: https://github.com/conduit-dart/open-api-dart
description: Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.
environment:
sdk: '>=2.19.0 <4.0.0'
dependencies:
conduit_codable: ^4.3.2
conduit_codable: ^4.3.5
meta: ^1.1.5
dev_dependencies:
lints: ^2.0.1
Expand Down
4 changes: 4 additions & 0 deletions packages/password_hash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
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.3
version: 4.3.5
homepage: https://github.com/conduit/dart-password-hash
description: PBKDF2 password hashing utility
environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/postgresql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
4 changes: 2 additions & 2 deletions packages/postgresql/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: conduit_postgresql
description: The postgresql ORM for conduit.
version: 4.3.3
version: 4.3.5
repository: https://github.com/conduit-dart/conduit

environment:
sdk: '>=2.19.0 <4.0.0'

dependencies:
collection: ^1.17.1
conduit_core: ^4.3.2
conduit_core: ^4.3.5
postgres: ^2.5.2

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: conduit_runtime
version: 4.3.3
version: 4.3.5
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:
sdk: '>=2.19.0 <4.0.0'
dependencies:
analyzer: ^5.1.0
args: ^2.0.0
conduit_isolate_exec: ^4.3.2
conduit_isolate_exec: ^4.3.5
io: ^1.0.3
package_config: ^2.1.0
path: ^1.8.0
Expand Down
4 changes: 4 additions & 0 deletions packages/test_harness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.5

- **FIX**: test publish CI. ([7444f6ed](https://github.com/conduit-dart/conduit/commit/7444f6ed7042bfab50ce6bc285fa16530c69d34d))

## 4.3.2

- **FIX**: remove common_test from core. ([94867de3](https://github.com/conduit-dart/conduit/commit/94867de38d11d020895fbf984fbac7167db928e1))
Expand Down
4 changes: 2 additions & 2 deletions packages/test_harness/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: conduit_test
version: 4.3.3
version: 4.3.5
homepage: https://github.com/conduit-dart/conduit
description: Utilities for writing automated tests for Conduit applications
environment:
sdk: ">=2.19.0 <4.0.0"
dependencies:
test: ^1.21.6
matcher: ^0.12.12
conduit_core: ^4.3.2
conduit_core: ^4.3.5
dev_dependencies:
conduit_common_test:
path: ../common_test
Expand Down

0 comments on commit 36e63b0

Please sign in to comment.