Skip to content

Commit d421fbb

Browse files
committed
release: 4.8.0
1 parent 7a65fc7 commit d421fbb

File tree

6 files changed

+19
-5
lines changed

6 files changed

+19
-5
lines changed

slang/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.8.0
2+
3+
- feat: add `autodoc` feature enabled by default that generates the base translation as documentation for the translation keys (#218)
4+
- deps: loosen `build` constraint in `slang_build_runner`
5+
16
## 4.7.3
27

38
- fix: add `override` to reserved keywords so it will be sanitized as well (#303)

slang/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: slang
22
description: Localization / Internationalization (i18n) solution. Use JSON, YAML, CSV, or ARB files to create typesafe translations via source generation.
3-
version: 4.7.3
3+
version: 4.8.0
44
repository: https://github.com/slang-i18n/slang
55
topics:
66
- i18n

slang_build_runner/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 4.8.0
2+
3+
- bump `slang` to `4.8.0`
4+
- deps: loosen `build` dependency to `>=2.2.1 <4.0.0`
5+
16
## 4.7.0
27

38
- bump `slang` to `4.7.0`

slang_build_runner/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: slang_build_runner
22
description: build_runner integration for slang. This library ensures that slang is recognized by build_runner.
3-
version: 4.7.0
3+
version: 4.8.0
44
repository: https://github.com/slang-i18n/slang
55

66
environment:
@@ -12,7 +12,7 @@ dependencies:
1212
glob: ^2.0.2
1313

1414
# Use a tight version to ensure that all features are available
15-
slang: '>=4.7.0 <4.8.0'
15+
slang: '>=4.8.0 <4.9.0'
1616

1717
dev_dependencies:
1818
lints: any

slang_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.8.0
2+
3+
- bump `slang` to `4.8.0`
4+
15
## 4.7.0
26

37
- bump `slang` to `4.7.0`

slang_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: slang_flutter
22
description: Flutter support for slang. This library provides helpful Flutter API.
3-
version: 4.7.0
3+
version: 4.8.0
44
repository: https://github.com/slang-i18n/slang
55

66
environment:
@@ -14,7 +14,7 @@ dependencies:
1414
sdk: flutter
1515

1616
# Use a tight version to ensure that all features are available
17-
slang: '>=4.7.0 <4.8.0'
17+
slang: '>=4.8.0 <4.9.0'
1818

1919
dev_dependencies:
2020
intl: any

0 commit comments

Comments
 (0)