Skip to content

Commit

Permalink
try version uptick
Browse files Browse the repository at this point in the history
  • Loading branch information
j4qfrost committed Feb 21, 2024
1 parent 5bf2dbc commit 754e7cc
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 20 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
smoke:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: dev
Expand All @@ -27,8 +27,7 @@ jobs:
working-directory: ../
run: |
conduit create -t db_and_auth --offline wildfire
cd conduit && melos cache-source
cd ../wildfire/
cd wildfire/
echo "----------- Building test project -----------"
conduit build
conduit db generate
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
smoke:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: dev
Expand All @@ -27,8 +27,7 @@ jobs:
working-directory: ../
run: |
conduit create -t db_and_auth --offline wildfire
cd conduit && melos cache-source
cd ../wildfire/
cd wildfire/
echo "----------- Building test project -----------"
conduit build
conduit db generate
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
smoke:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: dev
Expand All @@ -27,8 +27,7 @@ jobs:
working-directory: ../
run: |
conduit create -t db_and_auth --offline wildfire
cd conduit && dart pub global run melos:melos cache-source-win
cd ../wildfire/
cd wildfire/
echo "----------- Building test project -----------"
conduit build
conduit db generate
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline

Packages with breaking changes:

- [`conduit` - `v4.3.10`](#conduit---v4310)
- [`conduit` - `v4.4.0`](#conduit---v4310)
- [`conduit_codable` - `v4.3.8`](#conduit_codable---v438)
- [`conduit_common` - `v4.3.8`](#conduit_common---v438)
- [`conduit_config` - `v4.3.8`](#conduit_config---v438)
Expand All @@ -29,7 +29,7 @@ Packages with other changes:

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

- `conduit` - `v4.3.10`
- `conduit` - `v4.4.0`
- `conduit_codable` - `v4.3.8`
- `conduit_common` - `v4.3.8`
- `conduit_config` - `v4.3.8`
Expand All @@ -44,7 +44,7 @@ Packages graduated to a stable release (see pre-releases prior to the stable ver

---

#### `conduit` - `v4.3.10`
#### `conduit` - `v4.4.0`

#### `conduit_codable` - `v4.3.8`

Expand Down Expand Up @@ -81,7 +81,7 @@ Packages with breaking changes:

Packages with other changes:

- [`conduit` - `v4.3.10-dev.0`](#conduit---v4310-dev0)
- [`conduit` - `v4.4.0-dev.0`](#conduit---v4310-dev0)
- [`conduit_codable` - `v4.3.8-dev.0`](#conduit_codable---v438-dev0)
- [`conduit_common` - `v4.3.8-dev.0`](#conduit_common---v438-dev0)
- [`conduit_config` - `v4.3.8-dev.0`](#conduit_config---v438-dev0)
Expand All @@ -96,7 +96,7 @@ Packages with other changes:

---

#### `conduit` - `v4.3.10-dev.0`
#### `conduit` - `v4.4.0-dev.0`

- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b))
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9))
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## 4.3.10
## 4.4.0

- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.

## 4.3.10-dev.0
## 4.4.0-dev.0

- **REFACTOR**(postgres): BREAKING CHANGE major release for postgres driver. ([d6bf1165](https://github.com/conduit-dart/conduit/commit/d6bf1165f6903cb133b1ec4bf3d66242646f548b))
- **FIX**: Melos stuff ([#199](https://github.com/conduit-dart/conduit/issues/199)). ([20bc466d](https://github.com/conduit-dart/conduit/commit/20bc466daea0f82019aaf4c04edeab64a83038f9))
Expand Down
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.10
version: 4.4.0
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/cli/templates/db/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
conduit: ^4.3.10
conduit: ^4.4.0
conduit_core: ^4.4.0
conduit_postgresql: ^4.4.0

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/db_and_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
conduit: ^4.3.10
conduit: ^4.4.0
conduit_core: ^4.4.0
conduit_postgresql: ^4.4.0

Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/default/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
sdk: ">=3.3.0 <4.0.0"

dependencies:
conduit: ^4.3.10
conduit: ^4.4.0
conduit_core: ^4.4.0

dev_dependencies:
Expand Down
1 change: 1 addition & 0 deletions packages/core/lib/src/runtime/compiler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class ConduitCompiler extends Compiler {
{'name': 'conduit_isolate_exec', 'path': 'isolate_exec'},
{'name': 'conduit_open_api', 'path': 'open_api'},
{'name': 'conduit_password_hash', 'path': 'password_hash'},
{'name': 'conduit_postgres', 'path': 'postgres'},
{'name': 'conduit_runtime', 'path': 'runtime'},
];
_overwritePackageDependency(context, 'conduit_core', conduitPackages);
Expand Down

0 comments on commit 754e7cc

Please sign in to comment.