Skip to content

Commit

Permalink
intl really needs to hit 1.0.0 by now
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Nov 30, 2024
1 parent 6d0363c commit 6b0cc1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.3.1] - November 30th, 2024

* Updated `intl` version


## [3.3.0+2] - October 22, 2024

* Automated dependency updates
Expand Down
16 changes: 8 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: 'template_expressions'
description: 'A Dart library to process string based templates using expressions.'
homepage: 'https://github.com/peiffer-innovations/template_expressions'
version: '3.3.0+2'
version: '3.3.1'

environment:
environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
dependencies:
convert: '^3.1.2'
crypto: '^3.0.1'
encrypt: '^5.0.3'
fake_async: '^1.3.0'
intl: '^0.19.0'
intl: '>=0.18.0<1.0.0'
json_class: '^3.0.0+16'
json_path: '>=0.6.3 <1.0.0'
logging: '^1.3.0'
Expand All @@ -22,11 +22,11 @@ dependencies:
rxdart: '^0.28.0'
yaon: '^1.1.4+10'

dev_dependencies:
dev_dependencies:
flutter_lints: '^5.0.0'
test: '^1.25.8'

permittedLicenses:
permittedLicenses:
- 'Apache-2.0'
- 'BSD-2-Clause'
- 'BSD-3-Clause'
Expand All @@ -35,7 +35,7 @@ permittedLicenses:
- 'MPL-2.0'
- 'Zlib'

packageLicenseOverride:
packageLicenseOverride:
flutter: 'BSD-3-Clause'
flutter_driver: 'BSD-3-Clause'
flutter_goldens: 'BSD-3-Clause'
Expand All @@ -46,7 +46,7 @@ packageLicenseOverride:
integration_test: 'BSD-3-Clause'
rxdart: 'Apache-2.0'

ignore_updates:
ignore_updates:
- 'archive'
- 'async'
- 'boolean_selector'
Expand Down

0 comments on commit 6b0cc1d

Please sign in to comment.