Skip to content

Commit

Permalink
bumps intl & sdk (#110)
Browse files Browse the repository at this point in the history
* bumps intl & sdk

* lints 5.0.0
  • Loading branch information
jodinathan authored Nov 22, 2024
1 parent 07cf53d commit f6502bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.0 (2024-11-21)
- Bump `intl` to 0.20.0, `lints` to 5.0.0
- Bump SDK to 3.3.0 (enables wasm)

# 3.0.2 (2024-06-09)

- Fix #107: avoid exception when formatting decimal with `NumberFormat.compact()`.
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: decimal
version: 3.0.2
version: 3.1.0
description: >
The decimal package allows you to deal with decimal numbers without losing
precision.
repository: https://github.com/a14n/dart-decimal
environment:
sdk: ">=2.17.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

dependencies:
intl: ^0.19.0
intl: ^0.20.0
rational: ^2.0.0

dev_dependencies:
expector: ^0.1.2
lints: ^2.0.0
lints: 5.0.0
test: ^1.17.2

0 comments on commit f6502bd

Please sign in to comment.