Updated licenses
This commit is contained in:
parent
f7bec6fb1e
commit
67a81e4442
24 changed files with 57 additions and 24 deletions
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.2
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* Updated README
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 3.0.0
|
||||
|
||||
* Upgraded from `pendantic` to `lints` linter
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.2
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* Update broken link in pubspec
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.2
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* Updated README
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 4.0.3
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 4.0.2
|
||||
|
||||
* Updated README
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 4.0.1
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 4.0.0
|
||||
|
||||
* Upgraded from `pendantic` to `lints` linter
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# Change Log
|
||||
|
||||
## 3.0.1
|
||||
|
||||
* Fixed license link
|
||||
|
||||
## 3.0.0
|
||||
|
||||
* Upgraded from `pendantic` to `lints` linter
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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.**
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue