@automattic/number-formatters 1.1.5 → 1.1.7
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 +2 -1
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.7] - 2026-05-04
|
|
8
|
+
### Changed
|
|
9
|
+
- Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225]
|
|
10
|
+
|
|
11
|
+
## [1.1.6] - 2026-04-15
|
|
12
|
+
### Changed
|
|
13
|
+
- Internal updates.
|
|
14
|
+
|
|
7
15
|
## [1.1.5] - 2026-04-09
|
|
8
16
|
### Changed
|
|
9
17
|
- Internal updates.
|
|
@@ -132,6 +140,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
132
140
|
- Initial release
|
|
133
141
|
- Basic number formatting functionality
|
|
134
142
|
|
|
143
|
+
[1.1.7]: https://github.com/Automattic/number-formatters/compare/1.1.6...1.1.7
|
|
144
|
+
[1.1.6]: https://github.com/Automattic/number-formatters/compare/1.1.5...1.1.6
|
|
135
145
|
[1.1.5]: https://github.com/Automattic/number-formatters/compare/1.1.4...1.1.5
|
|
136
146
|
[1.1.4]: https://github.com/Automattic/number-formatters/compare/1.1.3...1.1.4
|
|
137
147
|
[1.1.3]: https://github.com/Automattic/number-formatters/compare/1.1.2...1.1.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/number-formatters",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.7",
|
|
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": {
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
"@types/jest": "30.0.0",
|
|
45
45
|
"@typescript/native-preview": "7.0.0-dev.20260225.1",
|
|
46
46
|
"jest": "30.3.0",
|
|
47
|
+
"jetpack-js-tools": "workspace:*",
|
|
47
48
|
"typescript": "5.9.3"
|
|
48
49
|
}
|
|
49
50
|
}
|