Skip to content

Commit bd36234

Browse files
committed
Bumps version
1 parent 0ace57b commit bd36234

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0
2+
3+
Updates all dependencies to latest. No breaking changes to our API, but from upgrade experience, the project will break because of other out dated dependencies.
4+
5+
That's why this was bumped by a major version instead of a minor/patch version.
6+
17
## [1.6.1](https://github.com/Stacked-Org/generator/compare/v1.6.0...v1.6.1) (2024-07-09)
28

39

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: stacked_generator
22
description: Stacked Generator is a package dedicated to reduce the boilerplate required to setup a stacked application
3-
version: 1.6.1
3+
version: 2.0.0
44

55
homepage: https://github.com/FilledStacks/stacked/tree/master/packages/stacked_generator
66

77
environment:
8-
sdk: ">=2.17.0 <3.0.0"
8+
sdk: ">=2.17.0 <4.0.0"
99

1010
dependencies:
1111

0 commit comments

Comments
 (0)