Skip to content

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Oct 21, 2024
1 parent e1305dd commit 9faa29e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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, CSV, or ARB files to create typesafe translations via source generation.
version: 4.0.0-dev.1
version: 4.0.0
repository: https://github.com/slang-i18n/slang
topics:
- i18n
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: 4.0.0-dev.0
version: 4.0.0
repository: https://github.com/slang-i18n/slang

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

# Use a tight version to ensure that all features are available
slang: '>=4.0.0-dev.0 <4.1.0'
slang: '>=4.0.0 <4.1.0'

dev_dependencies:
lints: ^2.0.0
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: 4.0.0-dev.0
version: 4.0.0
repository: https://github.com/slang-i18n/slang

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
sdk: flutter

# Use a tight version to ensure that all features are available
slang: '>=4.0.0-dev.0 <4.1.0'
slang: '>=4.0.0 <4.1.0'

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion slang_gpt/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
dependencies:
collection: ^1.15.0
http: '>=0.13.0 <2.0.0'
slang: '>=4.0.0-dev.0 <5.0.0'
slang: '>=4.0.0 <5.0.0'

dev_dependencies:
lints: ^2.0.0
Expand Down

0 comments on commit 9faa29e

Please sign in to comment.