Skip to content

Commit 45bad6e

Browse files
committed
Merge branch 'hotfix/v4.0.0' into main
2 parents 9bb53f6 + e720ba6 commit 45bad6e

6 files changed

Lines changed: 8 additions & 7 deletions

File tree

.github/skills/version-bump/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ For each Dart or Flutter package:
7979
2. Parse CHANGELOG.md and extract ## [Unreleased]
8080
3. Determine the bump type using the rules above
8181
4. Compute the next version
82+
5. Update workspace-internal dependency references that point to this package to use the new version (e.g. update other packages' `pubspec.yaml` entries like `my_package: ^<new_version>`).
8283

8384
### pubspec.yaml
8485

packages/continuum_generator/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ resolution: workspace
1212
dependencies:
1313
analyzer: ^8.0.0
1414
build: ^4.0.0
15-
continuum: ^3.2.0
15+
continuum: ^4.0.0
1616
source_gen: ^4.0.0
1717
glob: ^2.1.3
1818

packages/continuum_lints/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010

1111
dev_dependencies:
1212
custom_lint: ^0.8.1
13-
continuum_lints: ^3.2.0
13+
continuum_lints: ^4.0.0
1414

1515
dependency_overrides:
1616
continuum:

packages/continuum_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
build: ^4.0.0
1616
custom_lint_builder: ^0.8.1
1717
path: ^1.9.0
18-
continuum: ^3.2.0
18+
continuum: ^4.0.0
1919

2020
dev_dependencies:
2121
build_test: ^3.5.4

packages/continuum_store_hive/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ environment:
1010
resolution: workspace
1111

1212
dependencies:
13-
continuum: ^3.2.0
13+
continuum: ^4.0.0
1414
hive: ^2.2.3
1515
zooper_flutter_core: ^1.0.3
1616

1717
dev_dependencies:
1818
build_runner: ^2.4.0
19-
continuum_generator: ^3.2.0
19+
continuum_generator: ^4.0.0
2020
custom_lint: ^0.8.1
2121
lints: ^6.0.0
2222
test: ^1.25.6

packages/continuum_store_memory/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ environment:
1010
resolution: workspace
1111

1212
dependencies:
13-
continuum: ^3.2.0
13+
continuum: ^4.0.0
1414

1515
zooper_flutter_core: ^1.0.3
1616

1717
dev_dependencies:
1818
build_runner: ^2.4.0
19-
continuum_generator: ^3.2.0
19+
continuum_generator: ^4.0.0
2020
custom_lint: ^0.8.1
2121
lints: ^6.0.0
2222
test: ^1.25.6

0 commit comments

Comments
 (0)