From 67a81e4442c35cd5e63c859e068cab8d5f967930 Mon Sep 17 00:00:00 2001 From: thomashii Date: Sun, 12 Sep 2021 11:21:17 +0800 Subject: [PATCH] Updated licenses --- packages/code_buffer/CHANGELOG.md | 4 ++++ packages/code_buffer/README.md | 4 ++-- packages/code_buffer/pubspec.yaml | 2 +- packages/combinator/CHANGELOG.md | 4 ++++ packages/combinator/README.md | 4 ++-- packages/combinator/pubspec.yaml | 2 +- packages/html_builder/CHANGELOG.md | 4 ++++ packages/html_builder/README.md | 4 ++-- packages/html_builder/pubspec.yaml | 2 +- packages/merge_map/CHANGELOG.md | 4 ++++ packages/merge_map/README.md | 4 ++-- packages/merge_map/pubspec.yaml | 2 +- packages/pub_sub/CHANGELOG.md | 4 ++++ packages/pub_sub/README.md | 4 ++-- packages/pub_sub/pubspec.yaml | 2 +- packages/range_header/CHANGELOG.md | 4 ++++ packages/range_header/README.md | 4 ++-- packages/range_header/pubspec.yaml | 2 +- packages/symbol_table/CHANGELOG.md | 4 ++++ packages/symbol_table/README.md | 2 +- packages/symbol_table/pubspec.yaml | 2 +- packages/user_agent/CHANGELOG.md | 7 ++++++- packages/user_agent/README.md | 4 ++-- packages/user_agent/pubspec.yaml | 2 +- 24 files changed, 57 insertions(+), 24 deletions(-) diff --git a/packages/code_buffer/CHANGELOG.md b/packages/code_buffer/CHANGELOG.md index fd1e5f8..3176ed1 100644 --- a/packages/code_buffer/CHANGELOG.md +++ b/packages/code_buffer/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.2 + +* Fixed license link + ## 3.0.1 * Updated README diff --git a/packages/code_buffer/README.md b/packages/code_buffer/README.md index 06ae31a..dc23b12 100644 --- a/packages/code_buffer/README.md +++ b/packages/code_buffer/README.md @@ -1,8 +1,8 @@ # Belatuk Code Buffer -[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_code_buffer) +[![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/belatuk_code_buffer) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/code_buffer/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/code_buffer/LICENSE) **Replacement of `package:code_buffer` with breaking changes to support NNBD.** diff --git a/packages/code_buffer/pubspec.yaml b/packages/code_buffer/pubspec.yaml index 8a3e2a1..a27ef7e 100644 --- a/packages/code_buffer/pubspec.yaml +++ b/packages/code_buffer/pubspec.yaml @@ -1,5 +1,5 @@ name: belatuk_code_buffer -version: 3.0.1 +version: 3.0.2 description: An advanced StringBuffer geared toward generating code, and source maps. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/code_buffer environment: diff --git a/packages/combinator/CHANGELOG.md b/packages/combinator/CHANGELOG.md index 7d0f656..3a6bcd0 100644 --- a/packages/combinator/CHANGELOG.md +++ b/packages/combinator/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.1 + +* Fixed license link + ## 3.0.0 * Upgraded from `pendantic` to `lints` linter diff --git a/packages/combinator/README.md b/packages/combinator/README.md index 05fabd4..2f2051e 100644 --- a/packages/combinator/README.md +++ b/packages/combinator/README.md @@ -1,8 +1,8 @@ # Belatuk Combinator -[![version](https://img.shields.io/badge/pub-v3.0.0-brightgreen)](https://pub.dev/packages/belatuk_combinator) +[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_combinator) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/combinator/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/combinator/LICENSE) **Replacement of `package:combinator` with breaking changes to support NNBD.** diff --git a/packages/combinator/pubspec.yaml b/packages/combinator/pubspec.yaml index 192eee2..01d5b1f 100644 --- a/packages/combinator/pubspec.yaml +++ b/packages/combinator/pubspec.yaml @@ -1,5 +1,5 @@ name: belatuk_combinator -version: 3.0.0 +version: 3.0.1 description: Packrat parser combinators that support static typing, generics, file spans, memoization, and more. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/combinator environment: diff --git a/packages/html_builder/CHANGELOG.md b/packages/html_builder/CHANGELOG.md index 3a543b2..10a2dee 100644 --- a/packages/html_builder/CHANGELOG.md +++ b/packages/html_builder/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.2 + +* Fixed license link + ## 3.0.1 * Update broken link in pubspec diff --git a/packages/html_builder/README.md b/packages/html_builder/README.md index 9f9a24a..8e733eb 100644 --- a/packages/html_builder/README.md +++ b/packages/html_builder/README.md @@ -1,8 +1,8 @@ # Betaluk Html Builder -[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_html_builder) +[![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/belatuk_html_builder) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/html_builder/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/html_builder/LICENSE) **Replacement of `package:html_builder` with breaking changes to support NNBD.** diff --git a/packages/html_builder/pubspec.yaml b/packages/html_builder/pubspec.yaml index 8c4e25e..9663c8d 100644 --- a/packages/html_builder/pubspec.yaml +++ b/packages/html_builder/pubspec.yaml @@ -1,6 +1,6 @@ name: belatuk_html_builder +version: 3.0.2 description: Build HTML AST's and render them to HTML. This can be used as an internal DSL, i.e. for a templating engine. -version: 3.0.1 homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder environment: sdk: '>=2.12.0 <3.0.0' diff --git a/packages/merge_map/CHANGELOG.md b/packages/merge_map/CHANGELOG.md index d88ad5c..e5bb37e 100644 --- a/packages/merge_map/CHANGELOG.md +++ b/packages/merge_map/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.2 + +* Fixed license link + ## 3.0.1 * Updated README diff --git a/packages/merge_map/README.md b/packages/merge_map/README.md index a12469b..ccc328b 100644 --- a/packages/merge_map/README.md +++ b/packages/merge_map/README.md @@ -1,8 +1,8 @@ # Belatuk Merge Map -[![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_merge_map) +[![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/belatuk_merge_map) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/merge_map/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/merge_map/LICENSE) **Replacement of `package:merge_map` with breaking changes to support NNBD.** diff --git a/packages/merge_map/pubspec.yaml b/packages/merge_map/pubspec.yaml index 01d084f..e354975 100644 --- a/packages/merge_map/pubspec.yaml +++ b/packages/merge_map/pubspec.yaml @@ -1,5 +1,5 @@ name: belatuk_merge_map -version: 3.0.1 +version: 3.0.2 description: Combine multiple Maps into one. Equivalent to Object.assign in JS. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/merge_map environment: diff --git a/packages/pub_sub/CHANGELOG.md b/packages/pub_sub/CHANGELOG.md index b52824e..f59dc46 100644 --- a/packages/pub_sub/CHANGELOG.md +++ b/packages/pub_sub/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 4.0.3 + +* Fixed license link + ## 4.0.2 * Updated README diff --git a/packages/pub_sub/README.md b/packages/pub_sub/README.md index abdd7c8..691622b 100644 --- a/packages/pub_sub/README.md +++ b/packages/pub_sub/README.md @@ -1,8 +1,8 @@ # Belatuk Pub Sub -[![version](https://img.shields.io/badge/pub-v4.0.2-brightgreen)](https://pub.dev/packages/belatuk_pub_sub) +[![version](https://img.shields.io/badge/pub-v4.0.3-brightgreen)](https://pub.dev/packages/belatuk_pub_sub) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/pub_sub/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/pub_sub/LICENSE) **Replacement of `package:pub_sub` with breaking changes to support NNBD.** diff --git a/packages/pub_sub/pubspec.yaml b/packages/pub_sub/pubspec.yaml index 8cfeb9a..36fcaff 100644 --- a/packages/pub_sub/pubspec.yaml +++ b/packages/pub_sub/pubspec.yaml @@ -1,5 +1,5 @@ name: belatuk_pub_sub -version: 4.0.2 +version: 4.0.3 description: Keep application instances in sync with a simple pub/sub API. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pub_sub environment: diff --git a/packages/range_header/CHANGELOG.md b/packages/range_header/CHANGELOG.md index 0d54138..9b98e81 100644 --- a/packages/range_header/CHANGELOG.md +++ b/packages/range_header/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 4.0.1 + +* Fixed license link + ## 4.0.0 * Upgraded from `pendantic` to `lints` linter diff --git a/packages/range_header/README.md b/packages/range_header/README.md index 2d0085a..bae55a9 100644 --- a/packages/range_header/README.md +++ b/packages/range_header/README.md @@ -1,8 +1,8 @@ # Belatuk Range Header -[![version](https://img.shields.io/badge/pub-v4.0.0-brightgreen)](https://pub.dev/packages/belatuk_range_header) +[![version](https://img.shields.io/badge/pub-v4.0.1-brightgreen)](https://pub.dev/packages/belatuk_range_header) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/range_header/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/range_header/LICENSE) **Replacement of `package:range_header` with breaking changes to support NNBD.** diff --git a/packages/range_header/pubspec.yaml b/packages/range_header/pubspec.yaml index 25798b5..f150250 100644 --- a/packages/range_header/pubspec.yaml +++ b/packages/range_header/pubspec.yaml @@ -1,5 +1,5 @@ name: belatuk_range_header -version: 4.0.0 +version: 4.0.1 description: Range header parser for Dart. Beyond parsing, a stream transformer is included. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/range_header environment: diff --git a/packages/symbol_table/CHANGELOG.md b/packages/symbol_table/CHANGELOG.md index 1da20a8..762fbbf 100644 --- a/packages/symbol_table/CHANGELOG.md +++ b/packages/symbol_table/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 3.0.1 + +* Fixed license link + ## 3.0.0 * Upgraded from `pendantic` to `lints` linter diff --git a/packages/symbol_table/README.md b/packages/symbol_table/README.md index f713dba..1604672 100644 --- a/packages/symbol_table/README.md +++ b/packages/symbol_table/README.md @@ -2,7 +2,7 @@ [![version](https://img.shields.io/badge/pub-v3.0.1-brightgreen)](https://pub.dev/packages/belatuk_symbol_table) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/symbol_table/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/symbol_table/LICENSE) **Replacement of `package:symbol_table` with breaking changes to support NNBD.** diff --git a/packages/symbol_table/pubspec.yaml b/packages/symbol_table/pubspec.yaml index ad19a94..846a9e0 100644 --- a/packages/symbol_table/pubspec.yaml +++ b/packages/symbol_table/pubspec.yaml @@ -1,5 +1,5 @@ name: belatuk_symbol_table -version: 3.0.0 +version: 3.0.1 description: A generic symbol table implementation in Dart, with support for scopes and constants. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/symbol_table environment: diff --git a/packages/user_agent/CHANGELOG.md b/packages/user_agent/CHANGELOG.md index 3b24416..fba8236 100644 --- a/packages/user_agent/CHANGELOG.md +++ b/packages/user_agent/CHANGELOG.md @@ -1,9 +1,14 @@ # Change Log -## 3.0.2 +## 3.1.0 +* Fixed license link * Upgraded from `pendantic` to `lints` linter * Fixed linter warnings + +## 3.0.2 + +* Updated repository links ## 3.0.1 diff --git a/packages/user_agent/README.md b/packages/user_agent/README.md index f01f839..8eaddb2 100644 --- a/packages/user_agent/README.md +++ b/packages/user_agent/README.md @@ -1,8 +1,8 @@ # User Agent Analyzer -[![version](https://img.shields.io/badge/pub-v3.0.2-brightgreen)](https://pub.dev/packages/user_agent_analyzer) +[![version](https://img.shields.io/badge/pub-v3.1.0-brightgreen)](https://pub.dev/packages/user_agent_analyzer) [![Null Safety](https://img.shields.io/badge/null-safety-brightgreen)](https://dart.dev/null-safety) -[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/packages/user_agent/LICENSE) +[![License](https://img.shields.io/github/license/dart-backend/belatuk-common-utilities)](https://github.com/dart-backend/belatuk-common-utilities/blob/main/packages/user_agent/LICENSE) **Replacement of `package:user_agent` with breaking changes to support NNBD.** diff --git a/packages/user_agent/pubspec.yaml b/packages/user_agent/pubspec.yaml index eca7dd5..e3ea5bb 100644 --- a/packages/user_agent/pubspec.yaml +++ b/packages/user_agent/pubspec.yaml @@ -1,5 +1,5 @@ name: user_agent_analyzer -version: 3.0.2 +version: 3.1.0 description: A library to identify the type of devices and web browsers based on User-Agent string. homepage: https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/user_agent environment: