Skip to content

Commit 0d38a4b

Browse files
authored
add topics to the pubspec file (dart-archive/typed_data#65)
* add topics to the pubspec file * fix a typo
1 parent a3f4dc1 commit 0d38a4b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pkgs/typed_data/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## 1.3.2-dev
1+
## 1.3.2
22

3-
* Require Dart 2.17
3+
* Added package topics to the pubspec file.
4+
* Require Dart 2.17.
45

56
## 1.3.1
67

pkgs/typed_data/pubspec.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
name: typed_data
2-
version: 1.3.2-dev
2+
version: 1.3.2
33
description: >-
44
Utility functions and classes related to the dart:typed_data library.
55
repository: https://github.com/dart-lang/typed_data
66

7+
topics:
8+
- data-structures
9+
710
environment:
8-
sdk: ">=2.17.0 <3.0.0"
11+
sdk: '>=2.17.0 <4.0.0'
912

1013
dependencies:
1114
collection: ^1.15.0

0 commit comments

Comments
 (0)