@automattic/number-formatters 1.1.1 → 1.1.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 +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ 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.1.3] - 2026-03-30
|
|
8
|
+
### Changed
|
|
9
|
+
- Update package dependencies. [#47799]
|
|
10
|
+
|
|
11
|
+
## [1.1.2] - 2026-03-16
|
|
12
|
+
### Changed
|
|
13
|
+
- Tests: Disable test incompatible with newer Node versions (22.22.1+). [#47588]
|
|
14
|
+
|
|
7
15
|
## [1.1.1] - 2026-03-09
|
|
8
16
|
### Changed
|
|
9
17
|
- Switch to Native TypeScript compiler based on Go. [#47375]
|
|
@@ -113,6 +121,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
113
121
|
- Initial release
|
|
114
122
|
- Basic number formatting functionality
|
|
115
123
|
|
|
124
|
+
[1.1.3]: https://github.com/Automattic/number-formatters/compare/1.1.2...1.1.3
|
|
125
|
+
[1.1.2]: https://github.com/Automattic/number-formatters/compare/1.1.1...1.1.2
|
|
116
126
|
[1.1.1]: https://github.com/Automattic/number-formatters/compare/1.1.0...1.1.1
|
|
117
127
|
[1.1.0]: https://github.com/Automattic/number-formatters/compare/1.0.18...1.1.0
|
|
118
128
|
[1.0.18]: https://github.com/Automattic/number-formatters/compare/1.0.17...1.0.18
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/number-formatters",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Number formatting utilities",
|
|
5
5
|
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/number-formatters/#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@babel/core": "7.29.0",
|
|
41
41
|
"@babel/preset-react": "7.28.5",
|
|
42
|
-
"@jest/globals": "30.
|
|
42
|
+
"@jest/globals": "30.3.0",
|
|
43
43
|
"@knighted/duel": "2.1.5",
|
|
44
44
|
"@types/jest": "30.0.0",
|
|
45
45
|
"@typescript/native-preview": "7.0.0-dev.20260225.1",
|
|
46
|
-
"jest": "30.
|
|
46
|
+
"jest": "30.3.0",
|
|
47
47
|
"typescript": "5.9.3"
|
|
48
48
|
}
|
|
49
49
|
}
|