mirror of
https://github.com/foss42/apidash.git
synced 2025-06-01 14:58:28 +08:00
seed 0.0.2
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 0.0.2
|
||||||
|
|
||||||
|
- Fix pubspec dependency for freezed_annotation.
|
||||||
|
|
||||||
## 0.0.1
|
## 0.0.1
|
||||||
|
|
||||||
- Added initial core models.
|
- Added initial core models.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: seed
|
name: seed
|
||||||
description: Seed is a foundational package designed to provide reusable building blocks for API Dash projects.
|
description: Seed is a foundational package designed to provide reusable building blocks for API Dash projects.
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
homepage: https://github.com/foss42/apidash/tree/main/packages/seed
|
homepage: https://github.com/foss42/apidash/tree/main/packages/seed
|
||||||
repository: https://github.com/foss42/apidash/tree/main/packages/seed
|
repository: https://github.com/foss42/apidash/tree/main/packages/seed
|
||||||
issue_tracker: https://github.com/foss42/apidash/issues
|
issue_tracker: https://github.com/foss42/apidash/issues
|
||||||
@ -10,7 +10,7 @@ environment:
|
|||||||
sdk: ">=3.0.0 <4.0.0"
|
sdk: ">=3.0.0 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
freezed_annotation: ^2.4.1
|
freezed_annotation: ^2.4.4
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: ^2.4.12
|
build_runner: ^2.4.12
|
||||||
|
Reference in New Issue
Block a user