Skip to content

Commit

Permalink
add topics to the pubspec files (#345)
Browse files Browse the repository at this point in the history
* add topics to the pubspec files

* revert shelf_router_generator
  • Loading branch information
devoncarew authored May 3, 2023
1 parent 9a792b4 commit 25861e5
Show file tree
Hide file tree
Showing 15 changed files with 59 additions and 15 deletions.
4 changes: 3 additions & 1 deletion pkgs/shelf/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.4.1-dev
## 1.4.1

* Added package topics to the pubspec file.

## 1.4.0

Expand Down
7 changes: 6 additions & 1 deletion pkgs/shelf/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: shelf
version: 1.4.1-dev
version: 1.4.1
description: >
A model for web server middleware that encourages composition and easy reuse.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down
3 changes: 2 additions & 1 deletion pkgs/shelf_packages_handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 3.0.2-dev
## 3.0.2

* Added package topics to the pubspec file.
* Require Dart `2.17`.

## 3.0.1
Expand Down
6 changes: 5 additions & 1 deletion pkgs/shelf_packages_handler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: shelf_packages_handler
version: 3.0.2-dev
version: 3.0.2
description: A shelf handler for serving a `packages/` directory.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_packages_handler

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down
3 changes: 2 additions & 1 deletion pkgs/shelf_proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.0.3-dev
## 1.0.3

* Added package topics to the pubspec file.
* Require Dart `2.17`.

## 1.0.2
Expand Down
6 changes: 5 additions & 1 deletion pkgs/shelf_proxy/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: shelf_proxy
version: 1.0.3-dev
version: 1.0.3
description: A shelf handler for proxying HTTP requests to another server.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_proxy

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down
7 changes: 4 additions & 3 deletions pkgs/shelf_router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## 1.1.4-dev
## 1.1.4

* Fix spelling in pubspec
* Require Dart >=2.17
* Fixed a spelling issue in the pubspec file.
* Added package topics to the pubspec file.
* Require Dart >=2.17.

## 1.1.3

Expand Down
6 changes: 5 additions & 1 deletion pkgs/shelf_router/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
name: shelf_router
version: 1.1.4-dev
version: 1.1.4
description: >
A convenient request router for the shelf web-framework, with support for
URL-parameters, nested routers and routers generated from source annotations.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_router

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down
4 changes: 4 additions & 0 deletions pkgs/shelf_router_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: >
shelf web-framework based on source annotations.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_router_generator

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down
3 changes: 2 additions & 1 deletion pkgs/shelf_static/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.1.2-dev
## 1.1.2

* Added package topics to the pubspec file.
* Require Dart `2.17`.

## 1.1.1
Expand Down
6 changes: 5 additions & 1 deletion pkgs/shelf_static/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: shelf_static
version: 1.1.2-dev
version: 1.1.2
description: Static file server support for the shelf package and ecosystem.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_static

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down
3 changes: 2 additions & 1 deletion pkgs/shelf_test_handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.0.2-dev
## 2.0.2

* Added package topics to the pubspec file.
* Require Dart `2.17`.

## 2.0.1
Expand Down
6 changes: 5 additions & 1 deletion pkgs/shelf_test_handler/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: shelf_test_handler
version: 2.0.2-dev
version: 2.0.2
description: A Shelf handler that makes it easy to test HTTP interactions.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_test_handler

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down
4 changes: 4 additions & 0 deletions pkgs/shelf_web_socket/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.4

* Added package topics to the pubspec file.

## 1.0.3

* Require Dart `2.17`.
Expand Down
6 changes: 5 additions & 1 deletion pkgs/shelf_web_socket/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
name: shelf_web_socket
version: 1.0.3
version: 1.0.4
description: >
A shelf handler that wires up a listener for every connection.
repository: https://github.com/dart-lang/shelf/tree/master/pkgs/shelf_web_socket

topics:
- server
- shelf

environment:
sdk: '>=2.17.0 <3.0.0'

Expand Down

0 comments on commit 25861e5

Please sign in to comment.