Skip to content

Commit

Permalink
release: 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Jul 25, 2023
1 parent e7e35f1 commit 9940539
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6 deletions.
4 changes: 4 additions & 0 deletions slang/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.22.0

- feat: announcing [slang_gpt](https://pub.dev/packages/slang_gpt), a new package to generate translations with GPT

## 3.21.0

- feat: add input directory as comment to generated files
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: 3.21.0
version: 3.22.0
repository: https://github.com/slang-i18n/slang
topics:
- i18n
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 @@
## 3.22.0

- Bump `slang` to `3.22.0`

## 3.21.0

- Bump `slang` to `3.21.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. This library ensures that slang is recognized by build_runner.
version: 3.21.0
version: 3.22.0
repository: https://github.com/slang-i18n/slang

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

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

- Bump `slang` to `3.22.0`

## 3.21.0

- fix: migrate away from deprecated `WidgetsBinding.instance.window` in `findDeviceLocale` implementation
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. This library provides helpful Flutter API.
version: 3.21.0
version: 3.22.0
repository: https://github.com/slang-i18n/slang

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

# Use tight version to ensure that all features are available
slang: '>=3.21.0 <3.22.0'
slang: '>=3.22.0 <3.23.0'
2 changes: 1 addition & 1 deletion slang_gpt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## 0.1.0

- initial release
- initial release

0 comments on commit 9940539

Please sign in to comment.