Skip to content

Commit 7ef9629

Browse files
committed
release: 4.9.0
1 parent e835384 commit 7ef9629

File tree

6 files changed

+18
-5
lines changed

6 files changed

+18
-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.9.0
2+
3+
- feat: combine namespaced and non-namespaced translations (#311)
4+
- feat: reduce CLI logging (#315)
5+
16
## 4.8.1
27

38
- fix: remove new line in autodoc output

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.8.1
3+
version: 4.9.0
44
repository: https://github.com/slang-i18n/slang
55
topics:
66
- i18n

slang_build_runner/CHANGELOG.md

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

37
- deps: loosen `build` dependency to `>=2.2.1 <5.0.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.8.1
3+
version: 4.9.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.8.0 <4.9.0'
15+
slang: '>=4.9.0 <4.10.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.9.0
2+
3+
- bump `slang` to `4.9.0`
4+
15
## 4.8.0
26

37
- bump `slang` to `4.8.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.8.0
3+
version: 4.9.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.8.0 <4.9.0'
17+
slang: '>=4.9.0 <4.10.0'
1818

1919
dev_dependencies:
2020
intl: any

0 commit comments

Comments
 (0)