@automattic/number-formatters 1.2.2 → 1.2.4
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.2.4] - 2026-06-22
|
|
8
|
+
### Changed
|
|
9
|
+
- Update package dependencies. [#49757]
|
|
10
|
+
|
|
11
|
+
## [1.2.3] - 2026-06-15
|
|
12
|
+
### Changed
|
|
13
|
+
- Update package dependencies. [#49631]
|
|
14
|
+
|
|
7
15
|
## [1.2.2] - 2026-06-08
|
|
8
16
|
### Changed
|
|
9
17
|
- Internal updates.
|
|
@@ -164,6 +172,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
164
172
|
- Initial release
|
|
165
173
|
- Basic number formatting functionality
|
|
166
174
|
|
|
175
|
+
[1.2.4]: https://github.com/Automattic/number-formatters/compare/1.2.3...1.2.4
|
|
176
|
+
[1.2.3]: https://github.com/Automattic/number-formatters/compare/1.2.2...1.2.3
|
|
167
177
|
[1.2.2]: https://github.com/Automattic/number-formatters/compare/1.2.1...1.2.2
|
|
168
178
|
[1.2.1]: https://github.com/Automattic/number-formatters/compare/1.2.0...1.2.1
|
|
169
179
|
[1.2.0]: https://github.com/Automattic/number-formatters/compare/1.1.10...1.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/number-formatters",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
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": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"tslib": "^2.5.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@babel/core": "7.29.
|
|
41
|
-
"@babel/preset-react": "7.
|
|
40
|
+
"@babel/core": "7.29.7",
|
|
41
|
+
"@babel/preset-react": "7.29.7",
|
|
42
42
|
"@jest/globals": "30.4.1",
|
|
43
43
|
"@knighted/duel": "4.0.2",
|
|
44
44
|
"@types/jest": "30.0.0",
|