Skip to content

Commit 54dd394

Browse files
committed
Update package versions for nest_core, nest_flutter, and nest_frog to 0.1.0 in documentation and pubspec files
1 parent cee1df7 commit 54dd394

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

docs/pages/core-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Check [pub.dev](https://pub.dev) for the latest versions of Nest Dart packages b
2121

2222
```yaml
2323
dependencies:
24-
nest_core: ^1.0.0
24+
nest_core: ^0.1.0
2525
```
2626
2727
## Core Concepts

docs/pages/flutter-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Check [pub.dev](https://pub.dev) for the latest versions of Nest Dart packages b
1414
dependencies:
1515
flutter:
1616
sdk: flutter
17-
nest_core: ^1.0.0
18-
nest_flutter: ^1.0.0
17+
nest_core: ^0.1.0
18+
nest_flutter: ^0.1.0
1919
```
2020
2121
## Quick Start

docs/pages/frog-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Check [pub.dev](https://pub.dev) for the latest versions of Nest Dart packages b
1212

1313
```yaml
1414
dependencies:
15-
nest_core: ^1.0.0
16-
nest_frog: ^1.0.0
15+
nest_core: ^0.1.0
16+
nest_frog: ^0.1.0
1717
dart_frog: ^1.1.0
1818
```
1919

docs/pages/getting-started.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,23 @@ Check [pub.dev](https://pub.dev) for the latest versions of Nest Dart packages b
1616

1717
```yaml
1818
dependencies:
19-
nest_core: ^1.0.0
19+
nest_core: ^0.1.0
2020
```
2121
2222
### For Flutter Applications
2323
2424
```yaml
2525
dependencies:
26-
nest_core: ^1.0.0
27-
nest_flutter: ^1.0.0
26+
nest_core: ^0.1.0
27+
nest_flutter: ^0.1.0
2828
```
2929
3030
### For Dart Frog Backends
3131
3232
```yaml
3333
dependencies:
34-
nest_core: ^1.0.0
35-
nest_frog: ^1.0.0
34+
nest_core: ^0.1.0
35+
nest_frog: ^0.1.0
3636
dart_frog: ^1.1.0
3737
```
3838

packages/nest_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nest_core
22
description: A starting point for Dart libraries or applications.
3-
version: 1.0.0
3+
version: 0.1.0
44
resolution: workspace
55

66
environment:

packages/nest_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nest_flutter
22
description: A starting point for Dart libraries or applications.
3-
version: 1.0.0
3+
version: 0.1.0
44
publish_to: none
55

66
resolution: workspace

packages/nest_frog/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nest_frog
22
description: A starting point for Dart libraries or applications.
3-
version: 1.0.0
3+
version: 0.1.0
44
resolution: workspace
55

66
publish_to: none

0 commit comments

Comments
 (0)