Skip to content

Commit

Permalink
Version 3.6.0-328.0.dev
Browse files Browse the repository at this point in the history
Merge 08d88e6 into dev
  • Loading branch information
Dart CI committed Oct 7, 2024
2 parents 902494b + 08d88e6 commit 94ae917
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,14 @@ number, like `.`, `x`, or the `e` in scientific notation.
- New command `dart pub bump`. Increments the version number of the current
package.

For example: `dart pub bump minor` will change the version from `1.2.3` to `1.3.0`.
- New validation: `dart pub publish` will warn if your `git status` is not clean.
For example: `dart pub bump minor` will change the version from `1.2.3` to
`1.3.0`.
- New validation: `dart pub publish` will warn if your `git status` is not
clean.
- New flag `dart pub upgrade --unlock-transitive`.

- `dart pub upgrade --unlock-transitive pkg`, will unlock and upgrade all the
dependencies of `pkg` instead of just `pkg`.

#### Analyzer

Expand Down
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ vars = {
"path_rev": "e969f42ed112dd702a9453beb9df6c12ae2d3805",
"pool_rev": "924fb04353cec915d927f9f1aed88e2eda92b98a",
"protobuf_rev": "ccf104dbc36929c0f8708285d5f3a8fae206343e",
"pub_rev": "9adca58e4fa8e1d94924e64a184532231826496c", # disable tools/rev_sdk_deps.dart
"pub_rev": "1efd3f5e274e153637d99698b0ee454f6f2550ab", # disable tools/rev_sdk_deps.dart
"pub_semver_rev": "8cce9d00431b6653026cdfcf6cf8548078c56f02",
"shelf_rev": "f5600534e3e49ebed02e1e14ec82553958d86f36",
"source_maps_rev": "17695e81d9ad129d20effd3d5c4f1cfa03f5add8",
Expand Down
2 changes: 1 addition & 1 deletion tools/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ CHANNEL dev
MAJOR 3
MINOR 6
PATCH 0
PRERELEASE 327
PRERELEASE 328
PRERELEASE_PATCH 0

0 comments on commit 94ae917

Please sign in to comment.