Skip to content

Commit

Permalink
release: 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Jun 7, 2022
1 parent e6ce36d commit 5a89ce4
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 8 deletions.
6 changes: 6 additions & 0 deletions slang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.5.0

- feat: add extension method shorthand (e.g. `context.tr.someKey.anotherKey`)
- feat: add `LocaleSettings.getLocaleStream` to keep track of every locale change
- feat: return more specific `TextSpan` instead of `InlineSpan` for rich texts

## 2.4.1

- fix: do not export `package:flutter/widgets.dart`
Expand Down
2 changes: 1 addition & 1 deletion slang/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: slang
description: Localization / Internationalization (i18n) solution. Use JSON, YAML or CSV files to create typesafe translations via source generation.
version: 2.4.1
version: 2.5.0
repository: https://github.com/Tienisto/slang

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

- Bump `slang` to `2.5.0`

## 2.4.0

- Bump `slang` to `2.4.0`
Expand Down
4 changes: 2 additions & 2 deletions slang_build_runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: slang_build_runner
description: build_runner integration for slang
version: 2.4.0
version: 2.5.0
repository: https://github.com/Tienisto/slang

environment:
Expand All @@ -11,4 +11,4 @@ dependencies:
glob: ^2.0.2

# Use tight version to ensure that all features are available
slang: '>=2.4.0 <2.5.0'
slang: '>=2.5.0 <2.6.0'
7 changes: 4 additions & 3 deletions slang_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 2.4.1
## 2.5.0

- Do not export `package:flutter/widgets.dart`
- Bump `slang` to `2.5.0`

## 2.4.0+1
## 2.4.1

- Do not export `package:flutter/widgets.dart`
- Bump `slang` to `2.4.0`

## 2.3.0
Expand Down
4 changes: 2 additions & 2 deletions slang_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: slang_flutter
description: Flutter support for slang
version: 2.4.1
version: 2.5.0
repository: https://github.com/Tienisto/slang

environment:
Expand All @@ -11,4 +11,4 @@ dependencies:
sdk: flutter

# Use tight version to ensure that all features are available
slang: '>=2.4.0 <2.5.0'
slang: '>=2.5.0 <2.6.0'

0 comments on commit 5a89ce4

Please sign in to comment.