@automattic/number-formatters 1.0.17 → 1.0.18
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 +2 -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.18] - 2026-02-18
|
|
8
|
+
### Changed
|
|
9
|
+
- Set `.repository.url` in `package.json` to the mirror repo rather than the monorepo. [#47149]
|
|
10
|
+
|
|
7
11
|
## [1.0.17] - 2026-02-12
|
|
8
12
|
### Changed
|
|
9
13
|
- Update package dependencies. [#47099]
|
|
@@ -101,6 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
101
105
|
- Initial release
|
|
102
106
|
- Basic number formatting functionality
|
|
103
107
|
|
|
108
|
+
[1.0.18]: https://github.com/Automattic/number-formatters/compare/1.0.17...1.0.18
|
|
104
109
|
[1.0.17]: https://github.com/Automattic/number-formatters/compare/1.0.16...1.0.17
|
|
105
110
|
[1.0.16]: https://github.com/Automattic/number-formatters/compare/1.0.15...1.0.16
|
|
106
111
|
[1.0.15]: https://github.com/Automattic/number-formatters/compare/1.0.14...1.0.15
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/number-formatters",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
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": {
|
|
@@ -8,8 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/Automattic/
|
|
12
|
-
"directory": "projects/js-packages/number-formatters"
|
|
11
|
+
"url": "git+https://github.com/Automattic/number-formatters.git"
|
|
13
12
|
},
|
|
14
13
|
"license": "GPL-2.0-or-later",
|
|
15
14
|
"author": "Automattic",
|