Skip to content

Commit 67552fb

Browse files
committed
release: 6.0.0
1 parent 907b50a commit 67552fb

4 files changed

Lines changed: 9 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ This is the workspace root, select a specific package for more details.
1111
|-----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1212
| [`catalyst_builder`](./packages/catalyst_builder) | The builder package. Use this in your root package or plugin package to generate the ServiceContainerPlugin. | [![Pub](https://img.shields.io/pub/v/catalyst_builder.svg)](https://pub.dartlang.org/packages/catalyst_builder)<br> ![Pub Points](https://img.shields.io/pub/points/catalyst_builder)<br> ![Pub Likes](https://img.shields.io/pub/likes/catalyst_builder)<br> ![Pub Monthly Downloads](https://img.shields.io/pub/dm/catalyst_builder) |
1313
| [`catalyst_builder_contracts`](./packages/catalyst_builder_contracts) | The contracts package. Use this in packages that don't need to generate a service container but provide services that can be resolved. | [![Pub](https://img.shields.io/pub/v/catalyst_builder_contracts.svg)](https://pub.dartlang.org/packages/catalyst_builder_contracts) <br> ![Pub Points](https://img.shields.io/pub/points/catalyst_builder_contracts) <br> ![Pub Likes](https://img.shields.io/pub/likes/catalyst_builder_contracts) <br> ![Pub Monthly Downloads](https://img.shields.io/pub/dm/catalyst_builder_contracts) |
14+
15+
To get started, check the [Quickstart guide](https://github.com/mintware-de/catalyst_builder/wiki/Quickstart-App) in the [wiki](https://github.com/mintware-de/catalyst_builder/wiki).

packages/catalyst_builder/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.0.0
2+
3+
No more changes added. Check below for recent changes.
4+
15
## 6.0.0-rc.1
26

37
Removed unused packages

packages/catalyst_builder/README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,6 @@ Catalyst Builder is a dependency injection container builder for both, Dart and
2828
injection is almost done automatically. You only have to decorate your services with `@Service` and the build_runner
2929
will create a service container for you.
3030

31-
## Installation
31+
## Installation & Documentation
3232

33-
Follow the steps described on this Page:
34-
https://pub.dev/packages/catalyst_builder/install
35-
36-
Add this to your pubspec.yaml and run `pub get` or `flutter pub get`:
37-
38-
```yaml
39-
dev_dependencies:
40-
build_runner: any
41-
```
42-
43-
Don't forget to exclude the `.catalyst_builder_cache` directory from VCS.
44-
45-
46-
## Documentation
47-
48-
Check out the [wiki on GitHub](https://github.com/mintware-de/catalyst_builder/wiki) for documentation
33+
You can find a quick start guide and further documentation for this package in the [wiki on GitHub](https://github.com/mintware-de/catalyst_builder/wiki).

packages/catalyst_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: catalyst_builder
22
description: A lightweight and easy to use dependency injection container builder for dart.
3-
version: 6.0.0-rc.1
3+
version: 6.0.0
44
homepage: 'https://github.com/mintware-de/catalyst_builder'
55
repository: 'https://github.com/mintware-de/catalyst_builder/tree/main/packages/catalyst_builder'
66
documentation: 'https://github.com/mintware-de/catalyst_builder/wiki'

0 commit comments

Comments
 (0)