@automattic/number-formatters 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
6
6
|
|
|
7
|
+
## [1.0.3] - 2025-06-03
|
|
8
|
+
### Changed
|
|
9
|
+
- Update package dependencies. [#43734]
|
|
10
|
+
|
|
7
11
|
## [1.0.2] - 2025-05-19
|
|
8
12
|
### Changed
|
|
9
13
|
- Internal updates.
|
|
@@ -41,6 +45,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
41
45
|
- Initial release
|
|
42
46
|
- Basic number formatting functionality
|
|
43
47
|
|
|
48
|
+
[1.0.3]: https://github.com/Automattic/number-formatters/compare/1.0.2...1.0.3
|
|
44
49
|
[1.0.2]: https://github.com/Automattic/number-formatters/compare/1.0.1...1.0.2
|
|
45
50
|
[1.0.1]: https://github.com/Automattic/number-formatters/compare/1.0.0...1.0.1
|
|
46
51
|
[1.0.0]: https://github.com/Automattic/number-formatters/compare/1.0.0-alpha.2...1.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/number-formatters",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Number formatting utilities",
|
|
5
5
|
"author": "Automattic",
|
|
6
6
|
"license": "GPL-2.0-or-later",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"tslib": "^2.5.0"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@babel/core": "7.
|
|
23
|
-
"@babel/preset-react": "7.
|
|
22
|
+
"@babel/core": "7.27.4",
|
|
23
|
+
"@babel/preset-react": "7.27.1",
|
|
24
24
|
"@jest/globals": "29.7.0",
|
|
25
25
|
"@knighted/duel": "2.1.4",
|
|
26
26
|
"@types/jest": "29.5.14",
|