Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tense in changelog, remove some version changes.
  • Loading branch information
kallentu committed Oct 31, 2024
commit 9b772571e3c1ca53d7fe1c94c1b8d03af255da70
2 changes: 1 addition & 1 deletion packages/flutter_migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 0.0.1+4

* Added `missing_code_block_language_in_doc_comment` lint.
* Adds `missing_code_block_language_in_doc_comment` lint.
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

## 0.0.1+3
Expand Down
2 changes: 1 addition & 1 deletion packages/go_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 14.3.1

- Added `missing_code_block_language_in_doc_comment` lint.
- Adds `missing_code_block_language_in_doc_comment` lint.

## 14.3.0

Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 6.2.2

* Added `missing_code_block_language_in_doc_comment` lint.
* Adds `missing_code_block_language_in_doc_comment` lint.
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.
* Updates support matrix in README to indicate that iOS 11 is no longer supported.
* Clients on versions of Flutter that still support iOS 11 can continue to use this
Expand Down
3 changes: 1 addition & 2 deletions packages/process/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 5.0.3
## NEXT

* Added `missing_code_block_language_in_doc_comment` lint.
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

## 5.0.2
Expand Down
2 changes: 1 addition & 1 deletion packages/process/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: process
description: A pluggable, mockable process invocation abstraction for Dart.
repository: https://github.com/flutter/packages/tree/main/packages/process
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+process%22
version: 5.0.3
version: 5.0.2

environment:
sdk: ^3.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/rfw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.30

* Added `missing_code_block_language_in_doc_comment` lint.
* Adds `missing_code_block_language_in_doc_comment` lint.
* Updates minimum supported SDK version to Flutter 3.19/Dart 3.3.

## 1.0.29
Expand Down
2 changes: 1 addition & 1 deletion packages/web_benchmarks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.1.1

* Added `missing_code_block_language_in_doc_comment` lint.
* Adds `missing_code_block_language_in_doc_comment` lint.

## 3.1.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## 4.0.1

* Added `missing_code_block_language_in_doc_comment` lint.

## 4.0.0
# 4.0.0

* Bumps androidx.webkit:webkit from 1.12.0 to 1.12.1.
* **Breaking Change** Bumps Android `minSdkVersion` from 19 to 21.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: webview_flutter_android
description: A Flutter plugin that provides a WebView widget on Android.
repository: https://github.com/flutter/packages/tree/main/packages/webview_flutter/webview_flutter_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+webview%22
version: 4.0.1
version: 4.0.0

environment:
sdk: ^3.5.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.16.1

* Added `missing_code_block_language_in_doc_comment` lint.
* Adds `missing_code_block_language_in_doc_comment` lint.

## 3.16.0

Expand Down