Skip to content

Commit 49a96d8

Browse files
authored
Bump mind SDK to 3.6.0 stable (#734)
1 parent 9f95ac3 commit 49a96d8

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

.github/workflows/dart.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ jobs:
4040
- name: mono_repo self validate
4141
run: dart pub global run mono_repo generate --validate
4242
job_002:
43-
name: "analyze_format; linux; Dart 3.6.0-270.0.dev; PKG: source_gen; `dart analyze`"
43+
name: "analyze_format; linux; Dart 3.6.0; PKG: source_gen; `dart analyze`"
4444
runs-on: ubuntu-latest
4545
steps:
4646
- name: Cache Pub hosted dependencies
4747
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
4848
with:
4949
path: "~/.pub-cache/hosted"
50-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:source_gen;commands:analyze_1"
50+
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:analyze_1"
5151
restore-keys: |
52-
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:source_gen
53-
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev
52+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen
53+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0
5454
os:ubuntu-latest;pub-cache-hosted
5555
os:ubuntu-latest
5656
- name: Setup Dart SDK
5757
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
5858
with:
59-
sdk: "3.6.0-270.0.dev"
59+
sdk: "3.6.0"
6060
- id: checkout
6161
name: Checkout repository
6262
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -143,23 +143,23 @@ jobs:
143143
if: "always() && steps.source_gen_pub_upgrade.conclusion == 'success'"
144144
working-directory: source_gen
145145
job_004:
146-
name: "unit_test; linux; Dart 3.6.0-270.0.dev; PKG: example_usage; `dart test --run-skipped`"
146+
name: "unit_test; linux; Dart 3.6.0; PKG: example_usage; `dart test --run-skipped`"
147147
runs-on: ubuntu-latest
148148
steps:
149149
- name: Cache Pub hosted dependencies
150150
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
151151
with:
152152
path: "~/.pub-cache/hosted"
153-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:example_usage;commands:test_0"
153+
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:example_usage;commands:test_0"
154154
restore-keys: |
155-
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:example_usage
156-
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev
155+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:example_usage
156+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0
157157
os:ubuntu-latest;pub-cache-hosted
158158
os:ubuntu-latest
159159
- name: Setup Dart SDK
160160
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
161161
with:
162-
sdk: "3.6.0-270.0.dev"
162+
sdk: "3.6.0"
163163
- id: checkout
164164
name: Checkout repository
165165
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -177,23 +177,23 @@ jobs:
177177
- job_002
178178
- job_003
179179
job_005:
180-
name: "unit_test; linux; Dart 3.6.0-270.0.dev; PKG: source_gen; `dart test`"
180+
name: "unit_test; linux; Dart 3.6.0; PKG: source_gen; `dart test`"
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Cache Pub hosted dependencies
184184
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
185185
with:
186186
path: "~/.pub-cache/hosted"
187-
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:source_gen;commands:test_1"
187+
key: "os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen;commands:test_1"
188188
restore-keys: |
189-
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev;packages:source_gen
190-
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0-270.0.dev
189+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0;packages:source_gen
190+
os:ubuntu-latest;pub-cache-hosted;sdk:3.6.0
191191
os:ubuntu-latest;pub-cache-hosted
192192
os:ubuntu-latest
193193
- name: Setup Dart SDK
194194
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
195195
with:
196-
sdk: "3.6.0-270.0.dev"
196+
sdk: "3.6.0"
197197
- id: checkout
198198
name: Checkout repository
199199
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
@@ -279,13 +279,13 @@ jobs:
279279
- job_002
280280
- job_003
281281
job_008:
282-
name: "unit_test; windows; Dart 3.6.0-270.0.dev; PKG: source_gen; `dart test`"
282+
name: "unit_test; windows; Dart 3.6.0; PKG: source_gen; `dart test`"
283283
runs-on: windows-latest
284284
steps:
285285
- name: Setup Dart SDK
286286
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
287287
with:
288-
sdk: "3.6.0-270.0.dev"
288+
sdk: "3.6.0"
289289
- id: checkout
290290
name: Checkout repository
291291
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

_test_annotations/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33
resolution: workspace
44

55
environment:
6-
sdk: ^3.5.0
6+
sdk: ^3.6.0
77

88
dev_dependencies:
99
dart_flutter_team_lints: ^3.1.0

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33
resolution: workspace
44

55
environment:
6-
sdk: ^3.5.0
6+
sdk: ^3.6.0
77

88
dependencies:
99
analyzer: '>=5.2.0 <7.0.0'

example_usage/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publish_to: none
33
resolution: workspace
44

55
environment:
6-
sdk: ^3.6.0-270.0.dev
6+
sdk: ^3.6.0
77

88
dependencies:
99
source_gen_example:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: source_gen_workspace
22
publish_to: none
33
environment:
4-
sdk: ^3.5.0
4+
sdk: ^3.6.0
55

66
workspace:
77
- source_gen

source_gen/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
`GeneratorForAnnotation.generateForAnnotatedElement`.
1010
- Support all the glob quotes.
1111
- Require `analyzer: ^6.9.0`
12-
- Require Dart 3.6.0-270.0.dev
12+
- Require Dart 3.6.0
1313
- `LibraryBuilder`, `PartBuilder`, and `SharedPartBuilder` now take an optional
1414
`writeDescriptions` boolean. When set to `false`, headers and generator
1515
descriptions for the files will not be included in the builder output.

source_gen/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository: https://github.com/dart-lang/source_gen/tree/master/source_gen
66
resolution: workspace
77

88
environment:
9-
sdk: ^3.6.0-270.0.dev
9+
sdk: ^3.6.0
1010

1111
dependencies:
1212
analyzer: ^6.9.0

0 commit comments

Comments
 (0)