Skip to content

Commit 9bb623a

Browse files
committed
Merge branch 'release/v1.0.0' into develop
2 parents 573a871 + 07bf589 commit 9bb623a

File tree

5 files changed

+6
-25
lines changed

5 files changed

+6
-25
lines changed

CHANGELOG.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

packages/bounded/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add `bounded` to your `pubspec.yaml`:
2020

2121
```yaml
2222
dependencies:
23-
bounded: ^0.0.1
23+
bounded: ^1.0.0
2424
```
2525
2626
## Usage
@@ -147,7 +147,7 @@ To use it:
147147
```yaml
148148
dev_dependencies:
149149
custom_lint: ^0.8.1
150-
bounded_lints: ^0.0.1
150+
bounded_lints: ^1.0.0
151151
```
152152
153153
And enable the plugin:

packages/bounded/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bounded
22
description: "A minimal, framework-agnostic common kernel for Domain-Driven Design (DDD)."
3-
version: 0.0.1
3+
version: 1.0.0
44
homepage:
55

66
environment:

packages/bounded_lints/example/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ packages:
5555
path: "../../bounded"
5656
relative: true
5757
source: path
58-
version: "0.0.1"
58+
version: "1.0.0"
5959
bounded_lints:
6060
dependency: "direct dev"
6161
description:
6262
path: ".."
6363
relative: true
6464
source: path
65-
version: "0.0.1"
65+
version: "1.0.0"
6666
checked_yaml:
6767
dependency: transitive
6868
description:

packages/bounded_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bounded_lints
22
description: Custom lints for Domain-Driven Design principles aligned with bounded.
3-
version: 0.0.1
3+
version: 1.0.0
44
homepage:
55

66
environment:

0 commit comments

Comments
 (0)