Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 11, 2023
1 parent ee79f9e commit ebfc196
Show file tree
Hide file tree
Showing 23 changed files with 75 additions and 31 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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: conduit
version: 4.1.5
version: 4.1.6
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,13 +8,13 @@ dependencies:
analyzer: ^5.1.0
args: ^2.1.1
collection: ^1.15.0
conduit_common: ^4.1.5
conduit_config: ^4.1.5
conduit_core: ^4.1.5
conduit_isolate_exec: ^4.1.5
conduit_open_api: ^4.1.5
conduit_password_hash: ^4.1.5
conduit_runtime: ^4.1.5
conduit_common: ^4.1.6
conduit_config: ^4.1.6
conduit_core: ^4.1.6
conduit_isolate_exec: ^4.1.6
conduit_open_api: ^4.1.6
conduit_password_hash: ^4.1.6
conduit_runtime: ^4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
description: Common classes shared by conduit projects.
repository: https://github.com/bsutton/conduit-orm
environment:
sdk: '>=2.18.6 <3.0.0'
dependencies:
conduit_open_api: ^4.1.5
conduit_open_api: ^4.1.6
dev_dependencies:
lint: ^2.0.0
4 changes: 2 additions & 2 deletions packages/common_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ publish_to: none
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
conduit_common: ^4.1.5
conduit_core: ^4.1.5
conduit_common: ^4.1.6
conduit_core: ^4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
description: A safe and convenient way to read YAML configuration files.
repository: https://github.com/conduit-dart/conduit-config.git
environment:
sdk: '>=2.18.6 <3.0.0'
dependencies:
conduit_runtime: ^4.1.5
conduit_runtime: ^4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
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.1.5
conduit_config: ^4.1.5
conduit_isolate_exec: ^4.1.5
conduit_open_api: ^4.1.5
conduit_password_hash: ^4.1.5
conduit_runtime: ^4.1.5
conduit_common: ^4.1.6
conduit_config: ^4.1.6
conduit_isolate_exec: ^4.1.6
conduit_open_api: ^4.1.6
conduit_password_hash: ^4.1.6
conduit_runtime: ^4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
homepage: https://github.com/conduit-dart/open-api-dart
description: Data structures for OpenAPI (Swagger) specification. Reads and writes JSON specifications.
environment:
sdk: '>=2.18.6 <3.0.0'
dependencies:
conduit_codable: ^4.1.5
conduit_codable: ^4.1.6
meta: ^1.1.5
dev_dependencies:
lint: ^2.0.0
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
homepage: https://github.com/conduit/dart-password-hash
description: PBKDF2 password hashing utility
environment:
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
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.18.6 <3.0.0'
dependencies:
analyzer: ^5.1.0
args: ^2.0.0
conduit_isolate_exec: ^4.1.5
conduit_isolate_exec: ^4.1.6
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.1.6

- **FIX**: investigate build issues ([#167](https://github.com/conduit-dart/conduit/issues/167)). ([ee79f9e6](https://github.com/conduit-dart/conduit/commit/ee79f9e69a4f6dbaefa93db78505eaf7b5a88652))

## 4.1.5

- **FIX**: core docs. ([1470ee70](https://github.com/conduit-dart/conduit/commit/1470ee70940fe6c4bbd4ba6d498eaed826297f51))
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.1.5
version: 4.1.6
homepage: https://github.com/conduit-dart/conduit
description: Utilities for writing automated tests for Conduit applications
environment:
sdk: ">=2.18.6 <3.0.0"
dependencies:
test: ^1.21.6
matcher: ^0.12.12
conduit_core: ^4.1.5
conduit_core: ^4.1.6
dev_dependencies:
conduit_common_test:
path: ../common_test
Expand Down

0 comments on commit ebfc196

Please sign in to comment.