Skip to content

Commit bae2bf5

Browse files
committed
change: Prepare release 2.0.0-rc.1
1 parent 08e3efb commit bae2bf5

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

packages/catalyst_builder_contracts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.0.0-rc.1
2+
3+
### Breaking Changes
4+
5+
- Removed `GenerateServiceProvider` annotation
6+
- Renamed `GenerateServiceProviderPlugin` to `GenerateServiceContainerPlugin`
7+
- Renamed `ProviderAlreadyBootedException` to `ContainerAlreadyBootedException`
8+
- Renamed `ProviderNotBootedException` to `ContainerNotBootedException`
9+
- Renamed `ServiceProvider` to `AbstractServiceContainer`
10+
- Renamed `ServiceProviderPlugin` to `ServiceContainerPlugin`
11+
112
## 2.0.0-dev.2
213

314
### Breaking Changes

packages/catalyst_builder_contracts/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: catalyst_builder_contracts
22
description: This is the contracts package for the catalyst_builder package. It includes annotations and marker interfaces.
3-
version: 2.0.0-dev.2
3+
version: 2.0.0-rc.1
44
homepage: 'https://github.com/mintware-de/catalyst_builder'
55
repository: 'https://github.com/mintware-de/catalyst_builder/tree/main/packages/catalyst_builder_contracts'
66
documentation: https://github.com/mintware-de/catalyst_builder/wiki

0 commit comments

Comments
 (0)